Download project files

How do I verify a download?


0.3 release from the 0.3 series released

Release information
Release notes:

I'm proud to announce release 0.3.1 of the 0.3 series of the (Not so)
Simple Backup suite.

Thanks to all who contributed to this release with coding, sending
patches, testing, reporting bugs and translating!

Series 0.3.x adds some very interesting features and is ready for daily
use. Most notable enhancements are:

* implementation of a status application which presents information of
  running backups such as backup size, progress and estimated remaining time

* implementation of a GIO/GVFS backend for access of remote targets (currently
  supported is FTP, SFTP, SSH, NFS). The backend to use can be controlled
  by a GConf setting (see https://answers.launchpad.net/nssbackup/+faq/1256)

* notification window in case of not found backup destination: you can
  directly retry to use...

Changelog:

nssbackup (0.3.1)
  * [Fix] LP #576030: nssbackup-upgrade-backups and nssbackupd crashes when
                      starting nssbackup-restoration-gui
  * [Fix] LP #616667: Unable to save configuration as superuser: OSError-File
                      exists (broken links were not removed before overwriting)
  * [Fix] LP #616497: Misleading option label: nssbackup is not cleaning up
                      incomplete/corrupt backups
  * translations updated

nssbackup (0.3.0)
  * [Fix] LP #130856: Show remaining time till backup is finished in UI
  * [Fix] LP #146619: Make a full backup now button
  * [Fix] LP #412934: escape local filename containing an equal sign
  * [Fix] LP #584294: Restoration GUI revamped
  * [Fix] LP #599865: Link to launchpad start root firefox
  * [Fix] LP #604479: Thanks to Florian Achleitner (value returned is a
                      string and was not converted before comparison)
  * [Fix] LP #613746: added commandline option to force full backup
  * [Fix] LP #601574: Changes to the "Do a full backup" text box are not noticed
  * [Change]: do purge after backup
  * [Change]: delete snapshots from restoration gui only if standalone
  * [Change]: default value for backup compression set to `none`
  * [Enhancement]: improved error handling
  * [Enhancement]: added support for GIO backend (Fuse backend can be enabled
                   by gconf setting)
  * [Enhancement]: module structure re-organized
  * [Enhancement]: code formatting and clean-up
  * [Enhancement]: D-Bus notification service implemented
  * [Enhancement]: Indicator application using libappindicator (for Ubuntu)
                   and legacy status icon implemented
  * [Enhancement]: GUI features implemented: cancel backup, progress of backup,
                   retry if target is not accessible, make full backup
  * Launchpad translations merged

File Description Downloads
download icon PLEASE-USE-SBACKUP-0.11.x (md5) SBackup and nssbackup are finally re-merged. Please use version 0.11.x of SBackup. 251
last downloaded 3 days ago
download icon Release notes (md5) Release notes 122
last downloaded 3 days ago
download icon nssbackup_0.3.1.tar.gz (md5, sig) Source tarball *with bugfixes* for manuell installation. 396
last downloaded 15 weeks ago
Total downloads: 769

0.2 release from the 0.2 series released

Release information
Release notes:

After a lot of hard work on existing and new features, packaging, and testing, finally the stable release for the 0.2 series of NSsbackup is out. Thanks to all who contributed to this release with coding, sending patches, testing, reporting bugs and translating!

This stable release with version 0.2.0 fixes many, many bugs and is ready for daily use. See the changelog on the download page for more information.

Known issues - There are a few known issues in NSsbackup 0.2.0:

* No Help available on Ubuntu 8.04 Hardy (due to use of Mallard)
* No notifications when running scheduled backups on Ubuntu 8.04 Hardy
* Paths containing '=' and ',' are troublesome

Changelog:

  * [Fix] LP Bug #573733: nssbackup does not prevent itself from running in
          parallel.
  * [Fix] LP Bug #526544: was re-opened, missing newline at eof
  * [FIX] LP Bug #577296: Crash, with "%d format: a number is required, not str"
  * [Fix] LP Bug #258542 from Mascha's branch: adding a $ add the end of new
          file types; old file type regexps must be edited by hand to add the $;
          prior defined file types are handled as "normal" regular expression,
          display file type regular expressions also under regular expression
          tab to make this clear
  * [Fix] regression of LP #146618: The file size limitation should not be a
          recommendation
  * [Fix] regression: avoid backup of circular symlinks in the case of link
          dereferencing (follow symlinks)
  * [Fix] implemented a work-around to enable notifications when running as
          root from cron/anacron
  * [Fix] avoid merge of snapshots when purging snapshots by only removing
          stand-alone snapshots
  * [Fix] minor changes in file collection codes (counting symlinks as
          included files)
  * [Fix] execution of tar within empty environment; this avoids manipulation
          of tar options by leaked in environment variables and fixes a
          performance bug related to non-englisch languages (LANG) and tar
          (tar was much (6x) slower when running localized)
  * [Fix] make uninstall and removal of debian package did not removed written
          cron entries
  * [Fix] when starting another instance of nssbackupd or GUI tools previous
          log files were overwritten (introduces rotating log file handling)
  * [Fix] skip excluded paths when merging snar files (see also LP #567965)
  * [Fix] issues with non-translated strings due to incorrect import order
          of modules
  * [Fix] typos and minor issues with translatable strings corrected
  * [Fix] avoid system locks when running scheduled backups by decreasing
          priority of backup process (nice/ionice)
  * [Fix] disable timeout (Signal ALARM) after exception handling
  * [Change] Logarithmic purge disabled since it still has issues
  * [Enhancement] improvements to the release script
  * [Enhancement] improved handling of tar output
  * [Enhancement] added support for compressed log files
  * [Enhancement] Exclude process pid files as recommendation
  * [Enhancement] added Regex for exclusion of backup files '*~' to the default
                  recommendations
  * [Enhancement] create a log directory exclusively for nssbackup as default
                  recommendation in order not to mess up /var/log (no changes
                  are made on existing configurations)
  * Launchpad translations merged

File Description Downloads
download icon nssbackup_0.2.1.tar.gz (md5, sig) Source tarball *with bugfixes* for manuell installation. 217
last downloaded 43 weeks ago
Total downloads: 217

0.1-6 release from the 0.1 series released

Release information
Changelog:

nssbackup (0.1-6~ppa1) gutsy; urgency=low

  * LP BUG #184713 add a backuplinks option to backup links

 -- Ouattara Oumar Aziz (alias wattazoum) <email address hidden> Fri, 25 Jan 2008 21:55:49 +0100

nssbackup (0.1-5~ppa1) gutsy; urgency=low

  * LP BUG #184713 nssbackup doesn't backup

 -- Ouattara Oumar Aziz (alias wattazoum) <email address hidden> Thu, 24 Jan 2008 21:36:34 +0100

nssbackup (0.1-4~ppa1) gutsy; urgency=low

  * LP Bug 181998 typo in an error message
  * LP Bug #181987 DEL key is now usable to remove some entries
  * avoid an exception in regex tab of configGUI when adding the first regexp
  * LP Bug #153605 Prefill the 'From' text entry in the report tab
  * add necessary import in upgrade-backup script
  * Upgrade backus scripts takes relative path

 -- Ouattara Oumar Aziz (alias wattazoum) <email address hidden> Tue, 22 Jan 2008 20:51:34 +0100

nssbackup (0.1-3~ppa2) gutsy; urgency=low

  * removed build dependancy on pyGTK
  * Fixed [Bug 157250] simple-backup-config has incorrect example exclusion regex
  * fixed LP Bug #177385 : Maxincrement option is not working

 -- Ouattara Oumar Aziz (alias wattazoum) <email address hidden> Fri, 21 Dec 2007 22:06:25 +0100

nssbackup (0.1-2~ppa1) gutsy; urgency=low

  * GNU packaging standardization
  * Deleted unuseful documentation
  * We don't exclude anything as a recommendation (Closes LP Bug #152861)
  * Changed nssbackup icons
  * changed the whole revert process ( closes LP Bug #146617 )
  * base was always set as the last full snapshot
  * Launchpad Bug #146618 : remove the file size limit recommendation
  * LP #138750 & #138749 fixed

 -- Ouattara Oumar Aziz (alias wattazoum) <email address hidden> Sun, 21 Oct 2007 07:42:55 +0200

nssbackup (0.1-1) gutsy; urgency=low

  * Initial release

 -- Ouattara Oumar Aziz (alias wattazoum) <email address hidden> Sun, 26 Aug 2007 12:44:18 +0200

File Description Downloads
download icon nssbackup_0.1-6~ppa1.tar.gz (md5) 0.1-6 source 28
last downloaded 43 weeks ago
Total downloads: 28