Forums | MacLife
You are not logged in.
#1 2007-11-06 4:14 pm
Before upgrading to Leopard
If you are using cron to start Folding@home (or for anything else), then you should backup your crontabs before installing Leopard.
You can backup your own crontab with this command:
Code:
crontab -l > ~/crontab_backup.txt
To restore your backup crontab after upgrading:
Code:
crontab ~/crontab_backup.txt
You may also want to backup your root crontab if you have edited it:
Code:
sudo crontab -l > ~/crontab_backup_root.txt
To restore your backup root crontab after upgrading:
Code:
sudo crontab ~/crontab_backup_root.txt
Offline
