improve docs

This commit is contained in:
Nicola Murino
2020-03-03 23:25:23 +01:00
parent 2eea6c95b9
commit 016abda6d7
4 changed files with 30 additions and 29 deletions

View File

@@ -360,7 +360,7 @@ func (c *sshCommand) getSystemCommand() (systemCommand, error) {
c.connection.User.Username)
return command, errUnsupportedConfig
}
// we cannot avoid that rsync create symlinks so if the user has the permission
// we cannot avoid that rsync creates symlinks so if the user has the permission
// to create symlinks we add the option --safe-links to the received rsync command if
// it is not already set. This should prevent to create symlinks that point outside
// the home dir.