mirror of https://github.com/digint/btrbk
documentation: cosmetics: change all url from www.digint.ch to digint.ch
parent
cd8ac043a8
commit
1adb318f02
|
@ -88,8 +88,7 @@ btrbk is in `testing`, install with:
|
|||
apk add btrbk
|
||||
|
||||
|
||||
[btrbk source tarball]: http://www.digint.ch/download/btrbk/releases/
|
||||
[btrbk debian package]: http://www.digint.ch/download/btrbk/packages/debian/
|
||||
[btrbk source tarball]: http://digint.ch/download/btrbk/releases/
|
||||
|
||||
|
||||
Synopsis
|
||||
|
@ -98,7 +97,7 @@ Synopsis
|
|||
Please consult the [btrbk(1)] man-page provided with this package for a
|
||||
full description of the command line options.
|
||||
|
||||
[btrbk(1)]: http://www.digint.ch/btrbk/doc/btrbk.html
|
||||
[btrbk(1)]: http://digint.ch/btrbk/doc/btrbk.html
|
||||
|
||||
|
||||
Configuration File
|
||||
|
@ -119,7 +118,7 @@ This will read all btrfs information on the source/target filesystems
|
|||
and show what actions would be performed (without writing anything to
|
||||
the disks).
|
||||
|
||||
[btrbk.conf(5)]: http://www.digint.ch/btrbk/doc/btrbk.conf.html
|
||||
[btrbk.conf(5)]: http://digint.ch/btrbk/doc/btrbk.conf.html
|
||||
|
||||
|
||||
Example: laptop with usb-disk for backups
|
||||
|
@ -403,7 +402,7 @@ can setup a chroot environment in /etc/ssh/sshd_config (see
|
|||
[sshd_config(5)]).
|
||||
|
||||
|
||||
[ssh_filter_btrbk(1)]: http://www.digint.ch/btrbk/doc/ssh_filter_btrbk.html
|
||||
[ssh_filter_btrbk(1)]: http://digint.ch/btrbk/doc/ssh_filter_btrbk.html
|
||||
[sshd(8)]: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sshd.8
|
||||
[sshd_config(5)]: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/sshd_config.5
|
||||
|
||||
|
|
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://digint.ch/btrbk/>.
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
|
@ -50,7 +50,7 @@ use Data::Dumper;
|
|||
|
||||
our $VERSION = "0.23.0-dev";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
||||
|
||||
my $version_info = "btrbk command line client, version $VERSION";
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ FILTER STATEMENTS), which means you can e.g. add "group automount"
|
|||
tags in your configuration and dump only the volumes of this group:
|
||||
`btrbk list volume automount`.
|
||||
|
||||
[btrbk(1)]: http://www.digint.ch/btrbk/doc/btrbk.html
|
||||
[btrbk(1)]: http://digint.ch/btrbk/doc/btrbk.html
|
||||
|
||||
|
||||
Why is it not possible to backup '/' (btrfs root) ?
|
||||
|
|
|
@ -290,9 +290,8 @@ Backup abort: At least one backup task aborted.
|
|||
.IP "255" 4
|
||||
Script error.
|
||||
.SH AVAILABILITY
|
||||
Please refer to the btrbk project page
|
||||
\fBhttp://www.digint.ch/btrbk/\fR for further
|
||||
details.
|
||||
Please refer to the btrbk project page \fBhttp://digint.ch/btrbk/\fR
|
||||
for further details.
|
||||
.SH SEE ALSO
|
||||
.BR btrbk.conf (5),
|
||||
.BR btrfs (1)
|
||||
|
|
|
@ -302,9 +302,8 @@ There is currently no support for rotation of incremental backups: if
|
|||
from time to time in order to be able to delete old backups.
|
||||
.RE
|
||||
.SH AVAILABILITY
|
||||
Please refer to the btrbk project page
|
||||
\fBhttp://www.digint.ch/btrbk/\fR for further
|
||||
details.
|
||||
Please refer to the btrbk project page \fBhttp://digint.ch/btrbk/\fR
|
||||
for further details.
|
||||
.SH SEE ALSO
|
||||
.BR btrbk (1)
|
||||
.SH AUTHOR
|
||||
|
|
|
@ -86,9 +86,8 @@ Log ACCEPT and REJECT messages to the system log.
|
|||
Call SSH_ORIGINAL_COMMAND using sudo.
|
||||
.RE
|
||||
.SH AVAILABILITY
|
||||
Please refer to the btrbk project page
|
||||
\fBhttp://www.digint.ch/btrbk/\fR for further
|
||||
details.
|
||||
Please refer to the btrbk project page \fBhttp://digint.ch/btrbk/\fR
|
||||
for further details.
|
||||
.SH SEE ALSO
|
||||
.BR btrbk (1),
|
||||
.BR btrbk.conf (5),
|
||||
|
|
Loading…
Reference in New Issue