~ubuntu-branches/ubuntu/trusty/sbackup/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Simple Backup Solution

SBackup is a simple backup solution intended for desktop use. 
It can back up any subset of files and directories. Exclusions 
can be defined by regular expressions. A maximum individual file 
size limit can be defined. Backups may be saved to any local and 
remote directories that are supported by gnome-vfs.

This software is written withing Google Summer of Code 2005 for use
in Ubuntu GNU/Linux distribution.

To use.

* Install python and python-gnome2 libraries.
* Run 'make install' in the same directory as this README file
* Run simple-backup-config to configure your backup configuration. 
  Do not forget to save the configuration.
* Run simple-restore-gnome to upgrade existing backups to new format

If you do not run a Debian derrived distribution then you can comment out
lines that backup the list of installed packages on a Debian system. 
An authomatic test will be added soon, but the lack of dpkg command shouldn't
raise an exception there.

srestore.py is a command line restore tool and simple-restore-gnome is a Gnome
equivalent.

More instructions will be coming soon!

See project homepage at: http://sourceforge.net/projects/sbackup/

For changelog see history of the upstream bazaar-ng repository:
http://koyante.lv/soc/

Feedback is welcome at SourceForge bugtrackers!