mirror of https://github.com/portainer/portainer
fix(backup): add chisel key to backup EE-6105 (#10283)
parent
5a0cb4d0e8
commit
0a80f4dc51
|
@ -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…
Reference in New Issue