Difference between revisions of "Rsyncd"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) (Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...") |
Unnilennium (talk | contribs) |
||
Line 27: | Line 27: | ||
=== Description === | === Description === | ||
− | This contribs allow to configure the basic of a rsyncd deamon for the other contribs needing one. [[ | + | This contribs allow to configure the basic of a rsyncd deamon for the other contribs needing one. [[SharedFolders]] is one of them |
− | |||
=== Installation === | === Installation === |
Revision as of 06:15, 3 April 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.