Displaying 1 result from an estimated 1 matches for "olomouck".
Did you mean:
olomouc
2002 Apr 02
2
rsync 2.3.2 with --copy-unsafe-links work badly
...fe-links.
If I mirror from rsync server, must be fixed rsync server or rsync client
or both.
Best regards
Vladimir
---------------------------------------------------------------------------
Vladim?r Michl <Vladimir.Michl@hlubocky.del.cz>
Del a.s., Stroj?rensk? 38, ???r nad S?zavou
pobo?ka Olomouck? 355, Hlubo?ky-Mari?nsk? ?dol?
tel: +420 68 5353548, fax: +420 68 5352364
http://hlubocky.del.cz
-------------- next part --------------
#!/bin/sh
function test_symlink () {
if [ ! -L $1 ]; then
echo "File $1 is not symlink or not exists";
fi;
};
function test_regular () {
if [ ! -...