Difference between revisions of "Rsyncd"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 24: | Line 24: | ||
<!-- keep this first element as is, you can add some if needed --> | <!-- keep this first element as is, you can add some if needed --> | ||
{{#smeversion: {{#var:smecontribname}} }} | {{#smeversion: {{#var:smecontribname}} }} | ||
− | |||
=== Description === | === Description === |
Revision as of 05:43, 7 November 2021
rsyncd logo | |
Maintainer | Unnilennium |
---|---|
Url | https://wiki.contribs.org |
Licence | GPL |
Category | |
Tags | rsync, backup, daemon, mirror |
Maintainer
Version
Description
This contribs allow to configure the basic of a rsyncd deamon for the other contribs needing one. SharedFolders is one of them
Installation
yum --enablerepo=smecontribs install smeserver-rsyncd
yum --enablerepo=smecontribs install smeserver-rsyncd signal-event post-upgrade signal-event reboot
yum --enablerepo=smecontribs install smeserver-rsyncd signal-event post-upgrade signal-event reboot
Configuration
you can list the available configuration with the following command :
config show rsyncd
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DbName | nextcloud | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | nextcloud | string | for mysql db |
access | private | private, public | |
status | enabled | enabled,disabled |
Uninstall
yum remove smeserver-rsyncd rsyncd
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-rsyncd component or use this link
Below is an overview of the current issues for this contrib:
ID | Product | Version | Status | Summary |
---|---|---|---|---|
11524 | SME Contribs | 10.0rc | RESOLVED | Initial Import to SME10 tree [smeserver-rsyncd] |
Changelog
Only released version in smecontrib are listed here.