diff options
Diffstat (limited to 'env/.local/bin/scripts/backup/backup-flash')
| -rwxr-xr-x | env/.local/bin/scripts/backup/backup-flash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.local/bin/scripts/backup/backup-flash b/env/.local/bin/scripts/backup/backup-flash index c9ad023..732d191 100755 --- a/env/.local/bin/scripts/backup/backup-flash +++ b/env/.local/bin/scripts/backup/backup-flash @@ -2,12 +2,12 @@ cd ~/stuff/scripts fsync () { # t? - rsync -RUurvn --size-only --delete-after $exclude $syncfile "$target" + rsync -RUuavn --delete-after $exclude $syncfile "$target" printf "===commit these changes?\n" read - "y/n: " uinput if [ "$uinput" != "n" ] && [ "$uinput" != "N" ]; then printf "\n\n\n" - rsync -RUurv --progress --size-only --delete-after $exclude $syncfile "$target" + rsync -RUuav --progress --delete-after $exclude $syncfile "$target" printf "\n===end sync\n---------\n\n" fi } |
