From 29e2ad59bd578c8718c18e311f34aa44001fc8c6 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 14 Dec 2024 22:53:54 +0100 Subject: up --- .local/bin/synchdd | 3 +++ 1 file changed, 3 insertions(+) (limited to '.local') 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-*' \ -- cgit v1.2.3