Sbackup

From Amahi Wiki
Revision as of 23:01, 10 September 2008 by Spatialguru (talk | contribs) (removing text accident)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you use Ubuntu or one of its distros, the Ubuntu repository has an application named Simple Backup that enables a straightforward way to backup your files (not the OS) regularly to the HDA.

Installing

If you would like to use the command line to install, use the command:

sudo apt-get install sbackup

If you would prefer to install using the Synaptic Package Manager, select System -> Administration -> Synaptic Package Manager. Do a search for "sbackup", mark the package for installation, and select "Apply".

Sbackup01.png

Configuring Simple Backup

To use it, select Simple Backup Config in System -> Administration. The first screen will bring you to the "General" options. Select "Use custom backup settings".

Sbackup02.png

Select the "Include" tab in order to select the directories to include in your backup.

Sbackup03.png

Next, select the "Exclude" tab. This will allow you to exclude certain paths, file types, regex, and max size that you specify in this screen.

Sbackup04.png

The next tab is the "Destination" tab. In this screen, in order to back up to your HDA, you must select "Use a remote directory (SSH or FTP). You will want to enter the following information.

ssh://name:password@hda/var/hda/files/backups/PCname
This includes:
name This is your Linux user name, not Samba
password This is your Linux password
/PCname This is to allow you to specify which computer's backup this is.

Testing your Configuration

After entering your information, you can select "Test" in order to test your connection.

  • Note - In the picture below that there is a green circle to the left of the address. This means that the test was successful.

Sbackup05.png

Under the "Time" tab, you can select your back up intervals. These include "never", "hourly", "daily", "weekly", "monthly", and "custom". Only select the "never" option if you want to do a one-time backup.

Sbackup06.png

Lastly, you can select the "Purging" tab in order to select a method for purging your backups. This will help prevent your backups from piling up and taking away from storage space.

Sbackup07.png

Recovering Backups

The Simple Backup suite also includes Simple Backup Restore, which will allow you to restore from your backup. In order to restore from a backup, go to System -> Administration -> Simple Backup Restore. When you begin, the program will default to the location that you specified in Simple Backup Config. If you would like to restore from another location, select "Use custom" and specify the backup location.

Sbackup08.png