Hi,
I'm trying to figure out a way to do incremental backup of my media library (8tb) without having to read the whole 8tb every single time. Right now, the 8tb are in a zpool on my pve. From there I attached them to a lxc that is running the proxmox backup client via a script in order to back it up to the pbs which is installed on a on another pc (bare-metal) that also uses zfs. The initial backup worked fine. It did the whole 8tb in 2 days. My problem is that the incremental backups also take a considerable amount of time. I'm running my first one right now (I only added one new file 5gb) and it's been running for more than 2h. (I'll update the exact time it takes once it finishes). (It took 9h)
This is the command I currently use: proxmox-backup-client backup backups.pxar:/mnt/backups media.pxar:/mnt/media files.pxar:/mnt/files
When I first installed it, I was under the impression that the file level backup looks at the files that have been modified. To do so I thought it was reading the last modified part, but after doing some research on the forum, it seems that it reads the whole file.
Is there any way that I can avoid having read all the data? Since this is media data it will mostly never change.
If there is no way to do it via pbs, is there another way to do it that you recommend?
Thank you.
I'm trying to figure out a way to do incremental backup of my media library (8tb) without having to read the whole 8tb every single time. Right now, the 8tb are in a zpool on my pve. From there I attached them to a lxc that is running the proxmox backup client via a script in order to back it up to the pbs which is installed on a on another pc (bare-metal) that also uses zfs. The initial backup worked fine. It did the whole 8tb in 2 days. My problem is that the incremental backups also take a considerable amount of time. I'm running my first one right now (I only added one new file 5gb) and it's been running for more than 2h. (I'll update the exact time it takes once it finishes). (It took 9h)
This is the command I currently use: proxmox-backup-client backup backups.pxar:/mnt/backups media.pxar:/mnt/media files.pxar:/mnt/files
When I first installed it, I was under the impression that the file level backup looks at the files that have been modified. To do so I thought it was reading the last modified part, but after doing some research on the forum, it seems that it reads the whole file.
Is there any way that I can avoid having read all the data? Since this is media data it will mostly never change.
If there is no way to do it via pbs, is there another way to do it that you recommend?
Thank you.
Last edited: