Hello all,
in the context of checking out PBS I tried running backups from another machine hosting some docker containers to PBS.
Because of the large size of the setup (lots of archive and mirror folders, plus a chunky dm file for docker) I started two pxar files (excl boot) each with incremental backups using different .pxarexclude stages.
So for the docker part, I used another pxar file ie
Obviously, this seem to not work... for the next invocation, root.pxar complains about missing 'root.mpxar.didx' and restarts the whole thing from scratch, wasting bw and time (ultimately failing after three days).
Is this true: just one manifest per client per folder? Or am I missing something?
Ciao
Michael
in the context of checking out PBS I tried running backups from another machine hosting some docker containers to PBS.
Because of the large size of the setup (lots of archive and mirror folders, plus a chunky dm file for docker) I started two pxar files (excl boot) each with incremental backups using different .pxarexclude stages.
So for the docker part, I used another pxar file ie
Code:
proxmox-backup-client backup root.pxar:/ boot.pxar:/boot --change-detection-mode=metadata --ns ${PBS_NAMESPACE}
proxmox-backup-client backup docker.pxar:/var/lib/docker --change-detection-mode=metadata --ns ${PBS_NAMESPACE}
Obviously, this seem to not work... for the next invocation, root.pxar complains about missing 'root.mpxar.didx' and restarts the whole thing from scratch, wasting bw and time (ultimately failing after three days).
Is this true: just one manifest per client per folder? Or am I missing something?
Ciao
Michael