Added gitignore & README

This commit is contained in:
Tristan Ancelet 2024-05-18 13:21:30 -05:00
parent b8baa13b9d
commit 9af4c714c3
2 changed files with 16 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!bucket-tool
!README.md

12
README.md Normal file
View File

@ -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