I'm trying to figure out what rsync transfers actually do.
I see several undocumented options in the commands:
--server
--sender
Then at the end i see " . /share"
How does rsync know where to send the data? Is the --server
flag telling it to pull /share back to localhost? Wh
Phil Carinhas writes:
>I'm trying to figure out what rsync transfers actually do.
>I see several undocumented options in the commands:
>
>--server
>--sender
>
> Then at the end i see " . /share"
>
> How does rsync know where to send the data? Is the --server
> flag tell
I'm trying to figure out what rsync transfers actually do.
I see several undocumented options in the commands:
--server
--sender
Then at the end i see " . /share"
How does rsync know where to send the data? Is the --server
flag telling it to pull /share back to localhost? W