soft link vs. direct efficiency

Steven Stern subscribed-lists at sterndata.com
Tue Apr 3 16:19:50 UTC 2012


I've added a second disk to my system (/dev/sdb1) and moved a directory
from my home folder there.  I then created a soft link to the new directory:

   ln -s /mnt/sdb1/mystuff/folderA folderA

When I'm copying files to it, is there any loss of efficiency (in a
measurable sense) between

    rsync /path/to/folderB ~/folderA  and
    rsync /path/to/folderB /mnt/sdb1/mystuff/folderA


-- 
-- Steve


More information about the users mailing list