Backup CONFIG_ENV
This commit is contained in:
@ -12,6 +12,7 @@ FILES_TO_BACKUP=(
|
|||||||
"/etc/hysteria/ca.crt"
|
"/etc/hysteria/ca.crt"
|
||||||
"/etc/hysteria/users.json"
|
"/etc/hysteria/users.json"
|
||||||
"/etc/hysteria/config.json"
|
"/etc/hysteria/config.json"
|
||||||
|
"/etc/hysteria/.configs.env"
|
||||||
)
|
)
|
||||||
|
|
||||||
zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null
|
zip -j "$BACKUP_FILE" "${FILES_TO_BACKUP[@]}" >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user