Checking the Storage Space Used on the Server
TracNav menu
-
For Users
- Introduction
- Overview
- System Requirements
- Comparison With Other Systems
- Endorsements
-
Installation
- Installation
- Server Configuration
- Client Configuration
- Upgrading to 0.11
-
Common Tasks
- Restoring Files
- Verify and Restore Whole Backups
- Checking Space Usage
- Managing Client Accounts
- Regular Maintenance
- Fixing Corruption on Server
- Recovering from Lost Keys
- Pull data from a USB hdd
- Recipies and HOWTOs
- Related Projects
-
For Developers
- Source Code Repository
- Coding Style
- Current Development Progress
- Future Development Plans
- Betas and Release Candidates
-
Support
- Administration Guide
- Program Manuals
- Frequently Asked Questions (FAQ)
- Troubleshooting (wiki)
- Troubleshooting (manual)
- Exceptions
- Mailing Lists
- Feature Requests
- Commercial Support and Hosting
Checking from the Client
If you're using the client machine, bbackupquery can tell you how much space is used on the server for this account.
Either use the usage command in interactive mode, or use the following command:
/usr/local/bin/bbackupquery -q usage quit
This will show the space used as a single command.
Checking from the Server
If you're using the server machine, bbstoreaccounts allows you to query the space used, and change the limits. To display the space used on the server for an account, use the following command:
/usr/local/bin/bbstoreaccounts info 75AB23C
To adjust the soft and hard limits on an account, use the following command:
/usr/local/bin/bbstoreaccounts setlimit 75AB23C new-soft-limit new-hard-limit
eg:
/usr/local/bin/bbstoreaccounts setlimit 75AB23C 20G 30G
You do not need to restart the server. Use B for blocks, M for Mb, G for Gb for the new limit.
