diff --git a/README.md b/README.md index 7b02da8..d8b5f90 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/btrbk b/btrbk index 8e35fb3..238f7ae 100755 --- a/btrbk +++ b/btrbk @@ -19,7 +19,7 @@ # # --------------------------------------------------------------------- # The official btrbk website is located at: -# http://digint.ch/btrbk/ +# https://digint.ch/btrbk/ # # Author: # Axel Burri @@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck ); our $VERSION = '0.26.0-dev'; our $AUTHOR = 'Axel Burri '; -our $PROJECT_HOME = ''; +our $PROJECT_HOME = ''; our $BTRFS_PROGS_MIN = '3.18.2'; # required since btrbk-v0.23.0 diff --git a/contrib/crypt/kdf_pbkdf2.py b/contrib/crypt/kdf_pbkdf2.py index 1f58d86..16a4edf 100755 --- a/contrib/crypt/kdf_pbkdf2.py +++ b/contrib/crypt/kdf_pbkdf2.py @@ -19,7 +19,7 @@ # # --------------------------------------------------------------------- # The official btrbk website is located at: -# http://digint.ch/btrbk/ +# https://digint.ch/btrbk/ # # Author: # Axel Burri diff --git a/contrib/migration/raw_suffix2sidecar b/contrib/migration/raw_suffix2sidecar index ae15362..81eaf9b 100755 --- a/contrib/migration/raw_suffix2sidecar +++ b/contrib/migration/raw_suffix2sidecar @@ -19,7 +19,7 @@ # # --------------------------------------------------------------------- # The official btrbk website is located at: -# http://digint.ch/btrbk/ +# https://digint.ch/btrbk/ # # Author: # Axel Burri @@ -34,7 +34,7 @@ use Getopt::Long qw(GetOptions); our $VERSION = '0.26.0-dev'; # match btrbk version our $AUTHOR = 'Axel Burri '; -our $PROJECT_HOME = ''; +our $PROJECT_HOME = ''; my $VERSION_INFO = "raw_suffix2sidecar (btrbk migration script), version $VERSION"; diff --git a/doc/FAQ.md b/doc/FAQ.md index 1f90ed3..2b82d6e 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://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? diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 2f87086..e54a417 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -391,8 +391,8 @@ endif::backend-docbook[] AVAILABILITY ------------ -Please refer to the btrbk project page ** for -further details. +Please refer to the btrbk project page ** +for further details. SEE ALSO diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index ad1bd3c..0df9564 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -486,7 +486,7 @@ experimental'): AVAILABILITY ------------ -Please refer to the btrbk project page ** +Please refer to the btrbk project page ** for further details. diff --git a/doc/ssh_filter_btrbk.1.asciidoc b/doc/ssh_filter_btrbk.1.asciidoc index c34ca48..02e121b 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -91,8 +91,8 @@ OPTIONS AVAILABILITY ------------ -Please refer to the btrbk project page ** for -further details. +Please refer to the btrbk project page ** +for further details. SEE ALSO diff --git a/doc/upgrade_to_v0.23.0.md b/doc/upgrade_to_v0.23.0.md index 0b3347c..540255a 100644 --- a/doc/upgrade_to_v0.23.0.md +++ b/doc/upgrade_to_v0.23.0.md @@ -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