Skip to content

Commit fc73697

Browse files
authored
Update README.md
1 parent 6dcc04c commit fc73697

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ docker exec -ti backup-test /bin/sh
4444

4545
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.
4646

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+
4757
# Customize the Container
4858

4959
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

Comments
 (0)