From 9af4c714c30337b1752f1e2cadb2b123a3123b10 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 18 May 2024 13:21:30 -0500 Subject: [PATCH] Added gitignore & README --- .gitignore | 4 ++++ README.md | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6bc6289 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!bucket-tool +!README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d7ebbd --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# puppet-filebucket-tool +This project is meant to handle & query the filebucket locally on the device of a puppet agent. It will implement the same functionality (and some new ones) to allow the user to look for what files are backed up in the bucket & allow them to restore a file on disk from the backups. + +## Author +| Name | Value | +|--------|--------------------------| +| Name | Tristan Ancelet | +| Email | tristanancelet@yahoo.com | +| Work # | +1 (337) 965-1855 | + + +## Planned Features