Hi there, I have the follow command rsync -apbrvz to sync two local folders but rsync creates a files with an "~" on end of file name when the file exist. How can I stop this? Thanks. -- View this message in context: http://www.nabble.com/don%27t-create-%7E-files-tp20502359p20502359.html Sent from the Samba - rsync mailing list archive at Nabble.com.
On Fri, 2008-11-14 at 07:19 -0800, wolfbuda wrote:> I have the follow command rsync -apbrvz to sync two local folders but rsync > creates a files with an "~" on end of file name when the file exist. How can > I stop this?The -b option is doing that. Remove it. Matt