Create backup whitelist for docker-compose
This commit is contained in:
parent
a4b29b24b6
commit
e0f96952bb
1 changed files with 1 additions and 1 deletions
|
@ -173,6 +173,6 @@ begin
|
|||
end
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue