You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can use restic [as documented](https://restic.readthedocs.io/en/stable/Manual/), e.g. try to run `restic snapshots` to list all your snapshots.
46
46
47
+
## Logfiles
48
+
Logfiles inside the container:
49
+
50
+
```
51
+
docker logs
52
+
```
53
+
Shows `/var/log/cron.log`
54
+
55
+
Additionally you can see the the full log of the last backup and forget comman in `/var/log/backup-last.log` inside the container.
56
+
47
57
# Customize the Container
48
58
49
59
The container is setup by setting [environment variables](https://docs.docker.com/engine/reference/run/#/env-environment-variables) and [volumes](https://docs.docker.com/engine/reference/run/#volume-shared-filesystems).
0 commit comments