|
Viewing 2 posts tagged with 'rsync' (Oldest First :: Newest First) Show related: tags |
|
Shedding the FAT
I've been meaning to post this for a while, but I kept forgetting. Well, I remember now. A few weeks ago I stumbled across a native Windows driver for ext2/ext3 filesystems. This is awesome for people that dual-boot between Linux and Windows. Previously, you'd have to create a partition that both operating systems could fully access if you wanted to share data between both environments. Normally this meant setting up FAT32, which is a pretty crappy file system in many ways. It's also possible to use NTFS, but Linux support for it is still experimental, which doesn't make it a very good choice. Ext2 and ext3 are solid filesystems with no major pitfalls.
This good news for me since I have a Windows XP/Gentoo dual boot setup on my laptop. I had the previously described FAT32 shared partition, and it was a drag for me. For whatever reason, whenever I would try and use rsync to synchronize my files between laptop and my file server, I'd have to tell rsync to completely scan each file for changes, rather than use some of the filesystem timestamps. Otherwise, it would copy files it didn't need to copy. This made the synchronization process take a very long time, especially when synchronizing my music archive or digital camera photo collections. Now I don't have that problem!
I can't vouch for it's stability yet, becuase I really don't use Windows on my laptop that much. I'll post something here if I have any issues.
rsync: much cooler than 'N Sync...
I've spent the past few hours nerding out to the wonders of rsync... it's nice little *nix program that lets you mirror the contents of one directory to another, wether it be on the local computer or to another computer 1000 miles away. It does incremental mirroring, which basically means that it'll copy the whole directory you want the first time, then each subsequent time you run it, it only copies what's changed, so every time you mirror, you get an exact copy with as little data exchanged as possible. Very cool. It might come in very handy at work for a few projects we're working on. We'll see I guess.
Not much else going on recently... Work is work, and it's the only notable thing that occupies my time these days. :\
Related Tags
|