Do not backup movies
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
087b39decd
commit
7f04389eec
1 changed files with 1 additions and 0 deletions
1
sync-to
1
sync-to
|
@ -23,6 +23,7 @@ rsync -avS --delete --progress \
|
||||||
--exclude /.cdist/cache \
|
--exclude /.cdist/cache \
|
||||||
--exclude /temp/ \
|
--exclude /temp/ \
|
||||||
--exclude /.mu/ \
|
--exclude /.mu/ \
|
||||||
|
--exclude /movies/ \
|
||||||
--exclude /Downloads/ \
|
--exclude /Downloads/ \
|
||||||
"$@" \
|
"$@" \
|
||||||
~/ "$dst"
|
~/ "$dst"
|
||||||
|
|
Loading…
Reference in a new issue