diff --git a/shenanigans.sh b/shenanigans.sh index 00a5c53c9aa64745cdabf09343c56bbe970c9b7f..5af5fdfbb09b1989615523b02ce9b8547f7f1d2a 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -73,13 +73,13 @@ mkdir -p $VHOME/dotfiles 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/' \