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