I have a couple of small 250GB USB hard drives that I'm using to store content on. One is primary, one is secondary and another one for even more insurance. What is a good mirroring utility so that I can make sure all these drives have the same content on them? I want to have 3 copies of everything
Good Mirroring Utility ?
Collapse
X
-
Good Mirroring Utility ?
Tags: None -
Comment
-
#!/bin/sh
usr/bin/rsync -vrltH -pgo -z -D <source> <destination>
will allow you to sync...Last edited by borked; 11-30-2008, 01:52 PM.
For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
Dean - well guess you won't be using Windows soon but it has a built in back up system for local drives that can mirror them and you can set them up to do it automatically every so often with the task scheduler. I know you can do this on a Mac too, especially with a simple script and a cronjob.Comment
-
you can this on mac to one of the drives (primary to secondary) using timemachine. Then script the one to the 3rd disk...
For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202Comment
-
I don't plan on leaving windows....just broadening my horizonsDean - well guess you won't be using Windows soon but it has a built in back up system for local drives that can mirror them and you can set them up to do it automatically every so often with the task scheduler. I know you can do this on a Mac too, especially with a simple script and a cronjob.
Comment
-
I use Ghost personally. Recommended everytime I have asked this same question.
Dean are you allowed to start threads without posting a pic or two? I think we have rules around here... :-PComment
-
DC, when you go HD, 250s quickly become a thing of the past welcome to the wonderful world of TBs. I have clients now dropping off 1.5TBs
250s... LOL!!! You're funny.
SPECIALTY COSTUMES • PROPS • FX
Superheroes • Monsters • Robots
PM for details
For any manufacturing needs. Adult or otherwise.
aka BonsHigh on Insta
Bonsai weed plants
Comment
-
For windows, we use SyncToy.
It's a free application from Microsoft.
It's only purpose is to sync folders, that be on the same disk or different disks.
http://www.microsoft.com/downloads/d...displaylang=enComment


Comment