An interesting quirk

Scott Oertel freebsd at scottevil.com
Tue Jul 24 13:36:41 CDT 2007


Billy Crook wrote:
> I just rsynced everything on one fs to another of the same type and
> size.  Both underlying disks arw partitioned the same, and of the same
> model number.  What could be causing this discrepancy in availiable space?
>
> [ BCrook at Desktop1 ~]$ df -h
> Filesystem            Size  Used Avail Use% Mounted on
> ....
> /dev/mapper/crypt     688G  561G  120G  83% /mnt/crypt
> /dev/mapper/crypt2    688G  561G   92G  86% /mnt/crypt2
> [BCrook at Desktop1 ~]$ mount
> .....
> /dev/mapper/crypt on /mnt/crypt type ext3 (rw)
> /dev/mapper/crypt2 on /mnt/crypt2 type ext3 (rw)
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Kclug mailing list
> Kclug at kclug.org
> http://kclug.org/mailman/listinfo/kclug
>   
What switches are you using for rsync? I typically use  -aHx --delete
when rsync'ing to a local disk for backup purposes.


-Scott Oertel


More information about the Kclug mailing list