I have taken over maintenance of the BackupPC package and have made the update to 4.1.0 available through COPR[1] for now for a couple of reasons:
1. It's a huge change, hardlinks are no longer used for deduplication, but v4 can read v3 backups.
2. Some of the settings in /etc/BackupPC/config.pl were tweaked and need manual attention after the upgrade.
See https://backuppc.github.io/backuppc/BackupPC.html#BackupPC-4.0 for details.
The plan is to update f26 and rawhide to v4 and leave f25 and EPEL alone. Those that want to update to v4 can use the COPR.
Thanks, Richard
[1] https://copr.fedorainfracloud.org/coprs/hobbes1069/BackupPC/
On 03/30/2017 07:32 AM, Richard Shaw wrote:
I have taken over maintenance of the BackupPC package and have made the update to 4.1.0 available through COPR[1] for now for a couple of reasons:
It's a huge change, hardlinks are no longer used for deduplication, but v4 can read v3 backups.
Some of the settings in /etc/BackupPC/config.pl http://config.pl were tweaked and need manual attention after the upgrade.
See https://backuppc.github.io/backuppc/BackupPC.html#BackupPC-4.0 for details.
The plan is to update f26 and rawhide to v4 and leave f25 and EPEL alone. Those that want to update to v4 can use the COPR.
Thanks, Richard
[1] https://copr.fedorainfracloud.org/coprs/hobbes1069/BackupPC/
How well are hard-linked files handled? If I restore /var/lib/yum/yumdb from the most recent backup, will the restored files be hard-linked the same way they were when the backup was made? Will that also be true if I restore a version that is _not_ the most recent backup?
On Thu, Mar 30, 2017 at 8:25 AM, Robert Nichols rnicholsNOSPAM@comcast.net wrote:
How well are hard-linked files handled? If I restore /var/lib/yum/yumdb
from the most recent backup, will the restored files be hard-linked the same way they were when the backup was made? Will that also be true if I restore a version that is _not_ the most recent backup?
Hard links were only used in v3 for deduplication, the restored file would not be a hard link to my knowledge, however, that question may be better asked on the backuppc user list.
Thanks, Richard