Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'A script to back up files to a single ISO image' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
A script to back up files to a single ISO image
Authored by: rflorence on Thu, Mar 29 2007 at 8:35AM PDT
Cp is not a great utility to use in a backup scheme. As used in this script it will not preserve resource forks, attributes, or even the creation/modification/access times of the files. There are many utilities available on MacOS that with the appropriate options do proper backups, including ditto, tar, rsync, and disk utility. Tar and rsync also do incremental backups, which can save time.

- Ronald Florence

[ Reply to This | # ]