Alan Brown <[EMAIL PROTECTED]> writes:
>> Yikes! Double your disk space, just like that.
No, it doens't do what you think it does. Try this test:
mkdir -p test/test.0
echo "some data" |tee test/test.0/1 test/test.0/2 test/test.0/3
ls -l test/test.0
total 12
-rw-r--r-- 2 reader users 10 Feb 23 08:13 1
-rw-r--r-- 2 reader users 10 Feb 23 08:13 2
-rw-r--r-- 2 reader users 10 Feb 23 08:13 3
du -sh test
12K test
cp -al test/test.0 test/test.1
ls test
test.0 test.1
du -sh test
12K test
No increase in overall size has occured.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users