1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-31 03:09:44 +02:00

fix(backup): add chisel key to backup EE-6105 (#10282)

This commit is contained in:
cmeng 2023-09-13 09:01:31 +12:00 committed by GitHub
parent a062c36ff5
commit 8c77c5ffbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ var filesToBackup = []string{
"portainer.key",
"portainer.pub",
"tls",
"chisel",
}
// Creates a tar.gz system archive and encrypts it if password is not empty. Returns a path to the archive file.