summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 22:43:44 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 22:43:44 +0200
commit399d4129fa8244cd6471dc49181266d7e1bd5285 (patch)
tree9337fa4b31dc1a70aeeb430f365b37e8f59305ef /debian
parentd1d408c41fa52508e5709d3368a8610e23595625 (diff)
remove formerly debian manpages of boxbackup
Diffstat (limited to 'debian')
-rw-r--r--debian/bbackupctl.878
-rw-r--r--debian/bbackupd-config.878
-rw-r--r--debian/bbackupd.860
-rw-r--r--debian/bbackupquery.895
-rw-r--r--debian/bbstoreaccounts.869
-rw-r--r--debian/bbstored-certs.861
-rw-r--r--debian/bbstored-config.855
-rw-r--r--debian/bbstored.856
-rw-r--r--debian/raidfile-config.854
9 files changed, 0 insertions, 606 deletions
diff --git a/debian/bbackupctl.8 b/debian/bbackupctl.8
deleted file mode 100644
index c49de41e..00000000
--- a/debian/bbackupctl.8
+++ /dev/null
@@ -1,78 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbackupctl 8 "Oct 9, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbackupctl \- control command of the client daemon of the Box Backup system
-.SH SYNOPSIS
-.B bbackupctl
-.RI "[-q] [-c config_file] command"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbackupctl
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-\fbbbackupctl\fP can be used to send commands to the client daemon of the Box
-Backup system.
-.SH OPTIONS
-.TP
-.B -q
-Run in quiet mode. Reduce the output of the program.
-.TP
-.B -c config_file
-Use an alternate configuration file instead of the default one.
-.TP
-.B command
-.RS
-.TP
-.B sync
-Start the synchronization with the remote store. The goal is mainly to
-implement snapshot mode backup. When the daemon is configured to run is
-this mode, this command is used to launch the synchronization via a cron job.
-.TP
-.B force-sync
-Force the start of the synchronization with the remote store, even if
-the return value of the script indicated by the config file parameter
-SyncAllowScript says not to run the sync.
-.TP
-.B reload
-Tell the daemon to reload its configuration file.
-.TP
-.B terminate
-Terminate the daemon.
-.TP
-.B wait-for-sync
-Wait until the next synchronization start, then exit the command. With this you
-can obtain a synchronous backup, when the command exits you know that the
-remote store is in sync with your local data (be careful that recently
-modified files will not be immediatly uploaded to the store, see MinimumFileAge
-and MaxUploadWait config file parameters).
-.SH FILES
-.TP
-.I /etc/boxbackup/bbackupd.conf
-Default configuration file for bbackupctl.
-.SH SEE ALSO
-.BR bbackupd (8),
-.BR bbackupquery (8),
-.BR bbackupd-config (8).
-.br
-.SH AUTHOR
-This manual page was written by J\['e]r\[^o]me Schell <jerome@myreseau.org>
-(with the help of the online documentation located at
-http://www.boxbackup.org/)
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/bbackupd-config.8 b/debian/bbackupd-config.8
deleted file mode 100644
index 39ef0b96..00000000
--- a/debian/bbackupd-config.8
+++ /dev/null
@@ -1,78 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbackupd-config 8 "Oct 10, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbackupd-config \- utility to configure the client daemon of the Box Backup system
-.SH SYNOPSIS
-.B bbackupd-config
-.RI "config_file backup_mode account_number server_hostname working_directory backup_directory [backup_directory...]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbackupd-config
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fbbbackupd-config\fP can be used to generate the configuration for the client daemon
-of the Box Backup system, bbackupd.
-.SH OPTIONS
-.TP
-.B config_file
-Location of the generated configuration. Generally /etc/boxbackup.
-.TP
-.B backup_mode
-The general behavior of the backup daemon:
-.RS
-.TP
-.B lazy
-In this mode the daemon will scan the backup directories at regular
-interval looking for modified files. Only files over a certain age will
-be uploaded to the remote store.
-.TP
-.B snapshot
-In this mode the daemon will upload a snapshot of the backup directories
-when it is told to do it. Manual or cron invocation via bbackupctl is
-necessary for backup to occur.
-.RE
-.TP
-.B account_number
-The hexadecimal number of the account you are configuring (provided by the
-remote server administrator).
-.TP
-.B server_hostname
-Name of the backup server hosting the remote store.
-.TP
-.B working_directory
-The directory containing management files of the client daemon. Generally /var/lib/bbackupd.
-.TP
-.B backup_directory
-Directory to backup. Multiple directories can be specified separated by white spaces. Be
-careful not to specify directories containing other mount points, this could affect
-the efficiency of the backup.
-.SH SEE ALSO
-.BR bbackupd (8),
-.BR bbackupctl (8),
-.BR bbackupquery (8).
-.br
-.SH AUTHOR
-This manual page was written by J\['e]r\[^o]me Schell <jerome@myreseau.org>
-(with the help of the online documentation located at
-http://www.boxbackup.org/)
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/bbackupd.8 b/debian/bbackupd.8
deleted file mode 100644
index a039abae..00000000
--- a/debian/bbackupd.8
+++ /dev/null
@@ -1,60 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbackupd 8 "Oct 9, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbackupd \- client daemon of the Box Backup system
-.SH SYNOPSIS
-.B bbackupd
-.RI "config_file [SINGLEPROCESS]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbackupd
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fbbbackupd\fP is the client daemon of the Box Backup system. It runs in
-the background, periodically scanning the file system looking for modified
-files. It then uploads them to the remote store according to parameters
-defined in its config file.
-.SH OPTIONS
-.TP
-.B config_file
-Path to the configuration file for bbackupd.
-.TP
-.B SINGLEPROCESS
-For test purpose only. Prevent the daemon to fork in the background and to detach from the terminal.
-.SH FILES
-.TP
-.I /etc/boxbackup/bbackupd.conf
-Default configuration file for bbackupd.
-.TP
-.I /var/lib/bbackupd
-Location of management files of the daemon.
-.SH SEE ALSO
-.BR bbackupctl (8),
-.BR bbackupquery (8),
-.BR bbackupd-config (8).
-.br
-.SH AUTHOR
-This manual page was written by J\['e]r\[^o]me Schell <jerome@myreseau.org>
-(with the help of the online documentation located at
-http://www.boxbackup.org/)
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/bbackupquery.8 b/debian/bbackupquery.8
deleted file mode 100644
index 3954ea9b..00000000
--- a/debian/bbackupquery.8
+++ /dev/null
@@ -1,95 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbackupquery 8 "Oct 10, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbackupquery \- utility to execute queries on a remote Box Backup store
-.SH SYNOPSIS
-.B bbackupquery
-.RI "[-q] [-c config_file] [commands...]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbackupquery
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fbbbackupquery\fP can be used to perform operation on a remote Box Backup
-store. It can naviguate through the remote store tree, list or retrieve last
-or old revisions of files and directories, get quota usage for the account
-and compare remote and local data.
-.SH OPTIONS
-.TP
-.B -q
-Run in quiet mode. Reduce the output of the program.
-.TP
-.B -c config_file
-Use an alternate configuration file instead of the default one.
-.TP
-.B commands
-Commands to run on the server. If no command is specified, bbackupquery
-will enter interactive mode where commands can be entered at the prompt.
-In interactive mode, issuing "help [command]" will display additionnal
-options supported by each command.
-.sp 1
-Available commands are:
-.RS
-.TP
-.B list, ls
-Display a listing of files and directories of the current working directory.
-.TP
-.B cd
-Change directory in the remote tree.
-.TP
-.B pwd
-Print current remote directory.
-.TP
-.B lcd
-Change directory in the local tree.
-.TP
-.B sh
-Execute a shell command on the local side.
-.TP
-.B get
-Retrieve a file from the store to the local filesystem.
-.TP
-.B restore
-Restore a directory from the remote store to the local filesystem.
-.TP
-.B compare
-Compare the remote current data with local data.
-.TP
-.B getobject
-For debuging purpose only. Retrieve an object from the store in its raw form.
-.TP
-.B usage
-Display usage statistics on the store for the current account.
-.TP
-.B quit
-Disconnect from the store and exit the program.
-.SH SEE ALSO
-.BR bbackupd (8),
-.BR bbackupd-config (8),
-.BR bbackupctl (8).
-.br
-.SH AUTHOR
-This manual page was written by J\['e]r\[^o]me Schell <jerome@myreseau.org>
-(with the help of the online documentation located at
-http://www.boxbackup.org/)
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/bbstoreaccounts.8 b/debian/bbstoreaccounts.8
deleted file mode 100644
index 35993f56..00000000
--- a/debian/bbstoreaccounts.8
+++ /dev/null
@@ -1,69 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbstoreaccounts 8 "Apr 15, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbstoreaccounts \- server daemon of the Box Backup system
-.SH SYNOPSIS
-.B bbstoreaccounts
-.RI "-c config_file [command] [command options]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbstoreaccounts
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-\fbstoreaccounts\fP is a utility to create an account in your server
-setup. Please refer to
-http://boxbackup.org/trac/wiki/CertificatesAndAccountsManagement
-for more verbose information about account management in the Box Backup
-system.
-.SH COMMANDS
-The available commands of \fbstoreaccounts\fP are presented here along
-with their arguments:
-.TP
-.B create [account number] [raid disc] [soft quota] [hard quota]
-Creates a new account on the server configuration. The account number
-has to be given in Hex (e.g. 75AB23C).
-.TP
-.B info [account number]
-Prints some information about the given account number
-.TP
-.B setlimit [account number] [new soft limit] [new hard limit]
-Adjust the limits for the given account.
-.TP
-.B delete [account]
-Deletes the given account.
-.TP
-.B check [account] fix
-Checks the database of the given account for consistency. Without the
-secound paramater \ffix\fP only warnings are printed.
-See http://boxbackup.org/trac/wiki/FixingCorruption for more information
-about fixing consistency problems.
-.SH SEE ALSO
-.BR bbackupctl (8),
-.BR bbackupquery (8),
-.BR bbackupd-config (8),
-.BR bbstoreaccounts (8),
-.BR bbackupd (8).
-.br
-.SH AUTHOR
-This manual page was written by Reinhard Tartler <siretart@tauware.de>
-(with the help of the online documentation located at
-http://boxbackup.org/trac/wiki/)
-for the Debian GNU/Linux system (but may be used by others).
-
diff --git a/debian/bbstored-certs.8 b/debian/bbstored-certs.8
deleted file mode 100644
index f56b591e..00000000
--- a/debian/bbstored-certs.8
+++ /dev/null
@@ -1,61 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbstored 8 "Apr 15, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbstored-certs \- bbstored certificates utility.
-.SH SYNOPSIS
-.B bbstored-certs
-.RI "bbstored-certs certs-dir command [arguments]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbstored-certs
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-\fbstored-certs\fP is a small utility for certificate management in the
-Box Backup System.
-.SH OPTIONS
-.TP
-.B certs-dir
-certs-dir is the directory holding the root keys and certificates for
-the backup system command is the action to perform, taking parameters.
-.SH COMMANDS
-.TP
-.B init
-generate initial root certificates (certs-dir must not already exist)
-.TP
-.B sign certificate-name
-sign a client certificate
-.TP
-.B sign-server certificate-name
-sign a server certificate
-.SH NOTES
-Signing requires confirmation that the certificate is correct and should
-be signed.
-.SH SEE ALSO
-.BR bbackupctl (8),
-.BR bbackupquery (8),
-.BR bbackupd-config (8),
-.BR bbackupd (8).
-.br
-.SH AUTHOR
-This manual page was written by Reinhard Tartler <siretart@tauware.de>
-(with the help of the online documentation located at
-http://boxbackup.org/trac/wiki) for the Debian GNU/Linux system
-(but may be used by others).
-
diff --git a/debian/bbstored-config.8 b/debian/bbstored-config.8
deleted file mode 100644
index 86906b8d..00000000
--- a/debian/bbstored-config.8
+++ /dev/null
@@ -1,55 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbstored-config 8 "Apr 15, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbstored-config \- utility to configure the server daemon of the Box Backup system
-.SH SYNOPSIS
-.B bbstored-config
-.RI "config-dir server-hostname username [raidfile-config]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbstored-config
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-\fbbbstored-config\fP can be used to generate the configuration for the
-server daemon of the Box Backup system, bbackupd.
-.SH OPTIONS
-.TP
-.B config-dir
-usually /etc/boxbackup. You need to enter this literealy if you let
-debconf manage your boxbackup configuration.
-.TP
-.B server-hostname
-the hostname used by clients to connect to this server.
-.TP
-.B username
-the user to run the server under.
-.TP
-.B raidfile-config
-This is optional. Use if you have a non-standard raidfile.conf file.
-.SH SEE ALSO
-.BR bbackupd (8),
-.BR bbackupctl (8),
-.BR bbackupquery (8).
-.br
-.SH AUTHOR
-This manual page was written by Reinhard Tartler <siretart@tauware.de>
-(with the help of the online documentation located at
-http://boxbackup.org/trac/wiki/)
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/bbstored.8 b/debian/bbstored.8
deleted file mode 100644
index c730a20e..00000000
--- a/debian/bbstored.8
+++ /dev/null
@@ -1,56 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH bbstored 8 "Apr 15, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-bbstored \- server daemon of the Box Backup sysem
-.SH SYNOPSIS
-.B bbstored
-.RI "config_file [SINGLEPROCESS]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B bbstored
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-\fbstored\fP is the server daemon of the Box Backup system. It runs
-in the background accepting connections from remote bbackupd clients.
-.SH OPTIONS
-.TP
-.B config_file
-Path to the configuration file for bbackupd.
-.TP
-.B SINGLEPROCESS
-For test purpose only. Prevent the daemon to fork in the background and to detach from the terminal.
-.SH FILES
-.TP
-.I /etc/boxbackup/bbstored.conf
-Default configuration file for bbstored.
-.SH SEE ALSO
-.BR bbackupctl (8),
-.BR bbackupquery (8),
-.BR bbackupd-config (8),
-.BR bbackupd (8).
-.br
-.SH AUTHOR
-This manual page was written by Reinhard Tartler <siretart@tauware.de>
-based on the bbackupd (8) manpage written by
-J\['e]r\[^o]me Schell <jerome@myreseau.org>
-(with the help of the online documentation located at
-http://www.boxbackup.org/)
-for the Debian GNU/Linux system (but may be used by others).
-
diff --git a/debian/raidfile-config.8 b/debian/raidfile-config.8
deleted file mode 100644
index d98c0359..00000000
--- a/debian/raidfile-config.8
+++ /dev/null
@@ -1,54 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH raidfile-config 8 "Apr 15, 2007"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-raidfile-config \- utility to configure the client daemon of the Box Backup system
-.SH SYNOPSIS
-.B raidfile-config
-.RI "config-dir block-size dir0 [dir1 dir2]"
-.SH DESCRIPTION
-This manual page documents briefly the
-.B raidfile-config
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-\fbraidfile-config\fP can be used to manage the raidfile config of the
-Box Backup system.
-.SH OPTIONS
-.TP
-.B config-dir
-Location of the generated configuration. Generally /etc/boxbackup.
-.TP
-.B block-size
-must be a power of two, and usually the block or fragment size of your
-filing system.
-.TP
-.B dir0, dir1, dir2
-the directories used as the root of the raid file system. If only one
-directory is specified, then userland RAID is disabled. Specifying three
-directories enables it.
-.SH SEE ALSO
-.BR bbackupd (8),
-.BR bbackupctl (8),
-.BR bbackupquery (8).
-.br
-.SH AUTHOR
-This manual page was written by Reinhard Tartler <siretart@tauware.de>
-(with the help of the online documentation located at
-http://boxbackup.org/trac/wiki/)
-for the Debian GNU/Linux system (but may be used by others).