duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Avoid following symbolic links


From: Cristian KLEIN
Subject: Re: [Duplicity-talk] Avoid following symbolic links
Date: Wed, 10 Jun 2009 11:58:00 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Michael A. Sidenius a écrit :
> Hi,
> 
> Would it be possible to make Duplicity avoid following symbolic (soft)
> links?
> 
> The best solution would of cause be a command line option, but I could
> live with a local patched version, if someone could point me to where to
> do the change.

Without patching, you could run "find -type l" to get all symlinks, then
exclude them using --exclude-filelist or --exclude-filelist-stdin.

Hope that help.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]