diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-04 16:52:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-04 16:52:27 +0200 |
commit | eee7f47d8b3c685d0f8ba0ad79fad5afd8d719f6 (patch) | |
tree | 562614b9f856f043320d1777999964a702c60a84 /script | |
parent | 10f9167adde11f446a59b22b0b884138a61393df (diff) | |
download | App-BorgRestore-eee7f47d8b3c685d0f8ba0ad79fad5afd8d719f6.tar.gz App-BorgRestore-eee7f47d8b3c685d0f8ba0ad79fad5afd8d719f6.tar.xz |
Build README from script instead of main package
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'script')
-rwxr-xr-x | script/borg-restore.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index 7bdcac6..0fe5a2a 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -41,6 +41,9 @@ passed and restore it without further user interaction. B<borg-restore.pl --update-cache> has to be executed regularly, ideally after creating or removing backups. +L<App::BorgRestore> provides the base features used to implement this script. +It can be used to build your own restoration script. + =cut =head1 OPTIONS |