*******************
Simple Backup Suite
*******************

Installation from Package (the easy way)
========================================

Include PPA
~~~~~~~~~~~
* If you use Debian or Ubuntu, try apt-get:
 * Install the nssbackup team repository 
  * deb http://ppa.launchpad.net/nssbackup-team/ubuntu intrepid main
  * deb http://ppa.launchpad.net/nssbackup-team/ubuntu hardy main
  * deb http://ppa.launchpad.net/nssbackup-team/ubuntu gutsy main

 [Note] See the PPA page for the full list of repository:
        https://launchpad.net/~nssbackup-team/+archive/ppa


Installation
~~~~~~~~~~~~
 * sudo apt-get install sbackup


Uninstalling
~~~~~~~~~~~~
* If installed via apt: 'sudo apt-get remove sbackup'


Installation from source code
=============================

Prerequist
~~~~~~~~~~
python (>=2.5)
pygnome
pyglade
pynotify
gettext
python-setuptools
pyGTK (>= 2.10)
gvfs, gvfs-fuse, gvfs-backends

fuse (for fuse plugins)
python-pexpect (for ssh fuse plugin)
sshfs (for ssh plugin)
curlftpfs (for ftp and sftp fuse plugins)


Installation
~~~~~~~~~~~~
By default, Simple Backup will be installed under "/usr/local" folder.

* Remove previously installed versions (using make or .deb packages)

* Install python and python-gnome2 libraries and pynotify. Install
  gvfs, gvfs-fuse, gvfs-backends or fuse-utils (in case you want to
  use fuse-plugins):
  - probably it's already installed in your dist

  - On Ubuntu:
     sudo apt-get install gettext python-setuptools
     sudo apt-get install python-notify fuse-utils python-gnome2 python-glade2
     sudo apt-get install python-gtk2 gvfs gvfs-fuse gvfs-backends
     sudo apt-get install gconf2 desktop-file-utils

* Walk into the same directory as this README file
* Type:
 make && sudo make install
 sudo sbackupconfig


Uninstalling
~~~~~~~~~~~~
* Walk into the source code directory from where the application was installed
* type:
 sudo make uninstall && make clean && sudo make purge-user-config
* this will remove installed files as well as user configurations created
* you can now remove the source code folder

