fixed comment

Lucas Frérot 2024-12-26 13:40:14 +01:00
parent 835e994ab3
commit c1761c5555
No known key found for this signature in database
GPG Key ID: 03B54A50E3FBA7E8
1 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@ CURRENTDIR="$BACKUPDIR/current"
POSTFIX=$(date --iso-8601=seconds) POSTFIX=$(date --iso-8601=seconds)
CURRENT_BCKP="$BACKUPDIR/$POSTFIX/" CURRENT_BCKP="$BACKUPDIR/$POSTFIX/"
# Backup nextcloud data # Backup data with physical links
rsync -Aax --info=STATS1 --delete --link-dest="$CURRENTDIR" "$SRCDIR" "$CURRENT_BCKP" rsync -Aax --info=STATS1 --delete --link-dest="$CURRENTDIR" "$SRCDIR" "$CURRENT_BCKP"
# Create "current" symbolic link to latest backup # Create "current" symbolic link to latest backup