The account manager only permits hex values as accounts, hence here are your account numbers **required for installation** is the translation: ^ User ^ Account ID ^ | Daniel | BACEF00 | | Leonardo | BACEF01 | | Luis | BACEF02 | | Jorge | BACEF03 | | Sajib | BACEF04 | | Ricardo | BACEF05 | | doomsday | BACEF06 | All account have a limit a soft limit of 500 GB and hard limit of 1000 GB (see http://www.boxbackup.org/accounts.html). Please follow these steps to install your backup client, if you have any questions email jguerra@cs.fiu.edu. ====== Instructions ====== 1. To install the backup client in your machine you will need boxbackup-0.11rc2 you can download it from the website (http://www.boxbackup.org/) or install it using a package manager, but please make sure to install version 0.11rc2. 2. Once installed run: bbackupd-config /etc/boxbackup lazy elephant.cs.fiu.edu /var/run/bbackupd ... where: * is your account number (see begin of email). * are the directories to be backed up (typical /home/username) 3. The previos command will generate a file /etc/boxbackup/bbackupd/-csr.pem that you need to send me to digitally sign (or do it yourself by login to elephant following the instructions on http://www.boxbackup.org/accounts.html). To generate sign the certificates run under the /etc/box/bbstored/certs/ directory: pfexec /usr/local/bin/bbstored-certs ca sign -csr.pem I will send you back two files: * -cert.pem * serverCA.pem Copy them to the /etc/boxbackup/bbackupd dir. 4. Adjust the /etc/boxbackup/bbackupd.conf file to your needs (e.g. probably you may want to exclude some unnecessary files or dirs). 5. In /etc/boxbackup/bbackupd/NotifySysadmin.sh, modify the person it sends the email in case of problems to: SENDTO="jguerra@cs.fiu.edu" Or whoever you want the email to be send to. 6. Start (as root) the client daemon bbackupd. In ubuntu there is a daemon that does this. References: * Boxbackup: http://www.boxbackup.org/ * client configuration: http://www.boxbackup.org/client.html