+------------------------------------------------------------------------------
+UPGRADE NOTICE (Important)
+------------------------------------------------------------------------------
+ If you are upgrading from a previous version of rsnapshot, please be aware
+ of the following differences:
+
+ - The first backup interval must have a value of at least 2 if more than
+ one backup interval is defined.
+
+ - rsnapshot now returns 1 on errors (instead of -1). rsnapshot still
+ returns 0 on success.
+
+------------------------------------------------------------------------------
PR: ports/62341
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> (maintainer)
rsnapshot makes it easy to make periodic snapshots of local machines,
and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required.
It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1.
WWW: http://www.rsnapshot.org
PR: 60873
Submitted by: Ralf van Dooren <r.vdooren@snow.nl>