Difference between revisions of "Rsync-backup2disk"

From SME Server
Jump to navigationJump to search
Line 19: Line 19:
 
===Maintainer===
 
===Maintainer===
 
Original contributor : Darell May
 
Original contributor : Darell May
 +
 
[[User:Unnilennium|Jean-Philippe Pialasse]]  
 
[[User:Unnilennium|Jean-Philippe Pialasse]]  
  
=== Version ===
+
===Version===
  
 
{{#smeversion: {{#var:smecontribname}} }}
 
{{#smeversion: {{#var:smecontribname}} }}
  
=== Description ===
+
===Description===
 
SME Server implementation of rsync to perform nightly backup to a mounted drive.
 
SME Server implementation of rsync to perform nightly backup to a mounted drive.
 
With a server-manage panel
 
With a server-manage panel
  
=== Installation ===
+
===Installation===
 
<tabs container><tab name="For SME 10">
 
<tabs container><tab name="For SME 10">
 
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
</tab></tabs>
 
</tab></tabs>
  
=== Configuration ===
+
===Configuration===
 
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}}
Line 45: Line 46:
 
!
 
!
 
|-
 
|-
|DbName
+
|Exclude
|nextcloud
+
|
 
|string
 
|string
|for mysql db
+
|
 
|-
 
|-
|DbPassword
+
|Include
|GENERATED
+
|SME default list
 
|string
 
|string
|for mysql db
+
|
 
|-
 
|-
|DbUser
+
|Mount
|nextcloud
+
|/media/Usbdisk
 
|string
 
|string
|for mysql db
+
|
 
|-
 
|-
|access
+
|backupTime
|private
+
|23:30
|private, public
+
|time 24h
 
|
 
|
 +
|-
 +
|reminderTime
 +
|14:00
 +
|time 24h
 
|-
 
|-
 
|status
 
|status
|enabled
+
|disabled
|enabled,disabled
+
|disabled, enabled
 
|}
 
|}
  
  
 
+
===Uninstall===
=== Uninstall ===
 
 
  yum remove {{#var:smecontribname}}  {{#var:contribname}}
 
  yum remove {{#var:smecontribname}}  {{#var:contribname}}
  
=== Bugs ===
+
===Bugs===
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}}
 
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}}
Line 84: Line 88:
 
Only released version in smecontrib are listed here.
 
Only released version in smecontrib are listed here.
  
{{ #smechangelog: {{#var:smecontribname}} }}
+
{{#smechangelog: {{#var:smecontribname}} }}
  
  
Line 91: Line 95:
  
 
<!-- Please keep there the template revision  number as is -->
 
<!-- Please keep there the template revision  number as is -->
[[contribtemplate::2| ]]
 
[[contriblang:: {{#var:lang}} | ]]
 

Revision as of 04:22, 3 April 2021




rsync-backup2disk
NeedImage.svg
rsync-backup2disk logo
Maintainer[[user:Jean-Philippe Pialasse|Jean-Philippe Pialasse]]
Urlhttps://wiki.contribs.org
LicenceGPL
Category

backup

Tags backupusbdiskrsynccron


Maintainer

Original contributor : Darell May

Jean-Philippe Pialasse

Version

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


Description

SME Server implementation of rsync to perform nightly backup to a mounted drive. With a server-manage panel

Installation

yum --enablerepo=smecontribs install smeserver-rsync-backup2disk

Configuration

you can list the available configuration with the following command :

config show rsync-backup2disk

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
Exclude string
Include SME default list string
Mount /media/Usbdisk string
backupTime 23:30 time 24h
reminderTime 14:00 time 24h
status disabled disabled, enabled


Uninstall

yum remove smeserver-rsync-backup2disk  rsync-backup2disk

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-rsync-backup2disk component or use this link


Below is an overview of the current issues for this contrib:

No open bugs found.

Changelog

Only released version in smecontrib are listed here.

smeserver-rsync-backup2disk Changelog: SME 10 (smecontribs)
2021/09/08 Terry Fage 0.0.2-3.sme
- apply locale 2021-09-08 patch
2021/08/23 Terry Fage 0.0.2-2.sme
- apply locale 2021-08-23 patch

2021/04/03 Jean-Philippe Pialasse 0.0.2-1.sme
- import to SME10
- change name from smeserver-rsync to smeserver-rsync-backup2disk
- create update event
- move perl module to new path

- cleanup spec

2006/11/03 Darrell May
- added support for no reminder e-mail

- [0.0.1-a6dmay]

2006/11/02 Darrell May
- numerous updates

- [0.0.1-a5dmay]