]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Removing --auto from git-annex when getting data to external media
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Mar 2013 18:21:02 +0000 (15:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Mar 2013 18:21:02 +0000 (15:21 -0300)
files/sync-media

index 6802a0d7692eced45d68f302a4a28811eeb488b2..ca5884bc6ba589521a6f794780b894731d5e4459 100644 (file)
@@ -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