Displaying 1 result from an estimated 1 matches for "mlsfusbsivzis".
2013 Jul 12
1
How to circumvent "Symlink has no referent"?
Hi,
in my backup script I'm using the "-L" option to transform symlinks into referent files/dirs. Now I'm also using the "--delete" option.
Unfortunately "--delete" doesnt work if an error like "Symlink has no referent" occurs. So far the only solution for that seems to not
use the "-L" option or to add "--ignore-errors". It