1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

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

This commit is contained in:
cmeng 2023-09-13 09:01:27 +12:00 committed by GitHub
parent 5a0cb4d0e8
commit 0a80f4dc51
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.