diff options
| -rwxr-xr-x | shenanigans.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 792d715..4bbd514 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -86,8 +86,8 @@ backup() { | |||
| 86 | cp -Rf /home/$USER/.ssh/ ./ | 86 | cp -Rf /home/$USER/.ssh/ ./ |
| 87 | cp -Rf /home/$USER/.aws/ ./ | 87 | cp -Rf /home/$USER/.aws/ ./ |
| 88 | 88 | ||
| 89 | find /home/$USER/Videos -type f -name "*.webm" -exec cp {} $VHOME/videos/ \; | 89 | find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; |
| 90 | find /home/$USER/Pictures -type f -name "*.png" -exec cp {} $VHOME/pictures/ \; | 90 | find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; |
| 91 | 91 | ||
| 92 | # Sync with NAS. | 92 | # Sync with NAS. |
| 93 | rsync -azv \ | 93 | rsync -azv \ |
