add exclude for /var/lib/docker/volumes
All checks were successful
gitea/evobackup/pipeline/head This commit looks good

This commit is contained in:
Gregory Colpart 2024-12-18 13:56:19 +01:00
parent 38a1b14c9a
commit 3c0090954b
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed
* client: add exclude for 'lxc/*/rootfs/dev'
* client : add exclude for /var/lib/docker/volumes
### Security

View file

@ -135,6 +135,7 @@ sync_tasks_wrapper() {
'lxc/*/rootfs/var/tmp'
'lxc/*/rootfs/dev'
/home/mysqltmp
/var/lib/docker/volumes
)
readonly rsync_default_excludes