# from Rogan Creswick
# on Monday 13 April 2009 14:20:

># /mnt/seabackup is an sshfs-mounted volume (the filesystem is ext3,
>but that machine doesn't have dirvish installed, and I don't have root
>on it):
>...
>I've compared the output of `stat` on a couple files in the dirvish
>trees, and with the "real" files in my live file system, and they all
>point to different inodes (is that the right way to check for
>hardlinks?) 

If sshfs supports hardlinks (a cursory search suggests that it doesn't) 
and "somefile" has not changed, then `stat 2009_02_10-1511/somefile` 
and `stat 2009_03_05-1110/somefile` should report the same inode and a 
link count of 2 (or more).  This inode will be a different number than 
on your live file system, but should be the same within the backup 
tree.

--Eric
-- 
"Politics is not a bad profession. If you succeed there are many
rewards, if you disgrace yourself you can always write a book."
--Ronald Reagan
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to