diff --git a/README.md b/README.md index 5eaaeda..0a8eced 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ rs-backup-suite is designed for push backups, which means the client pushes its It is also a user-centric backup system. That means each user creates his own backup on the NAS instead of root backing up the whole machine at once (although this is possible). That also means that each user has a UNIX account on the NAS. The NAS username is usually `-` (e.g. `mymachine-johndoe`). -On the client machine(s) each user can create a file called `.rs-backup-include` (name is configurable) inside his home directory which includes the list of files that should be considered by the backup. Additionally root can maintain a similar file located at `/usr/local/etc/rs-backup/include-files` for the system files. +On the client machine(s) each user can create a file called `.rs-backup-include` (name is configurable) inside his home directory which includes the list of files that should be considered by the backup. Additionally root can maintain a similar file located at `/etc/rs-backup/include-files` for the system files. ## Setup (please read this carefully before performing any actions!) rs-backup-suite is split into two parts: a client part for pushing the backup to the NAS and a server part which runs on the NAS itself.