summaryrefslogtreecommitdiff
path: root/debian/bbstoreaccounts.8
blob: 35993f56810b51199fbf20c5cc1f7021a67b9c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.\"                                      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).