diff --git a/bash/backup-remote.sh b/bash/backup-remote.sh index 879f46b..6de151c 100644 --- a/bash/backup-remote.sh +++ b/bash/backup-remote.sh @@ -88,4 +88,4 @@ rsync $OPTS $SRC $DEST/.current/ btrfs subvolume snapshot -r $DEST/.current $DEST/$DATE # create symlink to latest snapshot -ln -sf $DATE latest +ln -rsfT $DATE latest