From 169f824d831022cfba93d5d43eb186bb1de15c53 Mon Sep 17 00:00:00 2001 From: Fuxino Date: Thu, 15 Jun 2023 23:15:00 +0200 Subject: [PATCH] Improve documentation --- man/simple_backup.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/simple_backup.1 b/man/simple_backup.1 index 296e610..3b7c5f6 100644 --- a/man/simple_backup.1 +++ b/man/simple_backup.1 @@ -109,7 +109,7 @@ for details about the options. .RE .TP .B \-\-remote\-sudo -Run rsync on the remote server with sudo. For this to work the user used to login to the server obviously need to be allowed to use sudo. In addition, the user need to be able to run rsync with sudo without a password. To do this, /etc/sudoers on the server need to be edited adding a line like this one: +Run rsync on the remote server with sudo. This is needed if you want to preserve the owner of the files/folders to be copied (rsync \-\-owner option). For this to work the user used to login to the server obviously need to be allowed to use sudo. In addition, the user need to be able to run rsync with sudo without a password. To do this, /etc/sudoers on the server need to be edited adding a line like this one: .RS .PP ALL=NOPASSWD: