From 593488a98fbaf474a6356d1fd5475ca16de76912 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 20 Mar 2024 13:56:29 +0100 Subject: Added tmux config --- shenanigans.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 792d715..4bbd514 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -86,8 +86,8 @@ backup() { cp -Rf /home/$USER/.ssh/ ./ cp -Rf /home/$USER/.aws/ ./ - find /home/$USER/Videos -type f -name "*.webm" -exec cp {} $VHOME/videos/ \; - find /home/$USER/Pictures -type f -name "*.png" -exec cp {} $VHOME/pictures/ \; + find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; + find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; # Sync with NAS. rsync -azv \ -- cgit v1.2.3