Added gitignore & README
This commit is contained in:
parent
b8baa13b9d
commit
9af4c714c3
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!bucket-tool
|
||||||
|
!README.md
|
12
README.md
Normal file
12
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user