Skip to content

Releases: munkireport/crashplan

v4.2: Fix script

01 Dec 17:34
7f736e6

Choose a tag to compare

Fixes an issue where the script would error out.

Contains new client script.

v4.1: Fix for Crashplan 11.6

23 Oct 15:20

Choose a tag to compare

Fixes issue #10 with newer versions of Crashplan changing the log file location.

Contains new client script.

v4.0: Python 3 Release

19 Jun 04:36

Choose a tag to compare

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

21 Feb 18:40

Choose a tag to compare

First beta of Python 3 for MunkiReport v5

v3.0: Update hashbang to munkireport-python2 (#7)

03 Feb 21:16

Choose a tag to compare

* Update hashbang

* Update hashbang to munkireport-python2

Bootstrap 4 Style Updates for MunkiReport-PHP v6.0.0 beta 1 (#5)

22 May 20:32
9cc75e6

Choose a tag to compare

Start using version numbers in dependent packages.

v2.0

06 Apr 16:53

Choose a tag to compare

Global detail script to local

v1.7

05 Mar 16:04

Choose a tag to compare

Force text renderen in datatables

V1.6

13 Feb 17:23
7e7662b

Choose a tag to compare

Deduplicate output when logs not found (#4)

V1.5: Fixing Code42's indecisiveness (#3)

21 Oct 22:27

Choose a tag to compare

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.