Hi,
i'm trying to set up my first pbs, and have a very strange issue - when i issue manual backup from pve, it's reports task ok, but i can't find any backups on pbs side and on pve as well.. pbs Datastore Content section is just empty.
my pbs is on version 2.2-3, pve is on version 6.3-6. maybe my pve is too old to work with this new pbs?
if i look in datastore filelevel - i see backup contents..
see bellow task log example:
i'm trying to set up my first pbs, and have a very strange issue - when i issue manual backup from pve, it's reports task ok, but i can't find any backups on pbs side and on pve as well.. pbs Datastore Content section is just empty.
my pbs is on version 2.2-3, pve is on version 6.3-6. maybe my pve is too old to work with this new pbs?
if i look in datastore filelevel - i see backup contents..
see bellow task log example:
Code:
INFO: starting new backup job: vzdump 407 --mode snapshot --remove 0 --node proxmoxServer --storage pbs
INFO: Starting Backup of VM 407 (lxc)
INFO: Backup started at 2022-06-26 16:37:00
INFO: status = running
INFO: CT Name: <reducted>
INFO: including mount point rootfs ('/') in backup
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
Logical volume "snap_vm-407-disk-1_vzdump" created.
INFO: creating Proxmox Backup Server archive 'ct/407/2022-06-26T13:37:00Z'
INFO: run: lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client backup --crypt-mode=none pct.conf:/var/tmp/vzdumptmp27371_407/etc/vzdump/pct.conf root.pxar:/mnt/vzsnap0 --include-dev /mnt/vzsnap0/./ --skip-lost-and-found --exclude=/tmp/?* --exclude=/var/tmp/?* --exclude=/var/run/?*.pid --backup-type ct --backup-id 407 --backup-time 1656250620 --repository root@pam@192.168.50.242:pbs
INFO: Starting backup: ct/407/2022-06-26T13:37:00Z
INFO: Client name: proxmoxServer
INFO: Starting backup protocol: Sun Jun 26 16:37:00 2022
INFO: No previous manifest available.
INFO: Upload config file '/var/tmp/vzdumptmp27371_407/etc/vzdump/pct.conf' to 'root@pam@192.168.50.242:8007:pbs' as pct.conf.blob
INFO: Upload directory '/mnt/vzsnap0' to 'root@pam@192.168.50.242:8007:pbs' as root.pxar.didx
INFO: root.pxar: had to upload 3.32 GiB of 3.57 GiB in 29.19s, average speed 116.57 MiB/s).
INFO: root.pxar: backup was done incrementally, reused 254.51 MiB (7.0%)
INFO: Uploaded backup catalog (2.20 MiB)
INFO: Duration: 29.30s
INFO: End Time: Sun Jun 26 16:37:29 2022
INFO: cleanup temporary 'vzdump' snapshot
Logical volume "snap_vm-407-disk-1_vzdump" successfully removed
INFO: Finished Backup of VM 407 (00:00:30)
INFO: Backup finished at 2022-06-26 16:37:30
Result: {
"data": null
}
INFO: Backup job finished successfully
TASK OK