Skip to content
Snippets Groups Projects

Fix env bucket names

Closed Daniel Juarez Gonzalez requested to merge fix_naming into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -9,7 +9,7 @@ A helper script `interactive.sh` provides the ability to query the restic reposi
To launch `interactive.sh` it is recommended to run a privileged docker instance as follows:
```bash
$ export BRANCH=<branch> EMAIL=<you>@cern.ch S3REPO=c8-backups-testing PATH_SNAPSHOTS=TMP;
$ export BRANCH=<branch> EMAIL=<you>@cern.ch S3REPO=c8backups-testing PATH_SNAPSHOTS=TMP;
docker run -it --rm --entrypoint bash \
--privileged --cap-add SYS_ADMIN --cap-add MKNOD --device /dev/fuse
-v /mnt/data1/dist:/data \
Loading