Backup program for demos.tf demos
  • Rust 57.1%
  • Nix 42.9%
Find a file
2022-05-09 23:30:01 +02:00
.github/workflows bumb dependencies + docker ci 2021-07-31 16:41:01 +02:00
src double validate downloaded demo 2022-05-09 23:30:01 +02:00
.dockerignore add dockerfile 2020-07-14 15:02:15 +02:00
.gitignore initial version 2020-07-14 14:57:21 +02:00
Cargo.lock double validate downloaded demo 2022-05-09 23:30:01 +02:00
Cargo.toml double validate downloaded demo 2022-05-09 23:30:01 +02:00
Dockerfile move to api client crate 2022-04-30 20:17:50 +02:00
README.md initial version 2020-07-14 14:57:21 +02:00

backup-rs

Backup program for demos.tf demos.

A simple program that incrementally backs up every demo file from demos.tf to a local directory.

Usage

The following environment variables are required for the program

STORAGE_ROOT: The directory to store the demos in
STATE_FILE: The textfile to store the backup progress in between runs

The program will look in a .env file if the variables aren't set in the environment