We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a92426 commit f90e503Copy full SHA for f90e503
2 files changed
README.md
@@ -25,6 +25,10 @@ It automates FULL / DIFF / INCR as independent archive types built on two except
25
`dar-backup` wires these two tools together into a fully automated backup system, with every
26
archive verified and a random set (configurable) of files restored to a test directory before the job completes.
27
28
+>**Interested ?**, see the quick guide that shows installation and a test run
29
+>
30
+>==>>> [Demo](v2/doc/quick-guide.md)
31
+
32
**Is this for you?**
33
34
✅ You back up irreplaceable data — photos, documents, home-made video — and want to be
v2/src/dar_backup/__about__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.10.dev25"
+__version__ = "1.1.10.dev26"
2
3
__author__ = "Per Jensen"
4
0 commit comments