Do not sync Downloads/

This commit is contained in:
Nico Schottelius 2020-03-20 16:44:05 +01:00
parent 63b9aac5fe
commit 7b3a7d6ba4
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,9 @@ start=$(date)
rsync -avS --delete --progress \
--exclude /.cache \
--exclude /.cdist/cache \
--exclude ~/temp/ \
--exclude ~/.mu/ \
--exclude /temp/ \
--exclude /.mu/ \
--exclude /Downloads/ \
"$@" \
~/ "$dst"
end=$(date)