mirror of https://github.com/tteck/Proxmox.git
parent
da0a6524fb
commit
7f388de17a
|
@ -54,7 +54,7 @@ start_routines() {
|
||||||
yes)
|
yes)
|
||||||
msg_info "Backing up Proxmox Backup Server 2"
|
msg_info "Backing up Proxmox Backup Server 2"
|
||||||
tar czf "pbs2-etc-backup-$(date -I).tar.gz" -C "/etc" "proxmox-backup"
|
tar czf "pbs2-etc-backup-$(date -I).tar.gz" -C "/etc" "proxmox-backup"
|
||||||
msg_ok "Backed up to Proxmox Backup Server"
|
msg_ok "Backed up Proxmox Backup Server 2"
|
||||||
;;
|
;;
|
||||||
no)
|
no)
|
||||||
msg_error "Selected no to Backing up Proxmox Backup Server 2"
|
msg_error "Selected no to Backing up Proxmox Backup Server 2"
|
||||||
|
|
Loading…
Reference in New Issue