All Versions
33
Latest Version
Avg Release Cycle
210 days
Latest Release
1303 days ago

Changelog History
Page 2

  • v2.1 Changes

    January 08, 2013
    • added failed backups lists into $backup_destination/synbak-failed.log file (this failed backups will be erased before good backups)
    • fixed a bug into new backups_schedule function (in some days of the month, synbak will run monthly backup and not daily)
    • updated FAQ file with answer about using synbak with automatic daily/weekly/monthly/yearly mode
    • modified default synbak template.conf (generally /usr/share/synbak/template.conf), you must manually add new configuration directives to your old configs files
  • v2.0 Changes

    December 31, 2012
    • changed synbak version numbering
    • added "-E pr=100/noprompt" to the ldap internal export command
    • added support for lzo and xz compression into tar method
    • removed -x option to du command, because from fedora 17 it's not working as expected
    • renamed variable 'backup_erase_after' to 'backup_keep'
    • renamed variable 'backup_erase_always' to 'backup_keep_on_errors' and inverted the boolean operator
    • renamed variable 'backup_no_make_destdir' to 'backup_destination_prefix' and inverted the boolean operator
    • implemented the 'backup_shedule' function to automate and simplify the daily/weekly/monthly/yearly backups
    • new variable 'backup_destination_automake' to automake the destination dir if not exist
    • rewritten the erase function to be more smart
  • v1.4.0 Changes

    January 05, 2011
    • changed many report messages (html and email reports)
    • fixed a bug with calculating destination size when backup_no_make_destdir=yes is used
    • fixed a bug on short open tag in php calendar report
    • fixed a bug when erasing old backups when backup_erase_always was used
  • v1.3.2 Changes

    August 14, 2010
    • added a trailing slash into backup destination path used by rsync method command to avoid problems when backing up to a full hard disk
    • in parse_uri function normalize the password variable with escape keys if problematic characters are found (',!,*)
  • v1.3.1 Changes

    June 30, 2010
    • fixed a bug into rsync method when used with external -o variables override
    • updated FAQ file with suggestions to make daily/weekly/monthly/yearly backups using a single config file
  • v1.3.0 Changes

    June 08, 2010
    • fixed a bug into tape method when using backup_method_opts
    • fixed pgsql password management (thanks to Phillip Smith for the patch)
    • fixed pgsql databases listing (thanks to Phillip Smith for the patch)
    • fixed backup_no_make_destdir directive (thanks to Phillip Smith for the patch)
    • auto make the destination directory only if exist the parent directory and the backup_no_make_destdir is not used
    • added -d command switch to enable debug (aka. report_stdout=yes)
    • added -o command switch to override every config file variables from the command line example: synbak -s system -m method -o "backup_source=/tmp /var" -o "backup_destination=/srv/backup/daily" you can use multiple -o switches as you want. this features is very useful when used into cron jobs
    • rsync method: FINALLY implemented the hard links system when using backup_incremental=no, this option is very very useful, because let's synbak to use the same disk space as a classic incremental backup, but every backup destination will contain all files as a total backup but using the disk space of an incremental backup!!! NB. the hard links system works only when the backup destination is a linux native file systems!
    • changed backup_incremental=no as default template.conf behavior
  • v1.2.2 Changes

    September 22, 2008
    • switched synbak license from GPLv2 to GPLv3
    • more synbak.spec fixes needed for fedora repository inclusion
    • renamed example.conf to template.conf and moved from docs dir to synbak share dir: /usr/share/synbak/template.conf
    • template.conf cleanups
    • some fixes to the functions.sh file (thanks to Vitaly Ostanin)
    • new backup method: dar now synbak can make backups using the 'dar' utility (http://dar.linux.free.fr/) nb. this is an initial dar support, and it's almost untested, please reports bugs
    • new backup method: pgsql now synbak can make dumps of PostgreSQL databases as backup_remote_uri use "pgsql://", ex. backup_remote_uri = pgsql://postgres@localhost TODO: because the commands pg_dump and pg_dumpall can't manage password prompts from stdin, right now you must configure your pg_hba.conf and pg_ident.conf to accept connection from the user running synbak command without password prompt (i apologize for that, but this is a limitation of pg_dump)
    • some fixes to mysql, oracle and ldap methods: the dumps now are compressd on the fly into bzip2 format, reducing cpu usage and processing time
  • v1.2.1 Changes

    February 19, 2008
    • Use the ISO-8601 date format into reports details
    • Some fixes to the nonerrors.strings files used by method scripts to exclude non errors messages
    • Some fixes to the autoconf files
    • Reworked synbak spec file for inclusion into official Fedora repository, using the Fedora Packaging Guidelines
  • v1.2.0 Changes

    January 13, 2008
    • New backup method: wget now you can use the wget method to make full remote mirrors or single/multiple files retrieval from ftp and http servers
    • Many sanity checks and fixes to the mysql method
    • Many enhancements to the appearance of html reports
    • Created the synbak logo and made them the default for the new backups
    • Major refactoring of html report code and css file structure, now the html reports appearance is fully customizable via the external synbak.css file, and the html pages are now fully CSS 2.0 compliant (because of this major change, you must rebuild all html indexes if you want correctly see the old reports, use this command: synbak -s system -m method -r html -R ria)
    • HTML reports are now validated to the W3C XHTML 1.0 Strict standard
    • Integrated the tablesort.js javascript library to the html reports, so is now possibile to do realtime sorting and reordering of the synbak reports tables. Many thanks to frequency-decoder.com by releasing this cool library (nb. the license of tablesort.js is not GPL but Creative Commons Attribution-ShareAlike 2.5 license)
    • Updated the FAQ file
  • v1.1.0 Changes

    December 12, 2007
    • Internal development release