My maid config rules
-
Install Maid & clone config
sudo gem install maid git clone https://github.com/hannesbe/maid-config ~/.maid -
Run a dry-run to see what would happen:
maid clean --dry-run -
Run manually:
maid clean --force && tail ~/.maid/maid.log -
Create a cron to schedule it:
-
Edit your crontab using:
crontab -eThis examples adds a schedule twice a day (5AM and 5PM)
0 5,17 * * * /usr/local/bin/maid clean --force --silentSave, exit & verify the newly added schedule:
crontab -l
-
For more help on Maid:
- Run
maid help - Read the Maid README, tutorial, and documentation
- Check out how others are using Maid in the Maid wiki