We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22cf19 commit b57fa0dCopy full SHA for b57fa0d
test
@@ -33,7 +33,7 @@ done
33
34
case "$ACTION" in
35
backup)
36
- rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' --exclude='Android/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
+ rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
37
;;
38
restore)
39
rsync $ARCHIVE$INFO $HASH $PROGR --exclude='.$Trash$/' --exclude='Android/' "$BACKUPDIR/$node2/" "$RSYNC_URL/$node2/"
0 commit comments