Download the new version of rsyncbackup, and replace your old. Do of course not replace your configuration files with the examples, but read this section for any changes in the configuration file syntax between versions.
Upgrading from 0.7 to 1.0 should be followed up with a review of your config files. First, the syntax of sources.conf
has changed (though it still is backward compatible so changing it is not required). The new syntax is more similar to destinations.conf
(Section 5.2, “destinations.conf”), due to the addition of remote sources support. What you basicly need to do, is adding local:
in the start of every directory path. You also must ensure that every directory path ends with a trailing slash. Earlier version of rsyncbackup added such automaticly, but this behaviour is removed to support backup of a single file, not only directories.
Upgrading from 0.2 to 0.3 you have to change the configuration files. You have to merge all your sources.*.conf
files into a sources.conf
file, and remote the destinations in the source files. Instead you have to setup a new file backupset.conf
with all the sources-destinations combinations. Read the manual for the details on the new configuration.
Upgrading from 0.1 to 0.2 you do not need to change the configuration files, however you need to add a -b
or --do_backup
parameter to rsyncbackup, if not it will only print the help screen.