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

pull/10311/head
cmeng 1 year ago committed by GitHub
parent a062c36ff5
commit 8c77c5ffbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save