mirror of
https://github.com/restic/restic.git
synced 2025-08-23 12:57:56 +00:00

committed by
Michael Eischer

parent
7fe830ee1e
commit
dbe2eef80c
@@ -16,9 +16,13 @@ Set environment variable `RESTIC_REPOSITORY` and map volume to directories and
|
||||
files like:
|
||||
|
||||
```
|
||||
docker run --rm -ti \
|
||||
docker run --rm --hostname my-host -ti \
|
||||
-v $HOME/.restic/passfile:/pass \
|
||||
-v $HOME/importantdirectory:/data \
|
||||
-e RESTIC_REPOSITORY=rest:https://user:pass@hostname/ \
|
||||
restic/restic -p /pass backup /data
|
||||
```
|
||||
|
||||
Restic relies on the hostname for various operations. Make sure to set a static
|
||||
hostname using `--hostname` when creating a Docker container, otherwise Docker
|
||||
will assign a random hostname each time.
|
||||
|
Reference in New Issue
Block a user