en:server:services:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:server:services:rsync [2022/02/25 20:50] – [Config] added http user for web access; added pre/post script danen:server:services:rsync [2023/08/10 03:47] (current) – [rsync] added rsync website dan
Line 1: Line 1:
 ====== rsync ====== ====== rsync ======
  
-rsync is an [[https://www.opensource.org/|open source]] utility that provides fast incremental file transfer. rsync is freely available under the [[https://rsync.samba.org/GPL.html|GNU General Public License]]. +[[https://rsync.samba.org/|rsync]] is an [[https://www.opensource.org/|open source]] utility that provides fast incremental file transfer. rsync is freely available under the [[https://rsync.samba.org/GPL.html|GNU General Public License]]. 
  
  
Line 79: Line 79:
 systemctl enable --now rsyncd.service systemctl enable --now rsyncd.service
 </code> </code>
 +
 +
 +==== Command ====
 +
 +Change ''$DAEMONUSER'' and ''$DAEMONHOST''.
 +
 +<code>
 +rsync --rltogiPhv --stats /local/path rsync://$DAEMONUSER@$DAEMONHOST/archive/path/
 +</code>
 +
 +
 +===== Backup =====
 +
 +Go to our [[en:backup:server#rsync|backup]] tutorial.
  • en/server/services/rsync.1645822223.txt.gz
  • Last modified: 2022/10/24 08:24
  • (external edit)