I recently installed FreeBSD. While reading up on various backup techniques, I've read many posts spanning years on the inability to use dump to backup a live filesystem with SU+J enabled. It appears that a fix may finally be on the way. Can anyone point me to a link where I can track the status of this project?
>>>Finally, dump(8) does not work in live mode (-L) on a filesystem, with Journaled Soft Updates (SU+J).
docs.freebsd.org
>>>Bug 195485 - [ufs] mksnap_ffs(8) cannot create snapshot with journaled soft updates enabled
>>>The project is expected to be completed around the middle of 2023 with the work divided between two milestones. After milestone 1, snapshots will be enabled when running with journaled soft updates and they will be usable for doing background dumps on a live filesystem. Milestone 2 involves extending fsck_ffs to be able to do a background check using a snapshot on a filesystem running with journaled soft updates.
freebsdfoundation.org
>>>Finally, dump(8) does not work in live mode (-L) on a filesystem, with Journaled Soft Updates (SU+J).
Frequently Asked Questions for FreeBSD 12.X and 13.X
Frequently Asked Questions, and answers, covering all aspects of FreeBSD
>>>Bug 195485 - [ufs] mksnap_ffs(8) cannot create snapshot with journaled soft updates enabled
>>>The project is expected to be completed around the middle of 2023 with the work divided between two milestones. After milestone 1, snapshots will be enabled when running with journaled soft updates and they will be usable for doing background dumps on a live filesystem. Milestone 2 involves extending fsck_ffs to be able to do a background check using a snapshot on a filesystem running with journaled soft updates.
Snapshots on Filesystems Using Journaled Soft Updates | FreeBSD Foundation Snapshots on Filesystems Using Journaled Soft Updates
The UFS/FFS filesystem has the ability to take snapshots. Because the ability to take snapshots was added after soft updates were written, they were fully integrated with soft updates. However, when journaled soft updates were added in 2010, they were never integrated with snapshots. So...
