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:
parent
5a0cb4d0e8
commit
0a80f4dc51
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue