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 RSYNC_RSH="ssh -ax"
 
  15 nice tar --create --dereference --directory=$T --warning=no-file-removed munin-$D | nice gzip --rsyncable -9 > $T/$B
 
  16 nice rsync --preallocate --fuzzy $T/$B backup::backup