2
0
Fork 0

backup: ignore transient OCI container files

main
Ducky 2022-03-02 01:02:37 +00:00
parent 685ff4f63f
commit 8d0daeae24
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ function backup() {
--iexclude "system-cache" \ --iexclude "system-cache" \
--iexclude "thumbs.db" \ --iexclude "thumbs.db" \
--iexclude "tmp" \ --iexclude "tmp" \
--exclude "containers/storage/overlay" \
--exclude "containers/storage/overlay-containers" \
--exclude "containers/storage/overlay-images" \
--exclude "containers/storage/overlay-layers" \
--exclude-if-present ".nobackup" \ --exclude-if-present ".nobackup" \
--host "$host" \ --host "$host" \
$args "$path" $args "$path"