Update README.md
parent
118d9b6773
commit
01dbc47ef3
27
README.md
27
README.md
|
@ -17,11 +17,28 @@ Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-wa
|
||||||
npm install crontab-ui
|
npm install crontab-ui
|
||||||
crontab-ui
|
crontab-ui
|
||||||
|
|
||||||
###TODO
|
###Adding, deleting, pausing and resuming jobs.
|
||||||
|
|
||||||
1. Run jobs as different user in one place.
|
Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.
|
||||||
2. Profiling jobs.
|
|
||||||
3. Logs.
|
|
||||||
4. Importing from existing crontab file.
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
###Backup and restore crontab
|
||||||
|
|
||||||
|
Keep backups of your crontab in case you mess up.
|
||||||
|

|
||||||
|
|
||||||
|
###Export and import crontab on multiple instances of Crontab UI.
|
||||||
|
|
||||||
|
If you want to run the same jobs on multiple machines simply export from one instance and import the same on the other. No SSH, No copy paste!
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
But make sure to take a backup before importing.
|
||||||
|
|
||||||
|
###See when the job is going to run next.
|
||||||
|

|
||||||
|
|
||||||
|
###Contribute
|
||||||
|
Fork Crontab UI and contribute to it. Pull requests are encouraged.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue