Difference between revisions of "Rsyncd"

From SME Server
Jump to navigationJump to search
 
Line 44: Line 44:
 
you can list the available configuration with the following command :
 
you can list the available configuration with the following command :
 
  config show {{#var:contribname}}
 
  config show {{#var:contribname}}
 
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 :
 
{| class="wikitable"
 
!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 ===
 
=== Uninstall ===

Latest revision as of 06:44, 7 November 2021




rsyncd
NeedImage.svg
rsyncd logo
MaintainerUnnilennium
Urlhttps://wiki.contribs.org
LicenceGPL
Category

backup

Tags rsyncbackupdaemonmirror


Maintainer

Jean-Philippe Pialasse

Version

Alpha 10:
smeserver-rsyncd
The latest version of smeserver-rsyncd is available in the SME repository, click on the version number(s) for more information.


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

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:

IDProductVersionStatusSummary
11524SME Contribs10.0rcRESOLVEDInitial Import to SME10 tree [smeserver-rsyncd]

Changelog

Only released version in smecontrib are listed here.