summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-04 17:07:52 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-04 17:07:52 +0200
commit07615a9b707d2e0a79723019d028b69412c61688 (patch)
treeff09acf115ec02d0ec46affb2e4736412516d6be /script
parentca1365305eae118e4a44735b4392ca948de9586f (diff)
downloadApp-BorgRestore-07615a9b707d2e0a79723019d028b69412c61688.tar.gz
App-BorgRestore-07615a9b707d2e0a79723019d028b69412c61688.tar.xz
Add example usage and output to readme
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'script')
-rwxr-xr-xscript/borg-restore.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl
index 0fe5a2a..04a1e9b 100755
--- a/script/borg-restore.pl
+++ b/script/borg-restore.pl
@@ -25,6 +25,16 @@ borg-restore.pl [options] <path>
Format: <number><unit>
Units: s (seconds), min (minutes), h (hours), d (days), m (months = 31 days), y (year)
+Example usage:
+
+ > borg-restore.pl bin/backup.sh
+ 0: Sat. 2016-04-16 17:47:48 +0200 backup-20160430-232909
+ 1: Mon. 2016-08-15 16:11:29 +0200 backup-20160830-225145
+ 2: Mon. 2017-02-20 16:01:04 +0100 backup-20170226-145909
+ 3: Sat. 2017-03-25 14:45:29 +0100 backup-20170325-232957
+ Enter ID to restore (Enter to skip): 3
+ INFO Restoring home/flo/bin/backup.sh to /home/flo/bin from archive backup-20170325-232957
+
=head1 DESCRIPTION
borg-restore.pl helps to restore files from borg backups.