Backup program for demos.tf demos
  • Rust 54.4%
  • Nix 43.2%
  • Dockerfile 2.4%
Find a file
2024-01-14 18:56:04 +01:00
.github/workflows fix clippy 2023-06-01 20:14:14 +02:00
src flake reorg 2024-01-14 18:56:04 +01:00
.dockerignore add dockerfile 2020-07-14 15:02:15 +02:00
.envrc 23.05 2023-06-01 19:45:14 +02:00
.gitignore 23.05 2023-06-01 19:45:14 +02:00
Cargo.lock flake reorg 2024-01-14 18:56:04 +01:00
Cargo.toml flake reorg 2024-01-14 18:56:04 +01:00
docker.nix flake reorg 2024-01-14 18:56:04 +01:00
Dockerfile move to api client crate 2022-04-30 20:17:50 +02:00
flake.lock flake reorg 2024-01-14 18:56:04 +01:00
flake.nix flake reorg 2024-01-14 18:56:04 +01:00
module.nix flake reorg 2024-01-14 18:56:04 +01:00
overlay.nix flake reorg 2024-01-14 18:56:04 +01:00
package.nix flake reorg 2024-01-14 18:56:04 +01: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