Hi,
Have been trying to get backups working over the last 2 days without luck. I've had it working in the past but havent been able to compose a repeatable process especially on the latest beta (0.9.0).
I've installed the backup server on top of debian 10.6.0 running in a freenas vm (to avoid running it as a vm within proxmox as recommended).
I have two proxmox servers (both 6.2-12) which I'm trying to connect to proxback backup service, but when I run the backup of a vm, I get this every time (exit code 11). Its the same whether the backup server is installed in freenas as a vm, or as a proxmox vm with an entirely different datastore.
Please tell me what additional debugging info I should share
To create it:
#proxmox-backup-manager disk initialize vdb
#proxmox-backup-manager disk fs create ice-store --disk vdb --filesystem ext4 --add-datastore true
#proxmox-backup-manager disk smart-attributes vdb
If I try a backup of the same vm to a local store (not using the proxmox backup) it works okay:
()
INFO: starting new backup job: vzdump 201 --mode snapshot --storage backup-server --node watlab --remove 0
INFO: Starting Backup of VM 201 (lxc)
INFO: Backup started at 2020-10-12 17:34:00
INFO: status = running
INFO: CT Name: ice-dev
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/mnt/icedev') in backup
INFO: mode failure - some volumes do not support snapshots
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: ice-dev
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/mnt/icedev') in backup
INFO: starting first sync /proc/37336/root/ to /var/tmp/vzdumptmp36060
ERROR: Backup of VM 201 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/37336/root//./ /proc/37336/root//./mnt/icedev /var/tmp/vzdumptmp36060' failed: exit code 11
INFO: Failed at 2020-10-12 17:34:37
INFO: Backup job finished with errors
TASK ERROR: job errors
root@pbs:~# proxmox-backup-manager disk list
┌──────┬─────────┬─────┬───────────┬────────────────┬───────┬─────────┬─────────┐
│ name │ used │ gpt │ disk-type │ size │ model │ wearout │ status │
╞══════╪═════════╪═════╪═══════════╪════════════════╪═══════╪═════════╪═════════╡
│ vda │ mounted │ 1 │ hdd │ 17179869184 │ │ - │ unknown │
├──────┼─────────┼─────┼───────────┼────────────────┼───────┼─────────┼─────────┤
│ vdb │ mounted │ 1 │ hdd │ 10995116310528 │ │ - │ unknown │
└──────┴─────────┴─────┴───────────┴────────────────┴───────┴─────────┴─────────┘
root@pbs:~# proxmox-backup-manager datastore show ice-store
┌──────┬──────────────────────────┐
│ Name │ Value │
╞══════╪══════════════════════════╡
│ name │ ice-store │
├──────┼──────────────────────────┤
│ path │ /mnt/datastore/ice-store │
└──────┴──────────────────────────┘
Edit: I was able to create a simple LXC and back it up with only one local root disk, so not sure why the "icedev" mount point isnt working. Maybe something related to not supported snapshots and having to switch to suspend?
Have been trying to get backups working over the last 2 days without luck. I've had it working in the past but havent been able to compose a repeatable process especially on the latest beta (0.9.0).
I've installed the backup server on top of debian 10.6.0 running in a freenas vm (to avoid running it as a vm within proxmox as recommended).
I have two proxmox servers (both 6.2-12) which I'm trying to connect to proxback backup service, but when I run the backup of a vm, I get this every time (exit code 11). Its the same whether the backup server is installed in freenas as a vm, or as a proxmox vm with an entirely different datastore.
Please tell me what additional debugging info I should share
To create it:
#proxmox-backup-manager disk initialize vdb
#proxmox-backup-manager disk fs create ice-store --disk vdb --filesystem ext4 --add-datastore true
#proxmox-backup-manager disk smart-attributes vdb
If I try a backup of the same vm to a local store (not using the proxmox backup) it works okay:
()
INFO: starting new backup job: vzdump 201 --mode snapshot --storage backup-server --node watlab --remove 0
INFO: Starting Backup of VM 201 (lxc)
INFO: Backup started at 2020-10-12 17:34:00
INFO: status = running
INFO: CT Name: ice-dev
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/mnt/icedev') in backup
INFO: mode failure - some volumes do not support snapshots
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: ice-dev
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/mnt/icedev') in backup
INFO: starting first sync /proc/37336/root/ to /var/tmp/vzdumptmp36060
ERROR: Backup of VM 201 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/37336/root//./ /proc/37336/root//./mnt/icedev /var/tmp/vzdumptmp36060' failed: exit code 11
INFO: Failed at 2020-10-12 17:34:37
INFO: Backup job finished with errors
TASK ERROR: job errors
root@pbs:~# proxmox-backup-manager disk list
┌──────┬─────────┬─────┬───────────┬────────────────┬───────┬─────────┬─────────┐
│ name │ used │ gpt │ disk-type │ size │ model │ wearout │ status │
╞══════╪═════════╪═════╪═══════════╪════════════════╪═══════╪═════════╪═════════╡
│ vda │ mounted │ 1 │ hdd │ 17179869184 │ │ - │ unknown │
├──────┼─────────┼─────┼───────────┼────────────────┼───────┼─────────┼─────────┤
│ vdb │ mounted │ 1 │ hdd │ 10995116310528 │ │ - │ unknown │
└──────┴─────────┴─────┴───────────┴────────────────┴───────┴─────────┴─────────┘
root@pbs:~# proxmox-backup-manager datastore show ice-store
┌──────┬──────────────────────────┐
│ Name │ Value │
╞══════╪══════════════════════════╡
│ name │ ice-store │
├──────┼──────────────────────────┤
│ path │ /mnt/datastore/ice-store │
└──────┴──────────────────────────┘
Edit: I was able to create a simple LXC and back it up with only one local root disk, so not sure why the "icedev" mount point isnt working. Maybe something related to not supported snapshots and having to switch to suspend?
Last edited: