Displaying 1 result from an estimated 1 matches for "rsynctest_dst".
2018 Jun 28
1
[Bug 13492] New: report modified dir when using iconv
...Component: core
Assignee: wayned at samba.org
Reporter: bugzilla.samba.org-prf at jf-luce.name
QA Contact: rsync-qa at samba.org
Created attachment 14263
--> https://bugzilla.samba.org/attachment.cgi?id=14263&action=edit
Terminal screenshot.
In a folder rsynctest_dst (for example)
create a folder 'a'
create a folder 'B'
Sync to a destination with --iconv options (I use rsync -a
--iconv=UTF8-MAC,UTF-8 --out-format='%i - %n - %M' rsynctest_src/
rsynctest_dst/)
Touch folder 'B'
Dry run a sync with --iconv option (same as bef...