Update README.md

This commit is contained in:
Nicco 2019-12-04 20:50:12 +01:00 committed by GitHub
parent 3d1d7ba256
commit 632062a23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -71,13 +71,13 @@ autorestic backup -a
### Restore ### 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. 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` This will restore the location `home` to the `/path/where/to/restore` folder and taking the data from the backend `hdd`