aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2023-03-24 10:47:57 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2023-03-25 09:37:39 +0000
commit95d9ca66743d4c555ec488e9dbf2ac5ffeec1968 (patch)
tree8e29653315d3561cddf426c56be5416ba2fb6aac
parent5f62afa97c55e665e4719f22353e115748083a77 (diff)
Status/2023Q1/ufs_snapshots.adoc: Add report
Reviewed by: status (Pau Amma <paumma@gundo.com>) Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D39253
-rw-r--r--website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc b/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc
new file mode 100644
index 0000000000..16e40df457
--- /dev/null
+++ b/website/content/en/status/report-2023-01-2023-03/ufs_snapshots.adoc
@@ -0,0 +1,12 @@
+=== Enabling Snapshots on Filesystems Using Journaled Soft Updates in 13.2
+
+Contact: Marshall Kirk McKusick <mckusick@freebsd.org>
+
+The ability to make UFS/FFS filesystem snapshots when running with journaled soft updates and using them for doing background dumps on a live filesystem is available in the 13.2 release.
+Background dumps are requested by using the `-L` flag to man:dump[8].
+
+The details of this project were
+link:https://www.freebsd.org/status/report-2022-10-2022-12/#_enabling_snapshots_on_filesystems_using_journaled_soft_updates[described
+in the 2022 fourth quarter report].
+
+Sponsored by: The FreeBSD Foundation