add "all" option for scanning all choicepoints
[rrq/nilfs2sss.git] / README.adoc
1 nilfs2 Simple Snapshot Scheduler
2 ================================
3
4 The script +sss.sh+ is a "cron bot" script that manages the nilfs2
5 snapshots so as to make a rollback history that contains:
6
7  * the last of each year when older than a year, else
8  * the last of each month when older than a month, else
9  * the last of each week when older than a week, else
10  * the last of each day when older than a day, else
11  * the last of each hour when older than an hour, else
12  * a new snapshot when the last is an hour old or more
13
14 The script operates by reviewing the current series of snapshots and
15 "declassify" them as appropriate for having such a rollback history.
16