From b221812192308716c68846b4f7c818b792705743 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Tue, 10 Jan 2023 08:41:12 +0100 Subject: Adding infos about rync's parameters --- bin/backup-usb32.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/backup-usb32.sh b/bin/backup-usb32.sh index 8008480..6dd038f 100755 --- a/bin/backup-usb32.sh +++ b/bin/backup-usb32.sh @@ -1,3 +1,8 @@ #!/usr/bin/env bash rsync -az -u -v /mnt/32 ~/Documents/32.bak/ + +# --archive, -a archive mode is -rlptgoD (no -A,-X,-U,-N,-H) +# --compress, -z compress file data during the transfer +# --update, -u skip files that are newer on the receiver +# --verbose, -v increase verbosity -- cgit v1.2.3