source: box/boxbackup-web/space.html @ 1901

Revision 1901, 1.6 KB checked in by ben, 5 years ago (diff)

Make box backup web site available.

Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
6<title>Checking the storage space used on the server</title>
7<link rel="stylesheet" href="bbstyles.css" type="text/css" />
8</head>
9<body>
10<div align="center">
11<div id="header">
12<div id="logo">
13<img src="images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
14</div>
15<div id="page">
16
17<h1>Checking the storage space used on the server</h1>
18
19<h2>From the machine being backed up</h2>
20
21<p><tt>bbackupquery</tt> can tell you how much space is used on the server for this account.</p>
22
23<p>Either use the <tt>usage</tt> command in interactive mode, or type</p>
24
25<pre>
26  /usr/local/bin/bbackupquery -q usage quit
27</pre>
28
29<p>to show the space used as a single command.</p>
30
31
32<h2>On the server</h2>
33
34<p><tt>bbstoreaccounts</tt> allows you to query the space used, and change the limits.
35To display the space used on the server for an account, use</p>
36
37<pre>
38  /usr/local/bin/bbstoreaccounts info 75AB23C
39</pre>
40
41<p>To adjust the soft and hard limits on an account, use</p>
42
43<pre>
44  /usr/local/bin/bbstoreaccounts setlimit 75AB23C new-soft-limit new-hard-limit
45</pre>
46
47<p>You do not need to restart the server.</p>
48
49
50<p>&nbsp;</p>
51<p>&copy; Ben Summers, 2003, 2004</p>
52<p>&nbsp;</p>
53</div>
54</div>
55</body>
56</html>
Note: See TracBrowser for help on using the repository browser.