3 # DO NOT EDIT - This file is being maintained by Chef
5 T=$(mktemp -d -t -p /var/tmp munin.XXXXXXXXXX)
10 ln -s /var/lib/munin/openstreetmap $T/munin-$D
11 ln -s /var/lib/munin/*.storable $T/munin-$D
13 export GZIP="--rsyncable -9"
14 export RSYNC_RSH="ssh -ax"
16 nice tar --create --gzip --dereference --directory=$T --file=$T/$B munin-$D
17 nice rsync $T/$B backup::backup