Backup

Duplicity 0.7.08 Released, Install on Ubuntu 16.04

<li class="bbli"> Fixed bug #1573957 with patches from Dmitry Nezhevenko: <ul> <li> upload last chunk with files_upload_session_finish to avoid extra request </li> <li> upload small files using non-chunked api </li> </ul> </li> <li class="bbli"> Fixed bug #1586934 with patches from Dmitry Nezhevenko: <ul> <li> fixes error handling in wrapper </li> </ul> </li> <li class="bbli"> Fixed bug #1586992 with patches from Dmitry Nezhevenko: <ul> <li> Patch adds _delete_list to Par2Backend. And _delete_list fallbacks to </li> <li> _delete calls if wrapped backend has no _delete_list.

How to Install zbackup 1.5 alpha on Ubuntu OS

zbackup is a globally-deduplicating backup tool, based on the ideas found in rsync. Feed a large .tar into it, and it will store duplicate regions of it only once, then compress and optionally encrypt the result. Feed another .tar file, and it will also re-use any data found in any previous backups. This way only new changes are stored, and as long as the files are not very different, the amount of storage required is very low.

Backup all SQL instance databases

Note: — This scripts backs up all databases without having to explicitly state them — Also names them according to database name with the date appended to the end e.g ‘DB_SYSADS_20121210.BAK’ — Change the @path parameter to where you want the backups to be dumped to — The databases stated after the WHERE command will not be backed up. In the example above the system databases are omitted. You can add other databases within the parentheses if you want them omitted, e.