Running into an issue running the proxmox-backup-client backup command on a debian 12 bookworm client. The initial backup succeeds, but on subsequent backups the client is showing repetitive
Here is a snapshot of the output:
Permissions wise, the User has admin permissions for the datastore, and the token has Datastore.PowerUser for the namespace.
Any Ideas on what "partial" is? Or methodology to discover more information? Looking at the PBS syslog Server side, I see no errors with the backup, and it states that the backup finished successfully.
failed to open file: "partial": access denied
errors, even though the backup still appears to succeed. Here is a snapshot of the output:
Bash:
user@laptop:~$ proxmox-backup-client backup laptop-home.pxar:/home/user --ns Client
Starting backup: [Client]:host/laptop/2024-12-05T03:22:12Z
Client name: laptop
Starting backup protocol: Wed Dec 4 19:22:12 2024
Downloading previous manifest (Tue Dec 3 21:13:49 2024)
Upload directory '/home/user' to 'user@pbs!laptop@10.x.x.20:8007:backupPool' as laptop-home.pxar.didx
failed to open file: "partial": access denied
... (About 5 more of the above error)
failed to open file: "partial": access denied
processed 10.706 GiB in 1m, uploaded 17.635 MiB
failed to open file: "partial": access denied
... (repeated)
failed to open file: "partial": access denied
processed 18.08 GiB in 2m, uploaded 17.635 MiB
failed to open file: "partial": access denied
... (repeated, this chunking happens many more times)
processed 138.388 GiB in 13m, uploaded 55.719 MiB
laptop-home.pxar: had to backup 70.399 MiB of 153.053 GiB (compressed 29.176 MiB) in 821.86 s (average 87.714 KiB/s)
laptop-home.pxar: backup was done incrementally, reused 152.984 GiB (100.0%)
Uploaded backup catalog (62.716 MiB)
catalog.pcat1: backup was done incrementally, reused 21.74 MiB (34.7%)
Duration: 822.09s
End Time: Wed Dec 4 19:45:37 2024
Permissions wise, the User has admin permissions for the datastore, and the token has Datastore.PowerUser for the namespace.
Any Ideas on what "partial" is? Or methodology to discover more information? Looking at the PBS syslog Server side, I see no errors with the backup, and it states that the backup finished successfully.