Create backup whitelist for docker-compose

This commit is contained in:
Manuel Thalmann 2024-11-22 17:31:52 +01:00
parent b780b1a20e
commit c05a5f011c

View file

@ -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