backup: ignore transient OCI container files
parent
685ff4f63f
commit
8d0daeae24
|
@ -47,6 +47,10 @@ function backup() {
|
|||
--iexclude "system-cache" \
|
||||
--iexclude "thumbs.db" \
|
||||
--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" \
|
||||
--host "$host" \
|
||||
$args "$path"
|
||||
|
|
Loading…
Reference in New Issue