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

pull/8726/head^2
cmeng 1 year ago committed by GitHub
parent 5a0cb4d0e8
commit 0a80f4dc51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save