Re: Output of --list-only not as I expected for symlinks

2018-09-12 Thread Michael Hipp via rsync
g to see what was on an rsync server. Anyway, if you want to list all the files and dirs but not symlinks and others in a local tree: find /path -type f -or -type d -print (or -ls) On 09/12/2018 07:53 PM, Michael Hipp via rsync wrote: Thank you. But I'm afraid I don't understand. The

Re: Output of --list-only not as I expected for symlinks

2018-09-12 Thread Michael Hipp via rsync
8-09-12 11:17, Kevin Korb via rsync wrote: --list-only is simply a way to list remote files when you only have access via rsync. It ignores the rest of the command line. You want --dry-run (--itemize-changes would be a good idea too). On 09/12/2018 11:06 AM, Michael Hipp via rsync wrote: T

Output of --list-only not as I expected for symlinks

2018-09-12 Thread Michael Hipp via rsync
The output of --list-only isn't as I expected as regards symlinks. Here are my test files: $ ls ./src -rw--- 1 michael michael0 2018-09-05 09:18:15 file lrwxrwxrwx 1 michael michael4 2018-09-05 09:18:28 near_symlink -> file lrwxrwxrwx 1 michael michael 23 2018-09-05 09:19:05 far