Hi guys,
my first post here... so please appologize for any wrong aproach.
I run PVE 7.2-3 with few VM's and few more CT's. Today one CT run out of space because of my mistake yesterday (root disk size =40GB ), but few hours before crash, cronjob do backup of this CT.
So I want now to restore CT from backup, but on first attempt was failed because "no space left on device" - I try to restore on storage with more than 500GB free space. Okay, I need to resize root disk size before restoring.
But when I try to restore with resized rootfs to 50GB to my smb_1TB storage with this :
I get:
I get same error (can't find file) even if I named full path location of backup: /mnt/pve/backup_hdd/vzdump-lxc-102-2023_03_12-04_30_19.tar.zst
Where I'm wrong?
I really need to run this LXC one more time to get some config files from it.
Any help apreciated!
my first post here... so please appologize for any wrong aproach.
I run PVE 7.2-3 with few VM's and few more CT's. Today one CT run out of space because of my mistake yesterday (root disk size =40GB ), but few hours before crash, cronjob do backup of this CT.
So I want now to restore CT from backup, but on first attempt was failed because "no space left on device" - I try to restore on storage with more than 500GB free space. Okay, I need to resize root disk size before restoring.
But when I try to restore with resized rootfs to 50GB to my smb_1TB storage with this :
Code:
pct restore --rootfs 50 102 vzdump-lxc-102-2023_03_12-04_30_19.tar.zst -storage smb_1TB
I get:
Code:
recovering backed-up configuration from 'vzdump-lxc-102-2023_03_12-04_30_19.tar.zst'
unable to restore CT 166 - can't find file 'vzdump-lxc-102-2023_03_12-04_30_19.tar.zst'
I get same error (can't find file) even if I named full path location of backup: /mnt/pve/backup_hdd/vzdump-lxc-102-2023_03_12-04_30_19.tar.zst
Where I'm wrong?
I really need to run this LXC one more time to get some config files from it.
Any help apreciated!