no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | rsyncd [2015/06/01 23:22] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== rsyncd ====== | ||
+ | * [[rsync]] | ||
+ | |||
+ | Edit ''/ | ||
+ | |||
+ | < | ||
+ | uid = nobody | ||
+ | gid = nogroup | ||
+ | use chroot = yes | ||
+ | motd file = / | ||
+ | |||
+ | [repo] | ||
+ | path = / | ||
+ | </ | ||
+ | |||
+ | == Sync with a repo == | ||
+ | |||
+ | < | ||
+ | rsync -r rsync:// | ||
+ | </ |