diff --git a/README.md b/README.md index 611dcbe..8d82a6c 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ autorestic backup -a ### Restore ``` -autorestic restore -a -- --target /path/where/to/restore +autorestic restore -a --to /path/where/to/restore ``` This will restore all the locations to the selected target. If for one location there are more than one backends specified autorestic will take the first one. ``` -autorestic restore -l home --from hdd -- --target /path/where/to/restore +autorestic restore -l home --from hdd --to /path/where/to/restore ``` This will restore the location `home` to the `/path/where/to/restore` folder and taking the data from the backend `hdd`