From: Silvio Rhatto Date: Sun, 24 Mar 2013 18:21:02 +0000 (-0300) Subject: Removing --auto from git-annex when getting data to external media X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=561d5c5577cd9e3a8a04cc67c917b9a5b802d1b4;p=puppet-backup.git Removing --auto from git-annex when getting data to external media --- diff --git a/files/sync-media b/files/sync-media index 6802a0d..ca5884b 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 . --numcopies=3 if [ "$FSCK" == "true" ]; then git annex fsck --fast