From: Silvio Rhatto Date: Sun, 24 Mar 2013 18:10:13 +0000 (-0300) Subject: Explicitly indicating path at git-annex get X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=38f10d344d487c9e0d88486c665703e40cac8379;p=puppet-backup.git Explicitly indicating path at git-annex get --- 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