diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-30 00:05:45 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-30 00:05:45 -0500 |
| commit | b95ae4c5c9ff4d693d6424cce8a0d579754c4202 (patch) | |
| tree | aa6385301fc4dce26d70bc473fd876c794fc5f74 /env/.local/bin/scripts/backup/backup-tol | |
| parent | 22b2eb9a952bf252af29eb5ed905de4bb62386a2 (diff) | |
- moved system scripts to here
- config changes
- fixed my backup scripts. rsync -a
- added dmenu script
- fixed finds in env.sh
Diffstat (limited to 'env/.local/bin/scripts/backup/backup-tol')
| -rwxr-xr-x | env/.local/bin/scripts/backup/backup-tol | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.local/bin/scripts/backup/backup-tol b/env/.local/bin/scripts/backup/backup-tol index d065b08..49e73aa 100755 --- a/env/.local/bin/scripts/backup/backup-tol +++ b/env/.local/bin/scripts/backup/backup-tol @@ -2,7 +2,7 @@ cd ~/ fsynca () { # t? - rsync -RUurvn --size-only --delete-after $exclude $syncfile "$target" + rsync -RUuavn --delete-after $exclude $syncfile "$target" } fsyncb () { @@ -10,7 +10,7 @@ fsyncb () { read -p "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 } |
