Offsite PBS? Incremental?

mracar

Member
Aug 24, 2022
8
0
6
Hello.

I have a local PBS server which runs on the PVE. If i wanna implement a sync job to a offsite, pbs sync job will sync incremental per backup or will it try to copy full backup? (which is deduplicated on the main server)

Thanks.
 
If you are only interested to have some backup groups (containers, VMs, hosts) be synced, you can use the group-filter parameter.

Otherwise, it will first take a while for everything to be synced. But from then on it will only sync the changes.
 
If you are only interested to have some backup groups (containers, VMs, hosts) be synced, you can use the group-filter parameter.

Otherwise, it will first take a while for everything to be synced. But from then on it will only sync the changes.
Hello,

"But from then on it will only sync the changes"
Changes means only dirty-bitmap right?

Thanks.
 
Changes means only dirty-bitmap right?
The PBS has no knowledge of the dirty bitmap, it is needed when the VM is backed up, but once the backup is on the PBS, it doesn't need it. The backups are stored as chunks and the backups reference them. Multiple backups can reference the same chunks.

So the remote sync will sync new backup metadata and chunks that are not yet present on the target machine.
 
  • Like
Reactions: mracar