Hi,
I'm using Proxmox Backup Client on a Debian virtual machine on Proxmox VE to backup a quite large NFS share (~ 10 Tb) mounted on the VM.
The backup works, but it's very slow.
First backup took a very long time (~ 12 days) and it's expected, but even next backups are taking so long: at the moment the second run is running until 11 days:
I'm expecting an incremental/differential backup, but I don't see so much time differences between the first and the following backups.
This is the command I used on Proxmox Backup Client to backup the NFS mounted share:
Are I am doing something wrong or this is expected?
Is there any way to speed up the backup?
Thank you very much!
Bye
I'm using Proxmox Backup Client on a Debian virtual machine on Proxmox VE to backup a quite large NFS share (~ 10 Tb) mounted on the VM.
The backup works, but it's very slow.
First backup took a very long time (~ 12 days) and it's expected, but even next backups are taking so long: at the moment the second run is running until 11 days:
Code:
2021-06-07T10:54:46+02:00: starting new backup on datastore 'dc-backup': "host/backup/2021-06-07T08:54:45Z"
2021-06-07T10:54:46+02:00: download 'index.json.blob' from previous backup.
2021-06-07T10:54:46+02:00: created new dynamic index 1 ("host/backup/2021-06-07T08:54:45Z/catalog.pcat1.didx")
2021-06-07T10:54:46+02:00: register chunks in 'storage1-nfsshare.pxar.didx' from previous backup.
2021-06-07T10:54:46+02:00: download 'storage1-nfsshare.pxar.didx' from previous backup.
2021-06-07T10:54:54+02:00: created new dynamic index 2 ("host/backup/2021-06-07T08:54:45Z/storage1-nfsshare.pxar.didx")
I'm expecting an incremental/differential backup, but I don't see so much time differences between the first and the following backups.
This is the command I used on Proxmox Backup Client to backup the NFS mounted share:
Code:
root@backup:/mnt# PBS_PASSWORD=password proxmox-backup-client backup storage1-nfsshare.pxar:/mnt/nfsshare --repository dc-backup@pbs@pbs-server
:8007:dc-backup --entries-max 40000000
Starting backup: host/backup/2021-06-07T08:54:45Z
Client name: backup
Starting backup protocol: Mon Jun 7 10:54:45 2021
Downloading previous manifest (Thu May 13 09:36:53 2021)
Upload directory '/mnt/nfsshare' to 'dc-backup@pbs@nfsshare:8007:dc-backup' as storage1-nfsshare.pxar.didx
Are I am doing something wrong or this is expected?
Is there any way to speed up the backup?
Thank you very much!
Bye