backup: ignore transient OCI container files
parent
685ff4f63f
commit
8d0daeae24
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue