Rsnapshot v1.1.5 Release Notes

Release Date: 0020-06-05 // almost 2004 years ago
    • 0️⃣ /bin/rm is the default for deleting directories (in the default config file)
    • ✂ Removed redundant validation (re: intervals) in execution section
    • 🖨 Print PID in lockfile
    • ➕ Added a few more comments, clarified some existing comments
    • ⚡️ Made some minor updates to the man page
    • 🛠 Fix display formatting double-slash bug when '/' is a backup point
    • 🔄 Changed return value when called with no cmd line args to 1
    • ➕ Added a new exit code, for warnings (2)
    • ⚠ rsync exit codes 23 and 24 make rsnapshot return a warning exit code instead of an error
    • 🔄 Changed link_dest comment in config file to mention "cross-platform"
    • Added utils/debug_moving_files.sh abuse script for testing
    • ➕ Added 'du' option to show disk usage in snapshot_root
    • 🚚 Moved setlocale() after begin message
    • ➕ Added manual link() call when we're using --link-dest and a single file
    • ✅ Don't call syslog in bail() if it's a test run