diff options
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 |