Skip to content

Instantly share code, notes, and snippets.

@cfazendin
Created June 5, 2015 18:55
Show Gist options
  • Save cfazendin/802b64976a1ef0819607 to your computer and use it in GitHub Desktop.
Save cfazendin/802b64976a1ef0819607 to your computer and use it in GitHub Desktop.
FreeNAS empty recycle bins of files > 7 days.
#!/bin/sh
find /mnt -path \*/.recycle/\* -atime +7 -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment