Skip to content

Instantly share code, notes, and snippets.

@Grauwolf
Created February 5, 2014 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grauwolf/8820089 to your computer and use it in GitHub Desktop.
Save Grauwolf/8820089 to your computer and use it in GitHub Desktop.
resize whisper files
find /var/lib/graphite/whisper/ -type f -name \*.wsp -exec whisper-resize --nobackup {} 10s:7d 1m:30d 1h:90d 1d:395d \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment