Update README.md

This commit is contained in:
Andy Sykes 2013-01-04 15:15:34 +00:00
parent 1d4b555b5e
commit cd911c2023
1 changed files with 24 additions and 1 deletions

View File

@ -10,6 +10,29 @@ or more of these older versions.
Run the script like this:
clientbucket.rb /path/to/file
clientbucket.rb /path/to/file
Where /path/to/file is the file on the system that you're looking for old versions of.
The script runs interactively and prompts you for what you want to do. An example:
# clientbucket.rb /some/test/file
[0]: 41f59421026a473a0378c58d539069c6 Thu Feb 09 15:56:36 +0000 2012
[1]: 6bc6ab38660066ea8cf0743b889bd075 Mon Feb 20 15:23:59 +0000 2012
[2]: 74da6d605bfd7ecad38904bc35a0292a Thu May 24 13:45:10 +0100 2012
[3]: 3d7e9c6901aa0bc4dd7e6400384931c3 Thu May 24 13:48:57 +0100 2012
[4]: 6bbb4aeeec2f439ec22be9813bbf049a Thu May 24 13:50:51 +0100 2012
[5]: 2800331718994ab1e9ca84549b9debbb Thu May 24 15:39:56 +0100 2012
[6]: 1a432127a080c77dde1cf14e18bcf4aa Thu May 24 15:43:32 +0100 2012
------------------------
Pick a file, or x to exit: 2
Restore (r), view (v), diff (d), unified diff (u), or x to go back: d
1c1
< HEY THERE
---
> HELLO THERE
Restore (r), view (v), diff (d), unified diff (u), or x to go back: r
Restore to (default is to restore to /some/test/file: <enter>
Restoring to /some/test/file
Done