summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-01-24 15:08:46 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-01-24 15:08:46 +0100
commit04f37f78d7addd38e23f6f3024d6df68a831efa2 (patch)
tree7a6cda246245d1991d1407876b40e6519ef47100
parent4c39a197c654196b39e528f80080d10a2c3e6f92 (diff)
downloadApp-BorgRestore-04f37f78d7addd38e23f6f3024d6df68a831efa2.tar.gz
App-BorgRestore-04f37f78d7addd38e23f6f3024d6df68a831efa2.tar.xz
Update autogenerated files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--META.json1
-rw-r--r--README.md10
2 files changed, 10 insertions, 1 deletions
diff --git a/META.json b/META.json
index d26e230..6b4af11 100644
--- a/META.json
+++ b/META.json
@@ -59,6 +59,7 @@
"Log::Log4perl::Appender::ScreenColoredLevels" : "0",
"Log::Log4perl::Layout::PatternLayout" : "0",
"Log::Log4perl::Level" : "0",
+ "Number::Bytes::Human" : "0",
"Path::Tiny" : "0",
"Pod::Usage" : "0",
"Version::Compare" : "0",
diff --git a/README.md b/README.md
index c84091d..da4e10c 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ borg-restore.pl \[options\] &lt;path>
--help, -h short help message
--debug show debug messages
--update-cache, -u update cache files
+ --list [pattern] List paths contained in the backups, optionally
+ matching an SQLite LIKE pattern
--destination, -d <path> Restore backup to directory <path>
--time, -t <timespec> Automatically find newest backup that is at least
<time spec> old
@@ -65,6 +67,12 @@ It can be used to build your own restoration script.
Update the lookup database. You should run this after creating or removing a backup.
+- **--list** **\[pattern\]**
+
+ List paths contained in the backups, optionally matching an SQLite LIKE
+ pattern. If no % occurs in the pattern, the patterns is automatically wrapped
+ between two % so it may match anywhere in the path.
+
- **--destination=**_path_, **-d **_path_
Restore the backup to 'path' instead of its original location. The destination
@@ -96,7 +104,7 @@ For configuration options please see [App::BorgRestore::Settings](https://metacp
# LICENSE
-Copyright (C) 2016-2017 Florian Pritz <bluewind@xinu.at>
+Copyright (C) 2016-2018 Florian Pritz <bluewind@xinu.at>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by