Quantcast

Forums | MacLife

You are not logged in.

#1 2007-11-06 4:14 pm

ArtemisG3
Imaginary Friend
Royal Wombat
From: between here and there
Registered: 2001-08-13
Posts: 2078
Website

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

 

Board footer

Powered by PunBB 1.2.6
© Copyright 2002–2005 Rickard Andersson