Browse Source

Update README.md

v0.1.5
Suresh Alse 9 years ago
parent
commit
01dbc47ef3
  1. 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
crontab-ui
###TODO
###Adding, deleting, pausing and resuming jobs.
1. Run jobs as different user in one place.
2. Profiling jobs.
3. Logs.
4. Importing from existing crontab file.
Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.
![basic](http://2.bp.blogspot.com/-kU8K-suZYMY/VX1Ml5b_JOI/AAAAAAAABEo/MAfgg7hWEz8/s1600/1.png)
###Backup and restore crontab
Keep backups of your crontab in case you mess up.
![backup](http://3.bp.blogspot.com/-qHxCbtNny9I/VX1M7k5UE3I/AAAAAAAABEw/cpiPgS9-gXo/s1600/2.png)
###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!
![export](http://2.bp.blogspot.com/-trpHt_etz5I/VX1NyElIicI/AAAAAAAABE4/GTZFBCfybLk/s1600/3.png)
But make sure to take a backup before importing.
###See when the job is going to run next.
![future](http://4.bp.blogspot.com/-gN-wLmhd5Os/VX6fQ5wM2LI/AAAAAAAABcA/_Ej0PqrByBU/s1600/next.gif)
###Contribute
Fork Crontab UI and contribute to it. Pull requests are encouraged.

Loading…
Cancel
Save