|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
backup for OS X: SuperDupercheck out SuperDuper:
http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html I back up every evening and the job can be cron'd via a scheduling feature it is simple, easy to use and worth every penny of the $28.00 I spent on it --------------------------------------------------------------------- To unsubscribe, e-mail: microsound-unsubscribe@... For additional commands, e-mail: microsound-help@... website: http://www.microsound.org |
|
|
Re: backup for OS X: SuperDuperhere here. saved my ass on my EU tour last year.
b On Jul 1, 2008, at 8:52 AM, Kim Cascone wrote: > check out SuperDuper: > http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html > I back up every evening > and the job can be cron'd via a scheduling feature > it is simple, easy to use and worth every penny of the $28.00 I > spent on it > > --------------------------------------------------------------------- > To unsubscribe, e-mail: microsound-unsubscribe@... > For additional commands, e-mail: microsound-help@... > website: http://www.microsound.org > bruce tovsky www.skeletonhome.com "Sometimes the appropriate response to reality is to go insane." Philip K. Dick |
|
|
|
|
|
Re: backup for OS X: SuperDuperI've been using RoboCopy quite successfully (there's also an
alternative, HoboCopy, that can copy locked files). It is a command-line utility that greatly expands the plain copy/xcopy commands. I've created a number of scheduled tasks to do nightly backups of ~300 GB of data. The command-line options support copying of only those files that changed from one backup to the next (a per-file incremental backup), speeding up the overall operation once you have a baseline. To create local backups of data that exists on the web (e.g. the microsound repository) I use WinSCP through its command-line interface, also via scheduled tasks and incremental backup options. //p http://www.interdisciplina.org/00.0/ On Thu, Jul 3, 2008 at 4:33 AM, Daniel Bennett <pavementsands@...> wrote: > Sounds cool, > Anyone know a similar bit of kit for Windows? > --------------------------------------------------------------------- To unsubscribe, e-mail: microsound-unsubscribe@... For additional commands, e-mail: microsound-help@... website: http://www.microsound.org |
|
|
Re: backup for OS X: SuperDupersudo rsync -vaxE --delete --ignore-errors / /Volumes/Backup/
On Thu, Jul 3, 2008 at 7:11 AM, Paulo Mouat <paulo.mouat@...> wrote: > I've been using RoboCopy quite successfully (there's also an > alternative, HoboCopy, that can copy locked files). It is a > command-line utility that greatly expands the plain copy/xcopy > commands. I've created a number of scheduled tasks to do nightly > backups of ~300 GB of data. The command-line options support copying > of only those files that changed from one backup to the next (a > per-file incremental backup), speeding up the overall operation once > you have a baseline. > > To create local backups of data that exists on the web (e.g. the > microsound repository) I use WinSCP through its command-line > interface, also via scheduled tasks and incremental backup options. > > //p > http://www.interdisciplina.org/00.0/ > > On Thu, Jul 3, 2008 at 4:33 AM, Daniel Bennett > <pavementsands@...> wrote: >> Sounds cool, >> Anyone know a similar bit of kit for Windows? >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: microsound-unsubscribe@... > For additional commands, e-mail: microsound-help@... > website: http://www.microsound.org > > -- Morgan Sutherland --------------------------------------------------------------------- To unsubscribe, e-mail: microsound-unsubscribe@... For additional commands, e-mail: microsound-help@... website: http://www.microsound.org |
| Free Forum Powered by Nabble | Forum Help |