From 01e518d3d357f696c84d7995a5897e90665f5be6 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 7 Feb 2024 00:04:37 -0500 Subject: [PATCH] Update documentation. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7912cb..da2bf72 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ See the [docs folder](https://github.com/Edu4rdSHL/rusnapshot/blob/master/docs/) - Ability to use the same SQLite database for everything. - Ability to specify the prefix of the name for the snapshots for better identification. - Ability to specify a `kind` identifier to differentiate them in the database. Useful if you plan to have hourly, weekly, monthly or more "kind" of snapshots of the same subvolume(s). +- Ability to specify the maximum number of snapshots to keep for automatic cleanup. - Supports restoration of snapshots in the original directory or a specific one. -- Automatic snapshots cleanup. +- Supports machine name identification for better tracking when using the same database in multiple machines. - Nice CLI output to see the status and details of snapshots. # Known limitations