Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Easy and complete folder backups' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Easy and complete folder backups
Authored by: comprock on Aug 25, '04 10:07:48AM
For those that want to schedule these backups, you can stick it in your /etc/crontab like so.

# back up users directory @ 9:15 every morning
15 9 * * * /usr/bin/ditto --rsrc /Users /liu/lusers


[ Reply to This | # ]