diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-20 13:56:29 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-20 13:56:29 +0100 |
| commit | 593488a98fbaf474a6356d1fd5475ca16de76912 (patch) | |
| tree | a7fe7ec4c5d40cb4f156516ebc6adfdf118f5bb9 /shenanigans.sh | |
| parent | bbf1a1ddc318556ba9681530fe9a4bc049c606db (diff) | |
| download | dotfiles-593488a98fbaf474a6356d1fd5475ca16de76912.tar.gz | |
Added tmux config
Diffstat (limited to 'shenanigans.sh')
| -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 \ |
