Rsnapshot v1.0.10 Release Notes

Release Date: 0020-01-10 // over 2004 years ago
    • โž• Added link_dest option, to use the --link-dest flag with rsync
    • โš  Now checking the return values from rsync, with conditional syntax warning for --link-dest on older versions
    • โž• Added additional calls to syslog, to report rsync failures
    • Now checking the return value of scripts called from backup_script
    • Conditionalized the backup_interval() and rotate_interval() subroutines to only delete the oldest interval if we're keeping more than one of that interval
    • Reformatted source code so it doesn't wrap (at 126 columns, or 1024x768)
    • Shortened output when invoked with no args or from help to fix in 80 columns
    • ๐Ÿ”„ Changed rotate_interval() subroutine to simply move directories from lower intervals up instead of recursively copying hard links
    • โž• Added formatting subroutine to wrap all verbose command output at 80 columns