Create backup whitelist for docker-compose
This commit is contained in:
parent
e4f531d8ca
commit
b1b2efc4a7
1 changed files with 1 additions and 1 deletions
|
@ -173,6 +173,6 @@ begin
|
||||||
end
|
end
|
||||||
|
|
||||||
function getBackupArgs
|
function getBackupArgs
|
||||||
printf "%s\n" --hidden --no-ignore . --exclude "docker-compose"{,.base}".yml" (getServiceRoot $argv)
|
printf "%s\n" --hidden --no-ignore "^(docker-compose\.secrets\.yml|data/)\$"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue