diff options
author | Florian Pritz <bluewind@xinu.at> | 2023-09-03 13:55:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2023-09-03 13:55:46 +0200 |
commit | 0c50235a1225462f7b8f5bf986a41853ee30fe0d (patch) | |
tree | da84abec835abcf15a61e187861ebff641ff711b | |
parent | 0baed4e1c58bb7c329a6e5638739a0496f1cbd4a (diff) | |
download | App-BorgRestore-0c50235a1225462f7b8f5bf986a41853ee30fe0d.tar.gz App-BorgRestore-0c50235a1225462f7b8f5bf986a41853ee30fe0d.tar.xz |
Update META.json and README
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | META.json | 8 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,10 @@ { "abstract" : "Restore paths from borg backups", "author" : [ - "-2018 Florian Pritz <bluewind@xinu.at>" + "Florian Pritz <bluewind@xinu.at>" ], "dynamic_config" : 0, - "generated_by" : "Minilla/v3.1.10, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Minilla/v3.1.22, CPAN::Meta::Converter version 2.150010", "license" : [ "gpl_3" ], @@ -90,11 +90,11 @@ "homepage" : "https://github.com/Bluewind/App-BorgRestore", "repository" : { "type" : "git", - "url" : "git://github.com/Bluewind/App-BorgRestore.git", + "url" : "https://github.com/Bluewind/App-BorgRestore.git", "web" : "https://github.com/Bluewind/App-BorgRestore" } }, "version" : "3.4.4", - "x_serialization_backend" : "JSON::PP version 4.04", + "x_serialization_backend" : "JSON::PP version 4.07", "x_static_install" : 0 } @@ -55,7 +55,7 @@ passed and restore it without further user interaction. **borg-restore.pl --update-cache** has to be executed regularly, ideally after creating or removing backups. -[App::BorgRestore](https://metacpan.org/pod/App::BorgRestore) provides the base features used to implement this script. +[App::BorgRestore](https://metacpan.org/pod/App%3A%3ABorgRestore) provides the base features used to implement this script. It can be used to build your own restoration script. # OPTIONS @@ -125,11 +125,11 @@ It can be used to build your own restoration script. # CONFIGURATION -For configuration options please see [App::BorgRestore::Settings](https://metacpan.org/pod/App::BorgRestore::Settings). +For configuration options please see [App::BorgRestore::Settings](https://metacpan.org/pod/App%3A%3ABorgRestore%3A%3ASettings). # LICENSE -Copyright (C) 2016-2018 Florian Pritz <bluewind@xinu.at> +Copyright (C) 2016-2023 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 |