How to initiate incremental backup of filesystem using proxmox backup client?

nikhilbhalwankar

Active Member
Jun 8, 2019
5
0
41
41
I have a filesystem backup worth 10 TB on proxmox backup server. Its around 2 months old. I initiated backup again yesterday. However it looks like it has automatically triggerred full backup insetad of incremental backup.

I will be shifting the proxmox backup server to another data center and I don't want the full filesystem backup to be initiated over the network. How to make sure that only incremental filesystem backup gets initiated everytime I start backup?
 
Hi, you can use the change-detection-mode parameter for proxmox-backup-client and set it to metadata. That should significantly speed up you filesystem backups, after an initial backup run using that mode (which requires a full re-scan). For details see https://pbs.proxmox.com/docs/backup-client.html#change-detection-mode
Many thanks for the inputs. I tested it out and works very well. However I observed one behaviour while backing up multiple file systems of same server under single namespace of Proxmox backup server as follows,

1) Initiate backup of file system /abc from server S1 using metadata mode on Proxmox backup server with root namespace. Runs a full backup first time.

2) Initiate backup of file system /xyz from server S1 using metadata mode on Proxmox backup server with root namespace. Runs a full backup first time.

3) Now again run backup of file system /abc from server S1 using metadata mode on Proxmox backup server with root namespace. it does not detect previous snapshot and initiates full backup again. Is it due to the case that the last latest successful backup detected is of /xyz file system?

I tried separating these backups with seperate namespaces then. This triggered incremental backup of /abc filesystem correctly when run for the second time. Is this the expected behaviour?