The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.
Pretty much keeping certain folders mirrored, NAS/attached storage that kind of thing.
I'm in the process of trying the different things you guys have suggested so far. Looking for something that will keep a minimum load on the network.
So far tried folderclone, pretty terrible network bogging/flooding especially when there's nothing for it to do. Which I thought was wierd. Gonna try the rsync and SyncToy next.
Pre-emptive note: Windows uses a lower granularity in timestamps for files than Unix, so rsync might get confused and have to recheck a file that still has the same timestamp in both places. Use --modify-window=1 to tell rsync to use less granularity as well.
Had that problem when syncing 6-8 gigs and it insisted on re-checking every file despite the timestamps matching until I discovered that. After that the complete sync takes a few seconds with no files changed.
Rsync doesn't do bidirectional syncs though, doesn't it? Unison would be better suited to that. I'd personally recommend Synctoy instead, though. It's very easy to use and has been rock solid for me.
Hmmm all very great info, thanks everyone. I'm gonna give rsync a shot tomorrow. And then synctoy Tuesday regardless of how rsync works, just to be sure.
Hmmm all very great info, thanks everyone. I'm gonna give rsync a shot tomorrow. And then synctoy Tuesday regardless of how rsync works, just to be sure.
I was going to recommend SyncToy. That is a good one to check out. The interface is unusually simple for an MS app and unfortunately that hurts here, as there are just some things that take way to long to do. It does give you several different options for mirroring the files which should cover everything you want. It's worked great for me. I have it running weekly and mirroring folder trees from my main machine over my home network to my media center. It closes itself after running and so I forget it's even there.
Cronus on
"Read twice, post once. It's almost like 'measure twice, cut once' only with reading." - MetaverseNomad
Posts
I've used rsync for lots of stuff between Linux, OS X and Windows.
Ah, also file verification would be neato.
FFBE: 898,311,440
Youtube: http://www.youtube.com/dElementalor
Damn, I dug out some software to use myself a while back for windows that did this exact thing..
Can't remember the name damn it..
I'll see if I can dig it out of the recesses of my decrepit mind.
---
I've got a spare copy of Portal, if anyone wants it message me.
?
Are you looking to back up to other computers, or to removable media?
I'm in the process of trying the different things you guys have suggested so far. Looking for something that will keep a minimum load on the network.
So far tried folderclone, pretty terrible network bogging/flooding especially when there's nothing for it to do. Which I thought was wierd. Gonna try the rsync and SyncToy next.
FFBE: 898,311,440
Youtube: http://www.youtube.com/dElementalor
rsync. As already suggested.
If you get problems running it over ssh, try running an rsync server. It's a bit less secure, but it can be a lot more efficient.
Had that problem when syncing 6-8 gigs and it insisted on re-checking every file despite the timestamps matching until I discovered that. After that the complete sync takes a few seconds with no files changed.
Edit: Link was screwed up
-Groucho Marx
FFBE: 898,311,440
Youtube: http://www.youtube.com/dElementalor
I was going to recommend SyncToy. That is a good one to check out. The interface is unusually simple for an MS app and unfortunately that hurts here, as there are just some things that take way to long to do. It does give you several different options for mirroring the files which should cover everything you want. It's worked great for me. I have it running weekly and mirroring folder trees from my main machine over my home network to my media center. It closes itself after running and so I forget it's even there.
"Read twice, post once. It's almost like 'measure twice, cut once' only with reading." - MetaverseNomad