I'm trying to restore a backup from my PBS server to a new Proxmox. Everything goes fine with other smaller machine but it stuck on a 250gb one.
I modify /etc/vzdump.conf to have the tmp dir on a bigger dataset (the server has a ZFS storage).
vzdump.conf
I modify /etc/vzdump.conf to have the tmp dir on a bigger dataset (the server has a ZFS storage).
vzdump.conf
Code:
# vzdump default settings
tmpdir: /datastore/temp
#dumpdir: DIR
#storage: STORAGE_ID
#mode: snapshot|suspend|stop
#bwlimit: KBPS
#ionice: PRI
#lockwait: MINUTES
#stopwait: MINUTES
#size: MB
#stdexcludes: BOOLEAN
#mailto: ADDRESSLIST
#maxfiles: N
#script: FILENAME
#exclude-path: PATHLIST
#pigz: N
Code:
NAME USED AVAIL REFER MOUNTPOINT
datastore 16.4G 3.36T 160K /datastore
datastore/subvol-100-disk-0 12.7G 7.29G 12.7G /datastore/subvol-100-disk-0
datastore/subvol-101-disk-0 1.24G 18.8G 1.24G /datastore/subvol-101-disk-0
datastore/subvol-105-disk-0 2.34G 5.66G 2.34G /datastore/subvol-105-disk-0
datastore/temp 128K 3.36T 128K /datastore/temp
datastore/vm-500-disk-0 50.5M 3.36T 50.5M -
Code:
Error: error extracting archive - error at entry "main.cvd.init": failed to copy file contents: Disk quota exceeded (os error 122)
TASK ERROR: unable to restore CT 114 - command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client restore '--crypt-mode=encrypt' '--keyfd=14' ct/114/2020-12-20T04:53:25Z root.pxar /var/lib/lxc/114/rootfs --allow-existing-dirs --repository cloud04@pbs@192.168.103.100:c03' failed: exit code 255
Last edited: