🌱 Dropbox Cron
This should launch Dropbox everyday at midnight and quit it at 6am
Setup
Place the following in a text file called ~/Dekstop/test
0 0 * * * * osascript -e 'launch app "Dropbox"'
0 6 * * * * osascript -e 'quit app "Dropbox"'
Then from command line
cd ~/Desktop
crontab test
You may have to give permissions to terminal
If you need to edit you will need to adjust the test
content and rerun the crontab test
test
can be deleted once crontab test
has been run
Turn off
- Make an empty text file
~/Desktop/test
cd ~/Desktop
crontab test
See current crontab
crontab -l