?
(https://mail.edison.tech/chat-invite.html?invitorName=Chris%20Goodman&invitorEmail=cgoody2...@gmail.com&message=?&mid=572b82e3c44e452eab297ad5de8726d6&inviteeName=Rsync-Qa&inviteeEmail=rsync...@samba.org)
Sent With Edison Mail
>
>
https://bugzilla.samba.org/show_bug.cgi?id=12569
--- Comment #10 from Marc Krämer ---
@Axel: cool, I've played a bit with your tool, but for my needs with many
directories inotify was the pitfall.
I'm coauthor on sfs (https://github.com/mokraemer/sfs) which uses fuse for
signaling. And then, as
https://bugzilla.samba.org/show_bug.cgi?id=12569
--- Comment #9 from Axel Kittenberger ---
@Marc, indeed. I'm the author of Lsyncd.
https://github.com/axkibe/lsyncd
If this could work properly, it would simplify things a lot, also improve
perfomance a good deal. Due to this bug I had to drop th
https://bugzilla.samba.org/show_bug.cgi?id=12569
--- Comment #8 from Marc Krämer ---
@Axel: you're right. This is not what we want. Even the output
sync warning: some files vanished before they could be transferred
is not desireable if the parameter is called "ignore" there should not be any
out
On Tue, Oct 9, 2018 at 7:29 AM Ken Chase wrote:
> . is the 'current directory' notation in unix.
Yes, I know what dot means to Unix. However, my question is: What is
the meaning (to rsync) of the last two arguments to rsync when rsync
is called with the --server option.
> .. is the parent dire
. is the 'current directory' notation in unix.
.. is the parent directory.
/kc
On Mon, Oct 08, 2018 at 01:57:09PM -0700, Parke via rsync said:
>Hello,
>
>I ran the following commands:
>
>rsync /tmp/foo remote:
>rsync remote:/tmp/foo .
>
>On the remote computer, the following com