diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2021-06-15 16:45:20 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2021-06-15 16:45:20 +0200 |
commit | b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8 (patch) | |
tree | daa3ef109d6f0b1dd7884622a2b2fba8c10e32cb /borg-family-0.1/doc | |
parent | 1ada10f44e2baf28823156c006c82a076c52f530 (diff) | |
download | borg-family-b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8.tar.gz borg-family-b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8.tar.bz2 borg-family-b9601cf46a75b373f6b6b902d7ac2be38ab2ffe8.zip |
borg-family_0.2-1
Diffstat (limited to 'borg-family-0.1/doc')
-rw-r--r-- | borg-family-0.1/doc/examples/envvars | 10 | ||||
l--------- | borg-family-0.1/doc/man/bfenv.1 | 1 | ||||
-rw-r--r-- | borg-family-0.1/doc/man/bfrun.1 | 52 | ||||
l--------- | borg-family-0.1/doc/man/bfwhat.1 | 1 |
4 files changed, 0 insertions, 64 deletions
diff --git a/borg-family-0.1/doc/examples/envvars b/borg-family-0.1/doc/examples/envvars deleted file mode 100644 index 99f7139..0000000 --- a/borg-family-0.1/doc/examples/envvars +++ /dev/null @@ -1,10 +0,0 @@ -# To consult or restore backups, just load this file in a root shell environnement variables with: -# source /etc/borg-family/envvars -# Then use commands like: -# borg list -# mkdir /mnt/restore -# borg mount ::somehostname-rootfs-2020-08-15 /mnt/restore -# cp -ai /mnt/restore/rootfs/etc/veryimportantfile /etc/ -export BORG_RSH="ssh -i /etc/borg-family/id_rsa_borg" -export BORG_PASSCOMMAND="cat /etc/borg-family/passphrase" -export BORG_REPO="ssh://user@host:port/path/to/repo" diff --git a/borg-family-0.1/doc/man/bfenv.1 b/borg-family-0.1/doc/man/bfenv.1 deleted file mode 120000 index 080be00..0000000 --- a/borg-family-0.1/doc/man/bfenv.1 +++ /dev/null @@ -1 +0,0 @@ -bfrun.1
\ No newline at end of file diff --git a/borg-family-0.1/doc/man/bfrun.1 b/borg-family-0.1/doc/man/bfrun.1 deleted file mode 100644 index efc42a7..0000000 --- a/borg-family-0.1/doc/man/bfrun.1 +++ /dev/null @@ -1,52 +0,0 @@ -.TH BORG-FAMILY 1 local -.SH NAME -bfrun, bfwhat, bfenv \- scripts to run Borg to backup your computers -.SH SYNOPSIS -.ll +8 -.B bfrun -.ll -8 -.br -.SH DESCRIPTION -.I bfrun -invokes -.I bfenv -then -.I bfwhat -to check repository availability and list local mount points to backup. -.SH OPTIONS -.ll +8 -.B No options. -See /etc/borg-family -.ll -8 -.SH "ENVIRONMENT" -.B bfrun -loads /etc/borg-family/envvars for Borg and /etc/borg-family/confvars for itself. -.SH "SEE ALSO" -borgbackup(1) -.SH CAVEATS -Poor manpage. -.SH BUGS -Reports them to -.BR "<ludovic@pouzenc.fr>" -.SH "COPYRIGHT NOTICE" -Copyright \(co 2020 Ludovic Pouzenc <ludovic@pouzenc.fr> -.PP -Permission is granted to make and distribute verbatim copies of -this manual provided the copyright notice and this permission notice -are preserved on all copies. -.ig -Permission is granted to process this file through troff and print the -results, provided the printed document carries copying permission -notice identical to this one except for the removal of this paragraph -(this paragraph not being relevant to the printed manual). -.. -.PP -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided that the entire -resulting derived work is distributed under the terms of a permission -notice identical to this one. -.PP -Permission is granted to copy and distribute translations of this manual -into another language, under the above conditions for modified versions, -except that this permission notice may be stated in a translation approved -by the Foundation. diff --git a/borg-family-0.1/doc/man/bfwhat.1 b/borg-family-0.1/doc/man/bfwhat.1 deleted file mode 120000 index 080be00..0000000 --- a/borg-family-0.1/doc/man/bfwhat.1 +++ /dev/null @@ -1 +0,0 @@ -bfrun.1
\ No newline at end of file |