Update README

This commit is contained in:
Eduard Tolosa 2024-02-05 02:47:59 -05:00
parent 502753acf9
commit 33a6153f23

View file

@ -10,11 +10,11 @@ See the [docs folder](https://github.com/Edu4rdSHL/rusnapshot/blob/master/docs/)
- Allows you to specify the origin and destination of snapshots at will of the user. - Allows you to specify the origin and destination of snapshots at will of the user.
- Track snapshots using SQLite as backend database. - Track snapshots using SQLite as backend database.
- Easy setup using small templates instead of confusing long files. - Easy setup using small templates instead of confusing long files.
- You can create snapshots of the volumes you want simply by using different configuration templates. - Ability to create snapshots of the volumes you want simply by using different configuration templates.
- You can create read-only or read-write snapshots. - Ability to create read-only or read-write snapshots.
- You can use the same SQLite database for everything. - Ability to use the same SQLite database for everything.
- You can specify the prefix of the name for the snapshots. - Ability to specify the prefix of the name for the snapshots for better identification.
- You can specify a `kind` identifier to differentiate them in the database. Useful if you plan to have hourly, weekly, montly or more "kind" of snapshots of the same subvolume(s). - 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).
- Supports restoration of snapshots in the original directory or a specific one. - Supports restoration of snapshots in the original directory or a specific one.
- Automatic snapshots cleanup. - Automatic snapshots cleanup.
- Nice CLI output to see the status and details of snapshots. - Nice CLI output to see the status and details of snapshots.