Hello Proxmox Community,
So I bought this External Drive (10 TB) for my Dell PowerEdge R710 Server running Proxmox as the Host OS. I've been following this video tutorial to properly partition and setup the 10TB External Drive for backups. The setup was easy (it's set to
Now the problem: Backups don't work. When I tried to backup a VM, at first, I was getting the following:
So I changed the permissions of
I've tried LZO, GZIP and ZSTD Compression. I've tried backing up different VMs, and both On and Off. I even tried backing up to
Any idea what's going on? The odd thing is that I used to be able to perform backups (I was using an older version of Proxmox at the time), but I can't seem to anymore. I'm currently on 6.4-13.
So I bought this External Drive (10 TB) for my Dell PowerEdge R710 Server running Proxmox as the Host OS. I've been following this video tutorial to properly partition and setup the 10TB External Drive for backups. The setup was easy (it's set to
ext4
) and Proxmox GUI is recognizing my 10TB Drive (as /dev/sdb
)Now the problem: Backups don't work. When I tried to backup a VM, at first, I was getting the following:
Code:
"TASK ERROR: The hook script '/root/empty-ram-backup.sh' is not executable"
So I changed the permissions of
/root/empty-ram-backup.sh
to 777
so it would be executable. Now when I try to backup a VM, I get this:
Code:
INFO: starting new backup job: vzdump 104 --compress zstd --remove 0 --node pve --mode snapshot --storage local-usb
INFO: /root/empty-ram-backup.sh: line 3: syntax error near unexpected token `then'
INFO: /root/empty-ram-backup.sh: line 3: `it { "$1" == "backup-start" ]; then'
INFO: /root/empty-ram-backup.sh: line 3: syntax error near unexpected token `then'
INFO: /root/empty-ram-backup.sh: line 3: `it { "$1" == "backup-start" ]; then'
TASK ERROR: command '/root/empty-ram-backup.sh job-abort' failed: exit code 2
I've tried LZO, GZIP and ZSTD Compression. I've tried backing up different VMs, and both On and Off. I even tried backing up to
local
as opposed to my new USB Drive. All still the same error every time.Any idea what's going on? The odd thing is that I used to be able to perform backups (I was using an older version of Proxmox at the time), but I can't seem to anymore. I'm currently on 6.4-13.
Last edited: