mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-07-29 20:08:26 +00:00
Update 1.2.2.2 beta
This commit is contained in:
@@ -703,11 +703,13 @@ backup_menu() {
|
||||
--title "$(translate "Host Config Backup")" \
|
||||
--menu "\n$(translate "Select backup method and profile:")" \
|
||||
"$HB_UI_MENU_H" "$HB_UI_MENU_W" "$HB_UI_MENU_LIST" \
|
||||
"" "$(translate "─── Default profile (all critical paths) ──────────")" \
|
||||
"" "$(translate "────────────────── Default profile ───────────────────")" \
|
||||
1 "$(translate "Backup to Proxmox Backup Server (PBS)")" \
|
||||
2 "$(translate "Backup to Borg repository")" \
|
||||
3 "$(translate "Backup to local archive (.tar.zst)")" \
|
||||
"" "$(translate "─── Custom profile (choose paths manually) ────────")" \
|
||||
"" "" \
|
||||
"" "$(translate "─────── Custom profile (choose paths manually) ───────")" \
|
||||
"" "" \
|
||||
4 "$(translate "Custom backup to PBS")" \
|
||||
5 "$(translate "Custom backup to Borg")" \
|
||||
6 "$(translate "Custom backup to local archive")" \
|
||||
@@ -2766,7 +2768,9 @@ main_menu() {
|
||||
"$HB_UI_MENU_H" "$HB_UI_MENU_W" "$HB_UI_MENU_LIST" \
|
||||
1 "$(translate "Backup host configuration")" \
|
||||
2 "$(translate "Restore host configuration")" \
|
||||
"" "$(translate "─── Backup settings ────────────────────────────────")" \
|
||||
"" "" \
|
||||
"" "$(translate "─────────────────────── Backup settings ───────────────────────")" \
|
||||
"" "" \
|
||||
3 "$(translate "Manage custom paths (add / remove your folders)")" \
|
||||
4 "$(translate "Scheduled backups and retention policies")" \
|
||||
5 "$(translate "Configure backup destinations (PBS, Borg, local)")" \
|
||||
|
||||
@@ -190,12 +190,13 @@ function select_nas_iso() {
|
||||
"7" "ZimaOS VM (Proxmox-zimaos)"
|
||||
"" ""
|
||||
"" "\Z4───────────────── Community Scripts ─────────────────\Zn"
|
||||
"" ""
|
||||
"8" "Umbrel OS VM (Helper Scripts)"
|
||||
"9" "$(translate "Return to Main Menu")"
|
||||
)
|
||||
|
||||
local NAS_TYPE
|
||||
NAS_TYPE=$(dialog --backtitle "ProxMenux" \
|
||||
NAS_TYPE=$(dialog --colors --backtitle "ProxMenux" \
|
||||
--title "$(translate "NAS Systems")" \
|
||||
--menu "\n$(translate "Select the NAS system to install:")" 20 70 10 \
|
||||
"${NAS_OPTIONS[@]}" 3>&1 1>&2 2>&3)
|
||||
|
||||
Reference in New Issue
Block a user