Reply
   
 Syncing a USB flash drive 
 
 
  #1 (permalink)  
Old 24-04-2007, 09:32 PM
Member

Group: Regulars


Syncing a USB flash drive

Hi MacTalkers.

I've been wondering for a while if there is any software (or any method) available for syncing the data I have on a little USB drive thingy with a folder (or folders) on my computer (Mac OS of course!)

I've searched and searched and can't find a thing, so I obviously search like a mutant rabbit with cataracts, or nothing exists...I'm hoping that I'm bad at searching.

It is becoming really risky when I go to make all the folders the same - trying to remember what got updated on which device can be really tricky, I dread the day that I screw it up.

Does anyone know if this is possible? (It would be tops if Super Duper or similar had some sort of a plug-in).
sgc7of7 is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #2 (permalink)  
Old 24-04-2007, 09:56 PM
Regular

Group: Regulars


Try out PsyncX
http://psyncx.sourceforge.net/

It's a decent free backup program that uses psync to do update backups.
(i.e. it only updates files that have been added/modified since the last backup)

Not sure if it'll suit your needs, but it's worth a shot given the price.

Heaps of other free programs on MacUpdate too. Stick to the ones with high ratings:
http://www.macupdate.com/search.php?...ckup&os=macosx

You can use the checkboxes at the top of the list to filter all the free apps.

Last edited by geektechnu; 24-04-2007 at 10:00 PM.
geektechnu is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #3 (permalink)  
Old 25-04-2007, 11:04 AM
Resident Pirate

Group: Regulars
Location: Sydney Metropolitan


I use SyncTwoFolders: http://www.versiontracker.com/dyn/moreinfo/macosx/30727

So far so good.
__________________
Mac OS X Leopard 10.5.4, Still can't quicklook volume icons of greater than 128*128 when icon was pasted from picture.
iPirate is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #4 (permalink)  
Old 25-04-2007, 05:06 PM
Regular

Group: Regulars


chronosync $$ does it well and you can even set it to do it upon drive insert
crimespree is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #5 (permalink)  
Old 25-04-2007, 05:58 PM
Member

Group: Regulars


Thanks for the tips guys. I don't know why I always forget to try versiontracker and the like....I guess I'm a little too reliant on google.

I downloaded synctwofolders, it's a little confusing - the report anyway. My brain is a little too addled at the moment to figure it out and learn to trust it.

I've looked at some of the other ones too, like chronosync, but I've recently paid for super duper, and can't quite justify spending more.

If anyone knows any other reliable free programs, let me know

I'm surprised I can't get automator to do this....
sgc7of7 is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #6 (permalink)  
Old 25-04-2007, 06:40 PM
Regular

Group: Regulars
Location: Newcastle, NSW


I'm not too keen on synchronising files, since it's not intuitive (to me) as to what happens if I edit the same file on both locations, before running the sync program. And I'm not too keen on sync software synchronising my errors (i.e. if I accidentally delete a file from one location).

So what I do, is just edit the files on the USB drive, and then run rsync to copy those files to my hard disk.

I enter this into my AppleScript Script Editor, and then save it as an application; which I put on the root directory of my USB drive.

do shell script "rsync -avE /Volumes/USBDISK/study/ ~/Desktop/study/ "
display dialog result

I'm not even a UNIX casual user by any means, but AFAIK, running that Applescript will copy the changes from the folder (study) in the USB drive, onto my desktop. If I delete a file from the study folder, I think this is not reflected on the destination folder -- unless I specifiy a -delete tag.

One good thing about this method, is that it's portable: I can just double click the Applescript application (this lives on the USBDISK root directory), and the stuff gets copied to the desktop, no matter which ones of my computers I am using.

It's quite rudimentary, but it does what I want. And free. And editable enough in case I want to do a backup over a network.

ps, you could type this into an Applescript module of automator, if you wanted to. That would give you a universal binary app. Script Editor creates PPC apps.

pps: I also format my USB drive into HFS Extended no journaling, if that make a difference.

Last edited by icant; 25-04-2007 at 06:54 PM.
icant is offline
Profile CardPM
Go to the top of the page
Reply With Quote
 
Reply

Thread Tools

 
Similar Threads
 
Thread Thread Starter Forum Replies Last Post
usb flash drive and MBPro natakim Notebooks 41 30-05-2007 04:51 PM
USB Flash-Drive Password Protection homodelphinus Peripherals 2 06-12-2006 06:52 PM
Sync Software for syncing to flash drive xfodder Mac OS X & All Software 6 15-08-2006 12:52 AM
Ejecting a USB Flash/Thumb drive vid Mac OS X & All Software 12 11-04-2006 02:48 PM
USB Flash Drive not mounting kristian Help and New Mac User Support 4 07-11-2004 02:50 AM