Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 07:50:11 GMT
From:      Alexander Panyushkin <vsityz@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/157835: Do not copy symlinks or through mtree, or via rsync
Message-ID:  <201106140750.p5E7oBue075312@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/157835; it has been noted by GNATS.

From: Alexander Panyushkin <vsityz@gmail.com>
To: bug-followup@FreeBSD.org, universite@ukr.net
Cc:  
Subject: Re: misc/157835: Do not copy symlinks or through mtree, or via rsync
Date: Tue, 14 Jun 2011 10:18:40 +0300

 change line
 mtree -c -d -i -n -k link,uname,gname,mode,flags > $to_dir/dir.txt
 
 to line
 mtree -c -r -i -n -k link,uname,gname,mode,flags > $to_dir/dir.txt
                ^^
 
 it`s work
 
 --
 Best regards.
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106140750.p5E7oBue075312>