aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/sync-media2
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