add exclude for /var/lib/docker/volumes
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
This commit is contained in:
parent
38a1b14c9a
commit
3c0090954b
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -135,6 +135,7 @@ sync_tasks_wrapper() {
|
|||
'lxc/*/rootfs/var/tmp'
|
||||
'lxc/*/rootfs/dev'
|
||||
/home/mysqltmp
|
||||
/var/lib/docker/volumes
|
||||
)
|
||||
readonly rsync_default_excludes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue