diff --git a/README.md b/README.md index a5496af..17dc3c5 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,13 @@ This: 3. and overwrites the target file with its original contents. +### Restore ANY backup + +``` +mirro --restore filename.ext.orig.20251110T174400 +Restored /path/to/filename.ext from backup filename.ext.orig.20251110T174400 +``` + ### Remove old backup files. ``` diff --git a/pyproject.toml b/pyproject.toml index 24ab7e8..d686b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mirro" -version = "0.5.0" +version = "0.6.0" description = "A safe editing wrapper: edits a temp copy, compares, and saves original backup if changed." authors = ["Marco D'Aleo "] license = "GPL-3.0-or-later"