Wiki page rsync changed with summary [added command for daemon] by Daniel

This commit is contained in:
ORG-wiki 2022-02-26 10:22:06 +13:00
parent e9ef4d01fd
commit bca62c9894
1 changed files with 9 additions and 0 deletions

View File

@ -77,4 +77,13 @@ secrets file = /etc/rsyncd.secrets
<code>
systemctl enable --now rsyncd.service
</code>
==== Command ====
Change ''$DAEMONUSER'' and ''$DAEMONHOST''.
<code>
rsync --rltogiPhv --stats /local/path rsync://$DAEMONUSER@$DAEMONHOST/archive/path/
</code>