Rsnapshot v1.1.4 Release Notes

Release Date: 0016-05-04 // almost 2008 years ago
    • (re)added the cmd_rm parameter. rmtree() can't delete some obscure files on some systems
    • ➕ Added rm_rf() stub function to recursively remove things using either rmtree() or /bin/rm -rf, depending on the configuration.
    • ➕ Added cp and rm detection to ./configure script
    • Set LC_ALL locale variable to C in an attempt to fix rmtree() locale issue
    • Added no_create_root option to rsnapshot
    • Added utils/make_cvs_snapshot.sh utility script
    • ➕ Added utils/sign_packages.sh utility script
    • Added utils/rsnapshot_if_mounted.sh utility script
    • Standardized comment headers in utils/ scripts
    • ➕ Added DEBIAN/copyright file
    • 🛠 Fixed man page to say RSNAPSHOT instead of RSNAPSHOT-PROGRAM for the title