Skip to content

Instantly share code, notes, and snippets.

@tomedme
Created April 23, 2021 07:12
Show Gist options
  • Select an option

  • Save tomedme/a21cb22596cd6ccf6db381143fc75b9d to your computer and use it in GitHub Desktop.

Select an option

Save tomedme/a21cb22596cd6ccf6db381143fc75b9d to your computer and use it in GitHub Desktop.
find $BACKUP_DIR -ctime +30 -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment