borg/docs/misc/asciinema
Andrey Bienkowski e3a0b5fde8 Automate the installation asciinema screencast 2022-02-07 20:05:12 +03:00
..
Dockerfile Automate the installation asciinema screencast 2022-02-07 20:05:12 +03:00
README.rst Automate the installation asciinema screencast 2022-02-07 20:05:12 +03:00
advanced.json
advanced.sh
basic-prepare.sh
basic.json Compile the screencast 2022-01-29 17:16:16 +03:00
basic.tcl Add prompts 2022-01-29 16:36:19 +03:00
install.json Automate the installation asciinema screencast 2022-02-07 20:05:12 +03:00
install.sh
install.tcl Automate the installation asciinema screencast 2022-02-07 20:05:12 +03:00
run-install.sh Automate the installation asciinema screencast 2022-02-07 20:05:12 +03:00

README.rst

Do NOT run the examples without isolation (e.g docker) or 
this code may make undesirable changes to your host.

To this:
```sh
docker build --tag borg-examples .
asciinema rec -c 'docker run --rm borg-examples bash /asciinema/run-install.sh' --overwrite ./install.json
```