Puppet: System Administration Automated

Support

Ticket #719: filebucket.patch

File filebucket.patch, 1.5 kB (added by jamtur01, 1 year ago)

Patch for help text

  • filebucket

    old new  
    77# 
    88# = Usage 
    99# 
    10 #   pbucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] 
     10#   filebucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] 
    1111#      [-l|--local] [-r|--remote] 
    1212#      [-s|--server <server>] [-b|--bucket <directory>] <file> <file> ... 
    1313# 
     
    3434#   to this argument; you are not restricted to restoring the content to its 
    3535#   original location. 
    3636# 
    37 # Note that +pbucket+ defaults to using a network-based filebucket available on 
    38 # the server named +puppet+.  To use this, you'll have to be running as a user 
    39 # with valid Puppet certificates.  Alternatively, you can use your local file bucket 
    40 # 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+. 
    4141# 
    4242# = Example 
    4343# 
    44 #   $ pbucket backup /etc/passwd 
     44#   $ filebucket backup /etc/passwd 
    4545#   /etc/passwd: 429b225650b912a2ee067b0a4cf1e949 
    46 #   $ pbucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949 
     46#   $ filebucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949 
    4747#   $ 
    4848#  
    4949# = Options 
     
    8383# 
    8484# = Example 
    8585# 
    86 #   pbucket -b /tmp/filebucket /my/file 
     86#   filebucket -b /tmp/filebucket /my/file 
    8787# 
    8888# = Author 
    8989#