mirror of https://github.com/digint/btrbk
cosmetics: corrected btrbk home page url
parent
e39263588d
commit
bef56e59d3
4
btrbk
4
btrbk
|
@ -14,7 +14,7 @@ Backup tool for btrfs subvolumes, taking advantage of btrfs specific
|
|||
send-receive mechanism, allowing incremental backups at file-system
|
||||
level.
|
||||
|
||||
The full btrbk documentation is available at L<http://www.digint.ch/btrbk>.
|
||||
The full btrbk documentation is available at L<http://www.digint.ch/btrbk/>.
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
|
@ -49,7 +49,7 @@ use Data::Dumper;
|
|||
|
||||
our $VERSION = "0.13-dev";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
|
||||
my $version_info = "btrbk command line client, version $VERSION";
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ are described in
|
|||
returned in case of failure.
|
||||
.SH AVAILABILITY
|
||||
Please refer to the btrbk project page
|
||||
\fBhttp://www.digint.ch/btrbk\fR for further
|
||||
\fBhttp://www.digint.ch/btrbk/\fR for further
|
||||
details.
|
||||
.SH SEE ALSO
|
||||
.BR btrbk.conf (5),
|
||||
|
|
|
@ -108,7 +108,7 @@ Lines that contain a hash character (#) in the first column are
|
|||
treated as comments.
|
||||
.SH AVAILABILITY
|
||||
Please refer to the btrbk project page
|
||||
\fBhttp://www.digint.ch/btrbk\fR for further
|
||||
\fBhttp://www.digint.ch/btrbk/\fR for further
|
||||
details.
|
||||
.SH SEE ALSO
|
||||
.BR btrbk (1)
|
||||
|
|
Loading…
Reference in New Issue