Rsnapshot v1.0.1 Release Notes

Release Date: 0018-10-01 // over 2005 years ago
    • ๐Ÿ‘‰ Make sure the snapshot directory either needs to be created or already is a directory. Previously we were checking only if the snapshot root existed, which would cause problems if it were a file.
    • ๐Ÿ“œ Cleaned up and streamlined the config file parsing portion of the code.
    • ๐Ÿ”„ Changed numeric comparisons so that a typo would prevent compilation, instead of acting weird. i.e. (0 == $foo) instead of ($foo == 0)