mirror of https://github.com/portainer/portainer
fix(backup): add chisel key to backup EE-6105 (#10282)
parent
a062c36ff5
commit
8c77c5ffbe
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue