Hi community,
I need a little help, again. A few month ago I had a problem with the backup of my containers. The community helped me in this thread:
The solution was to define a tmpdir in the vzdump.conf.
Now I tried to restore one of my containers and I run into the same problem. Obviously the backup is restored in a backup file, and there is not enough space.
My short question, is there a file like the vzdump.conf for the restoring settings? I didn't find the option.
Thanks
I need a little help, again. A few month ago I had a problem with the backup of my containers. The community helped me in this thread:
Hi,
finally I could fix the problem. As Fiona mentioned the backup job generates a temporary "file" and on my system the local ssd is to small. So it run full and the backup job failed. At first I moved the temp directory to one of my data hdd and so there was enough space for the temp file. As in the post
https://forum.proxmox.com/threads/lxc-backup-fails-with-rsync-exit-code-11.120667/
suggested, I edited the
file and changed the line:
entry to a local path on the hdd.
And finally I installed an old ssd additionally to the system, just...
finally I could fix the problem. As Fiona mentioned the backup job generates a temporary "file" and on my system the local ssd is to small. So it run full and the backup job failed. At first I moved the temp directory to one of my data hdd and so there was enough space for the temp file. As in the post
https://forum.proxmox.com/threads/lxc-backup-fails-with-rsync-exit-code-11.120667/
suggested, I edited the
Code:
/etc/vzdump.conf
file and changed the line:
Code:
tmpdir:
entry to a local path on the hdd.
And finally I installed an old ssd additionally to the system, just...
The solution was to define a tmpdir in the vzdump.conf.
Now I tried to restore one of my containers and I run into the same problem. Obviously the backup is restored in a backup file, and there is not enough space.
Code:
Creating filesystem with 13107200 4k blocks and 3276800 inodes
Filesystem UUID: 7d37948f-8a75-45a5-a70a-491d92bc1b03
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
restoring 'Daten2:backup/vzdump-lxc-101-2025_08_01-03_00_04.tar.zst' now..
extracting archive '/mnt/pve/Daten2/dump/vzdump-lxc-101-2025_08_01-03_00_04.tar.zst'
tar: ./srv/openhab-userdata/backups/openhab-backup-24_10_02-22_25_49.zip: Wrote only 2560 of 10240 bytes
tar: ./srv/openhab-userdata/tmpalt: Cannot mkdir: No space left on device
tar: ./srv/openhab-userdata/tmpalt: Cannot mkdir: No space left on device
tar: ./srv/openhab-userdata/tmpalt/.paxweb11889480466940345254: Cannot mkdir: No such file or directory
tar: ./srv/openhab-userdata/tmpalt: Cannot mkdir: No space left on device
tar: ./srv/openhab-userdata/tmpalt/fileinstall-318041911140237937: Cannot mkdir: No such file or directory
tar: ./srv/openhab-userdata/tmpalt: Cannot mkdir: No space left on device
tar: ./srv/openhab-userdata/tmpalt/fileinstall-2754830848287325891: Cannot mkdir: No such file or directory
tar: ./srv/openhab-userdata/tmpalt: Cannot mkdir: No space left on device
My short question, is there a file like the vzdump.conf for the restoring settings? I didn't find the option.
Thanks