master
garfi 2023-08-28 22:32:56 +02:00
parent 29d0851bf9
commit bb67de1dd2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
backup_dir="/mnt/box/backup/bk_auto_pveprod/"
timestamp=$(date +%Y%m%d%H%M%S)
test
## BACKUP JEEDOM
qm stop 101; sleep 60s; qemu-img convert -O qcow2 -f raw /dev/pve/vm-101-disk-0 $backup_dir/101_JEEDOM_$timestamp.qcow2; qm start 101