MLUG: RE: [MLUG] groking rsync ---> Filesystem formats
RE: [MLUG] groking rsync ---> Filesystem formats
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I'm running a 2.6 kernel and not maintaining that many backups for each server, but I'll have to try and test it out sometime (maybe once I get linux up and running within a VM on my lappy...). On a slightly different topic though: I heard speculation the grapevine that development on reiserfs might slow or stop as a result of the arrest of Hans Reiser being charged with his wife's murder... 

I'd be interested on hearing your guys' thoughts on alternative filesystem formats (like JFS for an example).

Charlie Huggard | Research Assistant & Systems Administrator | Computational Intelligence Research Lab | University of Missouri - Columbia | EMAIL:PROTECTED | 314/591-0087 | http://cirl.missouri.edu | http://www.missouri.edu



-----Original Message-----
From: EMAIL:PROTECTED on behalf of Mark Rages
Sent: Thu 03-May-07 20:36
To: MLUG Members
Subject: Re: [MLUG] groking rsync
 
On 5/3/07, Huggard, Arthur Charles (UMC-Student) <EMAIL:PROTECTED> wrote:
> Another handy rsync switch (in case you're using rsync for remote backups) is --link-dest <old-directory>
>
> If files are unchanged, this command will create a hardlink of the old file in the new directory, thus enabling you to maintain several "full backups" for the disk price of incremental ones! For example: here's the crux of the backup scheme I use on the lab servers:
>
> rsync -a --delete --delete-excluded --delete-after --rsh="ssh -l `hostname`" --exclude="/sys/*" --exclude="/proc/*" --exclude="/mnt/*/*" --rsync-path="sudo /usr/bin/rsync" --link-dest=../backup.1 /  destination:./backup.0/
>

I had a script that did this on a reiserfs / linux RAID5 system, and
it would get wedged if there were more than a couple hundred hardlinks
to the same file.  Never was able to track it down more closely than
that.  This was with one of the early 2.4 kernels.

Regards,
Mark
EMAIL:PROTECTED
-- 
Mark Rages, Engineer
Midwest Telecine LLC
EMAIL:PROTECTED

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members

<<winmail.dat>>

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members