Do not sync Downloads/
This commit is contained in:
parent
63b9aac5fe
commit
7b3a7d6ba4
1 changed files with 3 additions and 2 deletions
5
sync-to
5
sync-to
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue