Guest User

Untitled

a guest
Mar 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # copy your cron jobs
  2. crontab -l > cron.txt
  3. # copy the exported config to otherHost
  4. scp cron.txt otherHost:/your_directory
  5. # login to otherHost
  6. ssh otherHost
  7. # set the cronjobs to your old config
  8. crontab cron.txt
Add Comment
Please, Sign In to add comment