mirror of
https://codeberg.org/demostf/backup.git
synced 2026-06-03 09:54:18 +02:00
initial version
This commit is contained in:
parent
10ff2b0339
commit
f64d73e60c
8 changed files with 951 additions and 4 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue