added
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Thu, 10 Dec 2020 12:22:43 +0000 (23:22 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Thu, 10 Dec 2020 12:22:43 +0000 (23:22 +1100)
README.adoc [new file with mode: 0644]

diff --git a/README.adoc b/README.adoc
new file mode 100644 (file)
index 0000000..ea6ea0b
--- /dev/null
@@ -0,0 +1,13 @@
+nilfs2 Simple Snapshot Scheduler
+================================
+
+The script +sss.sh+ is a "cron bot" script that manages nilfs2
+snapshots to make a rollback history that contains:
+
+ * the last of each year when older than a year, else
+ * the last of each month when older than a month, else
+ * the last of each week when older than a week, else
+ * the last of each day when older than a day, else
+ * the last of each hour when older than an hour, else
+ * a new snapshot every hour
+