| 1 | Pybackpack - A simple file backup tool |
|---|
| 2 | -------------------------------------- |
|---|
| 3 | |
|---|
| 4 | What is Pybackpack? |
|---|
| 5 | ------------------- |
|---|
| 6 | |
|---|
| 7 | Pybackpack is a graphical application designed to make file backup easy for the |
|---|
| 8 | average user. It allows the user to specify named sets of files and directories |
|---|
| 9 | to be be backed up so that the backups can be run many times. Where possible |
|---|
| 10 | Pybackpack does incremental backups; it is a graphical front-end to |
|---|
| 11 | rdiff-backup. Pybackpack can backup files to remote locations over the network, |
|---|
| 12 | local file systems, and optical media such as writable CDs or DVDs. |
|---|
| 13 | |
|---|
| 14 | What is Pybackpack not? |
|---|
| 15 | ----------------------- |
|---|
| 16 | |
|---|
| 17 | It is not for backing up entire systems. Running Pybackpack as root is not |
|---|
| 18 | recommended. It does not create encrypted backups or backup special files |
|---|
| 19 | (device nodes, sockets, FIFOs). |
|---|
| 20 | |
|---|
| 21 | History |
|---|
| 22 | ------- |
|---|
| 23 | |
|---|
| 24 | Dave Arter created Pybackpack for Fedora Core as a Google Summer of Code |
|---|
| 25 | project in 2005. Since August 2006 it has been maintained by Andrew Price. |
|---|
| 26 | Swansea University Computer Society has kindly provided project hosting for it |
|---|
| 27 | since the beginning. For a more detailed feature history see the CHANGELOG |
|---|
| 28 | file. |
|---|
| 29 | |
|---|
| 30 | Reporting Bugs |
|---|
| 31 | -------------- |
|---|
| 32 | |
|---|
| 33 | If you are using a Pybackpack package packaged for your operating system |
|---|
| 34 | distribution (e.g. from the Ubuntu, Debian or Fedora package repositories) then |
|---|
| 35 | use the bug reporting systems for that distribution (e.g. Launchpad, BTS, or |
|---|
| 36 | Bugzilla). |
|---|
| 37 | |
|---|
| 38 | If you are using an original tarball or svn version of Pybackpack, open a new |
|---|
| 39 | ticket on the Trac instance: |
|---|
| 40 | |
|---|
| 41 | http://projects.sucs.org/projects/pybackpack#Bugs |
|---|
| 42 | |
|---|
| 43 | Or the mailing list: |
|---|
| 44 | |
|---|
| 45 | http://lists.sucs.org/mailman/listinfo/pybackpack |
|---|
| 46 | |
|---|
| 47 | In all cases please provide the version of Pybackpack you are using and as much |
|---|
| 48 | detail about the bug as you can. |
|---|
| 49 | |
|---|
| 50 | Patches and testing |
|---|
| 51 | ------------------- |
|---|
| 52 | |
|---|
| 53 | All patches should be against the latest trunk code in the subversion |
|---|
| 54 | repository. For more details: |
|---|
| 55 | |
|---|
| 56 | http://projects.sucs.org/projects/pybackpack#DevelopTest |
|---|
| 57 | |
|---|
| 58 | Localization |
|---|
| 59 | ------------- |
|---|
| 60 | |
|---|
| 61 | For information about translating Pybackpack to your own language: |
|---|
| 62 | |
|---|
| 63 | http://projects.sucs.org/projects/pybackpack/wiki/TranslationGuide |
|---|
| 64 | |
|---|
| 65 | License |
|---|
| 66 | ------- |
|---|
| 67 | |
|---|
| 68 | Pybackpack is free software; you can redistribute it and/or modify it under the |
|---|
| 69 | terms of the GNU General Public License as published by the Free Software |
|---|
| 70 | Foundation; either version 2 of the License, or (at your option) any later |
|---|
| 71 | version. |
|---|
| 72 | |
|---|
| 73 | This program is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 74 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 75 | PARTICULAR PURPOSE. See the LICENSE file for more details. |
|---|
| 76 | |
|---|