Skip to content

Commit f60bdd0

Browse files
authored
Clarify Rclone instructions in docs (hestiacp#3948)
I had a similar problem as [this user](https://forum.hestiacp.com/t/rclone-configuration/10440/4), not knowing which user to run these commands as. This update makes the directions crystal clear.
1 parent 87a7b4f commit f60bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/server-administration/backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sudo -v
103103
curl https://rclone.org/install.sh | sudo bash
104104
```
105105

106-
Once the download and installation is complete, run `rclone config` and then `n`. Follow the instruction on the screen, then save when completed.
106+
Once the download and installation is complete, run `rclone config` as the `root` user and then select the option `n`. Follow the instruction on the screen, then save when completed.
107107

108108
To verify if it is working run as intended:
109109

0 commit comments

Comments
 (0)