Hi everyone, I have a little doubt about migrating rsnapshot backups from one hard disk to another and even through different filesystems.
I have a rsync snapshot working since years, but now I have to migrate everything into a bigger hard disk since the space is ending in the old one.
Looking through various forums and wiki I ended up that doing:
rsync -azhvHAE /oldbackup /newbackup should do the trick and respect the hard links created
And the I can restart the rsnapshot plugin of OMV to keep backing up from where it left on the new bigger hard drive.
My doubt is what about when you do a migration to a different filesystem?
Let's say the main hard disk where the original data was formatted in ext4 and I need to migrate all the nas original files to a zfs filesystem, would then the reactivation of the rsnapshot backup still working if I manually change name to the "root folder" of the rsnapshot backup with the proper pool name?
Or it doesn't make any sense and rsnapshot will not recognize those are basically the same files just root directory is changed?
So basically is there a way to migrate a rsnapshot backup in this situation or is it just better forget about the old backup and start a new one from scratch on the new filesystem?