Skip to content

Commit b57fa0d

Browse files
committed
fix
1 parent a22cf19 commit b57fa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ done
3333

3434
case "$ACTION" in
3535
backup)
36-
rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' --exclude='Android/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
36+
rsync $ARCHIVE$INFO $HASH $PRUNE $PROGR --exclude='.$Trash$/' "$RSYNC_URL/$node2/" "$BACKUPDIR/$node2/"
3737
;;
3838
restore)
3939
rsync $ARCHIVE$INFO $HASH $PROGR --exclude='.$Trash$/' --exclude='Android/' "$BACKUPDIR/$node2/" "$RSYNC_URL/$node2/"

0 commit comments

Comments
 (0)