Hello,In a Intranet Windows domain, why use rsyncd (under cygwin) on a Window$ file server and not juste share folders?
Release news
- 2023-05-30 Nagwin 5.2.0
- 2023-05-23 Copssh server 7.13.2
- 2023-05-23 Copssh server 8.1.2
- 2023-03-29 Rsync Client Helper GUI 1.0.3.7
- 2023-03-29 Nagwin 5.1.2
From Rsync Man Page:
My question was not fine... Excuse me.
- First case:
on Window$: rsyncd - node "backup" with path "d:/data/";
on Linux: "rsync -a ip::backup ./backup/".
- Second case:
on Window$: "d:/data" folder shared (mounted in /mnt/fileserver on Linux);
on Linux: "rsync -a /mnt/fileserver/ ./backup/".
What's the best way: use a shared folder or access rsyncd?
My question was not fine... Excuse me.
- First case:
on Window$: rsyncd - node "backup" with path "d:/data/";
on Linux: "rsync -a ip::backup ./backup/".
- Second case:
on Window$: "d:/data" folder shared (mounted in /mnt/fileserver on Linux);
on Linux: "rsync -a /mnt/fileserver/ ./backup/".
What's the best way: use a shared folder or access rsyncd?
I suppose that the first case gives better performance as you talk to rsync daemon directly, while the second case utilizes samba in addition.
Testing both scenarios should give the best answer.
And what do you think about managing, security, etc...
I point these... ( "+" means good, "-" bad)
8 network activity)
- broken link (dead)
+ manage from domain
8
(something's wrong with last post... I redo in an other way)
So, and what do you think about managing, security, etc...
I point these... ( "+" means good, "-" bad)
::: SMBFS :::
+ inside Window$
- work made on Linux (network activity)
- broken link (dead)
+ manage from domain
::: RSYND :::
- outside Window$ (cygwin)
+ work made on Window$
+ specialized (873/tcp)
- manual configuration
You can also add performance and multi-platform support as evaluation criteria.
Actually, that kind of evaluation is totally dependent on your environment and what you want to achieve.
Rgrds Tev