Update README.md
This commit is contained in:
parent
1d4b555b5e
commit
cd911c2023
23
README.md
23
README.md
@ -13,3 +13,26 @@ 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.
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user