From a6d496042100cd21e61bd806bd2cce3788869936 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:19:49 -0600 Subject: [PATCH] initial commit --- .gitignore | 1 + README.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adbb97d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..95c8552 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# File Backups + +## Targets + +- Joplin data +- InfluxDB data + +## Tools + +### [restic / **restic**](https://github.com/restic/restic) + +[Documentation](https://restic.readthedocs.io/en/stable/index.html) + +### [rclone / **rclone**](https://github.com/rclone/rclone) + +[Documentation](https://rclone.org/docs/) + +### [offen / **docker-volume-backup**](https://github.com/offen/docker-volume-backup) + +> Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage. + +[Documentation](https://offen.github.io/docker-volume-backup/)