fix(backup): add chisel key to backup EE-6105 (#10283)
parent
5a0cb4d0e8
commit
0a80f4dc51
|
@ -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