Update README.md
This commit is contained in:
parent
2cea94a122
commit
1d4b555b5e
13
README.md
13
README.md
@ -1,4 +1,15 @@
|
||||
puppet-clientbucket-restore
|
||||
===========================
|
||||
|
||||
Ruby script for interactively restoring files from a Puppet client's clientbucket
|
||||
Ruby script for interactively restoring files from a Puppet client's clientbucket.
|
||||
|
||||
If you've accidently overwritten, with Puppet, a file you meant to keep, then this script can get it back.
|
||||
The real filebucket stuff provided by Puppetlabs requires the md5 of the old file you want to restore. This
|
||||
script goes and looks for all the available versions of a file, and allows you to diff, view, or restore one
|
||||
or more of these older versions.
|
||||
|
||||
Run the script like this:
|
||||
|
||||
clientbucket.rb /path/to/file
|
||||
|
||||
Where /path/to/file is the file on the system that you're looking for old versions of.
|
||||
|
Loading…
Reference in New Issue
Block a user