diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-24 15:21:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-24 15:21:02 -0300 |
commit | 561d5c5577cd9e3a8a04cc67c917b9a5b802d1b4 (patch) | |
tree | 9a8af909d2745ab18ba6917269fce39eee1da6b5 /files | |
parent | 38f10d344d487c9e0d88486c665703e40cac8379 (diff) | |
download | puppet-backup-561d5c5577cd9e3a8a04cc67c917b9a5b802d1b4.tar.gz puppet-backup-561d5c5577cd9e3a8a04cc67c917b9a5b802d1b4.tar.bz2 |
Removing --auto from git-annex when getting data to external media
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 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 |