Synbak Changelog

What's new in Synbak 3.1

Jun 29, 2015
  • Fixed a bug into autoerase function of mysql and pgsql backup methods. When two mysql backup has the same base name (ex, database, and database-old), autoerase always erase only the shorter name.
  • Enabled method_concurrent_limit function
  • generating status.xml file as rss page feed for the html report, this rss feed contain an overall state for the today backups. Very useful when used with network monitoring software like nagios or icinga with the plugin check_rss: https://github.com/denisbr/nagios-plugins/blob/master/check_rss ex. check_rss -H http://synbakserver/admin/log/backup/status.xml -p -v2 -I -U -T 24 -c "Successful:[0],Riusciti:[0]" -w ":[ERROR"
  • Updated FAQ file about integrating synbak with nagios and icinga

New in Synbak 3.0 (Oct 14, 2013)

  • This version restructures template.conf, renames some variables, adds the new option method_concurrent_limit, revamps the tmp_name variable, adds a Polish translation, fixes rsync automatic hard linking across multiple destination devices, implements the new URI file://, updates the FAQ file, adds fixes when using nmap-ncat, implements the base_dir prefix path when using backup_source_uri, adds some backup report refactoring, rewrites the autoerase function, adds the new variable "method_rsync_sudo", and adds many bugfixes.

New in Synbak 2.1 (Jan 10, 2013)

  • This version adds failed backups lists into $backup_destination/synbak-failed.log file, fixes a bug in the backups_schedule function, updates the FAQ file with an answer about using synbak with automatic daily/weekly/monthly/yearly mode, and modifies the default synbak template.conf file.

New in Synbak 2.0 (Jan 4, 2013)

  • This version changes synbak version numbering, implements the 'backup_shedule' function to automate and simplify the daily/weekly/monthly/yearly backups, adds "-E pr=100/noprompt" to the LDAP internal export command, adds support for lzo and xz compression to the tar method, rewrites the erase function to be more smart, and renames some variables.

New in Synbak 1.4.0 (Jun 2, 2011)

  • This version changes many report messages (HTML and email reports).
  • It fixes a bug with calculating destination size when backup_no_make_destdir=yes is used.
  • It fixes a bug in the short open tag in the PHP calendar report.
  • It fixes a bug when erasing old backups when backup_erase_always was used.

New in Synbak 1.3.2 (Aug 15, 2010)

  • A problem was solved with the rsync method when backing up to a full hard disk.
  • A problem when parsing passwords with problematic characters was solved.

New in Synbak 1.3.1 (Jun 30, 2010)

  • Fixed a bug in the rsync method using the -o command switch.
  • The FAQ file was updated with tips to make daily, weekly, and monthly backups.

New in Synbak 1.3.0 (Jun 8, 2010)

  • A bug in the tape method was fixed.
  • PostgreSQL password management and database listing were f ixed.
  • A -d command line switch was added for enabling debug.
  • A -o command line switch... can be used to override config file variables from the command line.
  • The rsync hard links system is now used when performing full backups to save disk space.

New in Synbak 1.2.2 (Sep 23, 2008)

  • The license has been switched from the GPLv2 to the GPLv3. example.conf has been renamed to template.conf.
  • There are some fixes to the functions.sh file.
  • New backup methods, dar and pgsql, have been added.
  • There are some fixes to the mysql, oracle, and ldap methods.