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
only anomaly in its output.
I use --dry-run and --itemize-changes frequently. But I was trying to
find something that would give me a correct list of the candidate source
files but without having to make an expensive connect to the remote
server. Any suggestions?
Thanks,
Michael Hipp
On 201
t being truthful as it surely knows
beforehand the symlinks will not be transferred regardless of the
condition of dest.
What am I missing?
Thanks,
Michael Hipp
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.or
Trey Nolen wrote:
But can you do that if you are not running it from the Cygwin prompt? I
didn't do that because we were starting it with the scheduler. Will that
still work?
Yes. Write a small 'myjob.bat' file with something like this in it:
@echo off
C:
chdir C:\cygwin\bin
bash --logi