I'm using PBS for large amounts of data on HDD disks. During garbage collector processes, disks are extremely slow. SSDs are expensive in regions like mine. Perhaps something that speeds up the process is logging the backup chunks in an internal database (MySQL or SQLite).
The idea is that when deleting a backup, the database provides the path to the linked files to be removed, avoiding scans for the files and high iops. The database would only be used in cases of garbage collect, not being used for other things.
Best Regards.
The idea is that when deleting a backup, the database provides the path to the linked files to be removed, avoiding scans for the files and high iops. The database would only be used in cases of garbage collect, not being used for other things.
Best Regards.