View Single Post
Old 11-19-2005, 09:31 AM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Windows: Just create a scheduled task through the admin screens that runs against a DOS .bat file with predetermined copy commands to an external, mounted location:

sample "copy.bat"
Code:
copy c:\temp\* g:\externaldrive\temp\
copy c:\hot_blonde_pics\* g:\externaldrive\i_like_pussy\
For unix, do the same with a shell script and a cron job. The only money you need to spend is for the external / additional drives.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote