mirror of https://github.com/digint/btrbk
documentation: change digint links to https://
parent
15dde32126
commit
d941ecfce9
|
@ -121,7 +121,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://digint.ch/btrbk/doc/btrbk.1.html
|
||||
[btrbk(1)]: https://digint.ch/btrbk/doc/btrbk.1.html
|
||||
|
||||
|
||||
Configuration File
|
||||
|
@ -142,7 +142,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://digint.ch/btrbk/doc/btrbk.conf.5.html
|
||||
[btrbk.conf(5)]: https://digint.ch/btrbk/doc/btrbk.conf.5.html
|
||||
|
||||
|
||||
Example: laptop with usb-disk for backups
|
||||
|
@ -436,7 +436,7 @@ For even more security, set up a chroot environment in
|
|||
/etc/ssh/sshd_config (see [sshd_config(5)]).
|
||||
|
||||
|
||||
[ssh_filter_btrbk(1)]: http://digint.ch/btrbk/doc/ssh_filter_btrbk.1.html
|
||||
[ssh_filter_btrbk(1)]: https://digint.ch/btrbk/doc/ssh_filter_btrbk.1.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
|
||||
[btrfs-progs-btrbk]: https://github.com/digint/btrfs-progs-btrbk
|
||||
|
|
4
btrbk
4
btrbk
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
# ---------------------------------------------------------------------
|
||||
# The official btrbk website is located at:
|
||||
# http://digint.ch/btrbk/
|
||||
# https://digint.ch/btrbk/
|
||||
#
|
||||
# Author:
|
||||
# Axel Burri <axel@tty0.ch>
|
||||
|
@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck );
|
|||
|
||||
our $VERSION = '0.26.0-dev';
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
our $BTRFS_PROGS_MIN = '3.18.2'; # required since btrbk-v0.23.0
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
# ---------------------------------------------------------------------
|
||||
# The official btrbk website is located at:
|
||||
# http://digint.ch/btrbk/
|
||||
# https://digint.ch/btrbk/
|
||||
#
|
||||
# Author:
|
||||
# Axel Burri <axel@tty0.ch>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
# ---------------------------------------------------------------------
|
||||
# The official btrbk website is located at:
|
||||
# http://digint.ch/btrbk/
|
||||
# https://digint.ch/btrbk/
|
||||
#
|
||||
# Author:
|
||||
# Axel Burri <axel@tty0.ch>
|
||||
|
@ -34,7 +34,7 @@ use Getopt::Long qw(GetOptions);
|
|||
|
||||
our $VERSION = '0.26.0-dev'; # match btrbk version
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
my $VERSION_INFO = "raw_suffix2sidecar (btrbk migration script), 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://digint.ch/btrbk/doc/btrbk.1.html
|
||||
[btrbk(1)]: https://digint.ch/btrbk/doc/btrbk.1.html
|
||||
|
||||
|
||||
How can I setup a debian pre-install hook?
|
||||
|
|
|
@ -391,8 +391,8 @@ endif::backend-docbook[]
|
|||
AVAILABILITY
|
||||
------------
|
||||
|
||||
Please refer to the btrbk project page *<http://digint.ch/btrbk/>* for
|
||||
further details.
|
||||
Please refer to the btrbk project page *<https://digint.ch/btrbk/>*
|
||||
for further details.
|
||||
|
||||
|
||||
SEE ALSO
|
||||
|
|
|
@ -486,7 +486,7 @@ experimental'):
|
|||
AVAILABILITY
|
||||
------------
|
||||
|
||||
Please refer to the btrbk project page *<http://digint.ch/btrbk/>*
|
||||
Please refer to the btrbk project page *<https://digint.ch/btrbk/>*
|
||||
for further details.
|
||||
|
||||
|
||||
|
|
|
@ -91,8 +91,8 @@ OPTIONS
|
|||
AVAILABILITY
|
||||
------------
|
||||
|
||||
Please refer to the btrbk project page *<http://digint.ch/btrbk/>* for
|
||||
further details.
|
||||
Please refer to the btrbk project page *<https://digint.ch/btrbk/>*
|
||||
for further details.
|
||||
|
||||
|
||||
SEE ALSO
|
||||
|
|
|
@ -88,5 +88,5 @@ setting:
|
|||
This states: "always transfer the latest snapshot to the target".
|
||||
|
||||
|
||||
[btrbk(1)]: http://digint.ch/btrbk/doc/btrbk.1.html
|
||||
[btrbk.conf(5)]: http://digint.ch/btrbk/doc/btrbk.conf.5.html
|
||||
[btrbk(1)]: https://digint.ch/btrbk/doc/btrbk.1.html
|
||||
[btrbk.conf(5)]: https://digint.ch/btrbk/doc/btrbk.conf.5.html
|
||||
|
|
Loading…
Reference in New Issue