From 1adb318f028c0dfaae3b0c83c99f95827120080e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 16 Mar 2016 17:45:32 +0100 Subject: [PATCH] documentation: cosmetics: change all url from www.digint.ch to digint.ch --- README.md | 9 ++++----- btrbk | 4 ++-- doc/FAQ.md | 2 +- doc/btrbk.1 | 5 ++--- doc/btrbk.conf.5 | 5 ++--- doc/ssh_filter_btrbk.1 | 5 ++--- 6 files changed, 13 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b088dcb..ad8aaa4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/btrbk b/btrbk index 84a9809..0db6101 100755 --- a/btrbk +++ b/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. +The full btrbk documentation is available at L. =head1 AUTHOR @@ -50,7 +50,7 @@ use Data::Dumper; our $VERSION = "0.23.0-dev"; our $AUTHOR = 'Axel Burri '; -our $PROJECT_HOME = ''; +our $PROJECT_HOME = ''; my $version_info = "btrbk command line client, version $VERSION"; diff --git a/doc/FAQ.md b/doc/FAQ.md index 43d8de9..97576c1 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -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) ? diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 7ea88b4..5d148b4 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -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) diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 4f75b58..82edc94 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -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 diff --git a/doc/ssh_filter_btrbk.1 b/doc/ssh_filter_btrbk.1 index 1893458..0e4a5e8 100644 --- a/doc/ssh_filter_btrbk.1 +++ b/doc/ssh_filter_btrbk.1 @@ -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),