From 94e841dfc46324bc8d15db52b7c6f3fab51438f3 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Oct 2024 02:32:46 +0200 Subject: Adde human readable flag to rsync --- shenanigans.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shenanigans.sh b/shenanigans.sh index 00a5c53..5af5fdf 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -73,13 +73,13 @@ backup() { cd $VHOME/dotfiles # Make a copy of certain files. - rsync -azv /home/$USER/.bash_history_infinite bash_history_infinite - rsync -azv /home/$USER/.ssh/ ssh - rsync -azv /home/$USER/.aws/ aws - rsync -azv /home/$USER/.gnupg/ gnupg/ + rsync -azhv /home/$USER/.bash_history_infinite bash_history_infinite + rsync -azhv /home/$USER/.ssh/ ssh + rsync -azhv /home/$USER/.aws/ aws + rsync -azhv /home/$USER/.gnupg/ gnupg/ # Sync with NAS. - rsync -azvpog \ + rsync -azhvpog \ --exclude '.venv/' \ --exclude '.git/' \ --exclude '.import/' \ -- cgit v1.2.3