diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-24 15:10:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-24 15:10:13 -0300 |
commit | 38f10d344d487c9e0d88486c665703e40cac8379 (patch) | |
tree | b7bf8aaa90c19c5b02906c9e24393b6f594012c2 /files | |
parent | 7d4faf9178a7763f76ec83bf2fd39a59134f5a1d (diff) | |
download | puppet-backup-38f10d344d487c9e0d88486c665703e40cac8379.tar.gz puppet-backup-38f10d344d487c9e0d88486c665703e40cac8379.tar.bz2 |
Explicitly indicating path at git-annex get
Diffstat (limited to 'files')
-rw-r--r-- | files/sync-media | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sync-media b/files/sync-media index bcd4848..6802a0d 100644 --- a/files/sync-media +++ b/files/sync-media @@ -130,7 +130,7 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then echo "Syncing $VOLUME/$MEDIA/$folder..." sync_media_add git annex sync - git annex get --auto --numcopies=3 + git annex get . --auto --numcopies=3 if [ "$FSCK" == "true" ]; then git annex fsck --fast |