diff --git a/shenanigans.sh b/shenanigans.sh index 792d7151bfa378e42bb15320f080606b60512724..4bbd514b7861b1190f6de6d904f679f8e9459981 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -86,8 +86,8 @@ 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 \