diff options
author | Joe <rbo@gmx.us> | 2024-12-14 22:53:54 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-14 22:53:54 +0100 |
commit | 29e2ad59bd578c8718c18e311f34aa44001fc8c6 (patch) | |
tree | 8a11eb8989b0521f566bec42869250d95b106eab /.local | |
parent | up (diff) | |
download | dotfiles-bsd-29e2ad59bd578c8718c18e311f34aa44001fc8c6.tar.gz dotfiles-bsd-29e2ad59bd578c8718c18e311f34aa44001fc8c6.tar.bz2 dotfiles-bsd-29e2ad59bd578c8718c18e311f34aa44001fc8c6.tar.xz dotfiles-bsd-29e2ad59bd578c8718c18e311f34aa44001fc8c6.tar.zst dotfiles-bsd-29e2ad59bd578c8718c18e311f34aa44001fc8c6.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/synchdd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/synchdd b/.local/bin/synchdd index af1aa96..642967a 100755 --- a/.local/bin/synchdd +++ b/.local/bin/synchdd @@ -7,6 +7,9 @@ dest="$HOME"/exthdd/ # books rsync -avhk --delete-after \ $HOME/books $dest +# dev +rsync -avhk --delete-after \ + $HOME/dev $dest # docs rsync -avhk --delete-after \ --exclude 'dotfiles-*' \ |