Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:dedicated-server:tutorials:network:rpn-rsync [2015/12/04 15:13] jojo ↷ Liens modifiés en raison d'un déplacement. |
en:dedicated-server:tutorials:network:rpn-rsync [2019/02/14 14:29] (current) dedibox [Configuration] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== RPN rsync ====== | ====== RPN rsync ====== | ||
- | ===== Principle ===== | + | ===== Overview ===== |
- | Online offers a rsync target that can be used to synchronize critical files from your servers.\\ | + | Online by Scaleway offers a RSYNC target that can be used to synchronize critical files from your servers.\\ |
- | No need to do complicated scripts to check the integrity of your backup | + | No need to run complicated scripts to check the integrity of your backup. |
===== Availability of the offer ===== | ===== Availability of the offer ===== | ||
- | To know if RPN RSYNC is available for your dedicated server, you can check the [[en:dedicated-server:offres:offers|documentation related to your offer]]. | + | To know if RPN RSYNC is available for your dedicated server, check the [[en:dedicated-server:offers:start|documentation related to your offer]]. |
===== Configuration ===== | ===== Configuration ===== | ||
- | The RPN has to be activated on your server before you subscribe to RPN RSYNC. To learn more about the RPN, we invite you to [[en:dedicated-server:tutoriel:rpn-by-online.net|read the documentation about the RPN]]. | + | RPN has to be activated on your server before you subscribe to RPN RSYNC. To learn more about RPN, we invite you to [[en:dedicated-server:tutorials:network:rpn|read the RPN documentation]]. |
- | <note warning>During the configuration you must not forget to open the ports 67 and 68, both for UDP and TCP</note> | + | <note warning>During the configuration it is required to open the ports 67 and 68, both for UDP and TCP</note> |
- | To order it, you need to connect to your management console, click on "Server" on the top and then on "RPN Rsync" - or click directly on the following link http://console.online.net/en/server/rpn/rsync | + | To order the service, log into your management console, click on "Server" on the top and then on "RPN Rsync" - or click directly on the following link http://console.online.net/en/server/rpn/rsync |
- | {{:fr:serveur-dedie:tutoriel:select_rpnrsync.png?700}} | + | {{:en:dedicated-server:tutorials:network:rpn-rsync-1-en.png|}} |
- | During the RSYNC interface click on "Configure now" | + | <note>If you use it for the first time, enter the name of the target, the allowed characters are: [a-z][0-9] and '-'.\\ |
- | + | **Attention - this name will be considered as definitive and can not be changed afterwards.**\\ | |
- | {{:fr:serveur-dedie:tutoriel:rpnrsync_configure.png?700}} | + | |
- | + | ||
- | Enter the name of the target, the allowed characters are: [a-z][0-9] and '-'.\\ | + | |
- | **Attention - this name will be considered as definitive and can not be changed after.**\\ | + | |
Then enter the password for your account.\\ | Then enter the password for your account.\\ | ||
- | Validate your choice by clicking on "Update password" | + | Validate your choice by clicking on "Update password"</note> |
- | {{:fr:serveur-dedie:tutoriel:rpnrsync_ok.png?700}} | + | The line "address" contains the link used to synchronize your target.\\ |
- | Your RPN RSYNC is now configured and ready to use. | + | {{:en:dedicated-server:tutorials:network:rpn1.png?900|}} |
- | The line "address" contains the link used to synchronize your target.\\ | + | To change the password click on "Edit connection information", then enter the new password twice. |
- | {{:fr:serveur-dedie:tutoriel:rpnrsync_detail.png?700}} | + | {{:en:dedicated-server:tutorials:network:rpnrsync-en-03.png?800|}} |
- | ===== Synchronisation on Linux ===== | + | ===== Synchronization on Linux ===== |
**The packet rsync has to be installed.** | **The packet rsync has to be installed.** | ||
Line 46: | Line 42: | ||
rsync://iloverpn@iloverpn.super-target-name.rpn-rsync.online.net/iloverpn_super-target-name/ | rsync://iloverpn@iloverpn.super-target-name.rpn-rsync.online.net/iloverpn_super-target-name/ | ||
- | Here are some examples to synchronise the folders /etc, /var, and /home of a server: | + | Here are some examples to synchronize the folders /etc, /var, and /home of a server: |
RSYNC_PASSWORD=mot_de_p4sse rsync -a --progress --delete /etc/ rsync://iloverpn@rpn-rsync-dc3-1:/iloverpn_super-target-name/etc/ | RSYNC_PASSWORD=mot_de_p4sse rsync -a --progress --delete /etc/ rsync://iloverpn@rpn-rsync-dc3-1:/iloverpn_super-target-name/etc/ | ||
Line 52: | Line 48: | ||
RSYNC_PASSWORD=mot_de_p4sse rsync -a --progress --delete /home/ rsync://iloverpn@rpn-rsync-dc3-1:/iloverpn_super-target-name/home/ | RSYNC_PASSWORD=mot_de_p4sse rsync -a --progress --delete /home/ rsync://iloverpn@rpn-rsync-dc3-1:/iloverpn_super-target-name/home/ | ||
| | ||
- | ===== Synchronisation on Windows ======== | + | ===== Synchronization on Windows ======== |
- | You should use a rsync client like deltacopy for example:\\ | + | You should use a rsync client like **deltacopy** for example:\\ |
[[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp]] \\ | [[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp]] \\ | ||
Depending on the client you are using the configuration may be different. | Depending on the client you are using the configuration may be different. | ||
Line 60: | Line 56: | ||
===== More information about rsync ======== | ===== More information about rsync ======== | ||
- | http://en.wikipedia.org/wiki/Rsync | + | For more information, consult the [[http://en.wikipedia.org/wiki/Rsyncm|rsync Wikipedia page.]] |