Releases: munkireport/crashplan
Releases · munkireport/crashplan
v4.2: Fix script
v4.1: Fix for Crashplan 11.6
Fixes issue #10 with newer versions of Crashplan changing the log file location.
Contains new client script.
v4.0: Python 3 Release
Adds support for Python 3, requires MunkiReport v5.8 and Mac Admins Python 3.10 installed.
Contains new Python 3 script
v4.0b2: First beta of Python 3 for MunkiReport v5
First beta of Python 3 for MunkiReport v5
v3.0: Update hashbang to munkireport-python2 (#7)
* Update hashbang * Update hashbang to munkireport-python2
Bootstrap 4 Style Updates for MunkiReport-PHP v6.0.0 beta 1 (#5)
Start using version numbers in dependent packages.
v2.0
v1.7
V1.6
V1.5: Fixing Code42's indecisiveness (#3)
With crashplan 6.8.8 and under, the log was stored in `history.log.0`. In 7.0.0, they changed the log to `history.log`. In 7.2 however, they changed it back to the original! This code simple checks for the existence of both and figures out which one is newer. It is terrible code and there is probably a cleaner way to do it. However, I believe it does work.