Ticket #719: filebucket.patch
| File filebucket.patch, 1.5 kB (added by jamtur01, 1 year ago) |
|---|
-
filebucket
old new 7 7 # 8 8 # = Usage 9 9 # 10 # pbucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]10 # filebucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] 11 11 # [-l|--local] [-r|--remote] 12 12 # [-s|--server <server>] [-b|--bucket <directory>] <file> <file> ... 13 13 # … … 34 34 # to this argument; you are not restricted to restoring the content to its 35 35 # original location. 36 36 # 37 # Note that + pbucket+ defaults to using a network-based filebucket available on38 # the server named +puppet+. To use this, you'll have to be running as a user39 # with valid Puppet certificates. Alternatively, you can use your local file bucket40 # by specifying +--local+.37 # Note that +filebucket+ defaults to using a network-based filebucket available 38 # on the server named +puppet+. To use this, you'll have to be running as a 39 # user with valid Puppet certificates. Alternatively, you can use your local 40 # file bucket by specifying +--local+. 41 41 # 42 42 # = Example 43 43 # 44 # $ pbucket backup /etc/passwd44 # $ filebucket backup /etc/passwd 45 45 # /etc/passwd: 429b225650b912a2ee067b0a4cf1e949 46 # $ pbucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e94946 # $ filebucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949 47 47 # $ 48 48 # 49 49 # = Options … … 83 83 # 84 84 # = Example 85 85 # 86 # pbucket -b /tmp/filebucket /my/file86 # filebucket -b /tmp/filebucket /my/file 87 87 # 88 88 # = Author 89 89 #