Advertisement
eXTA

Untitled

Jan 22nd, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. ###############################################################
  2. # This is an example configuration file for procurve-bup
  3. #
  4. # It is essentially just a list of switches you wish to backup
  5. # in a whitespace delimited format with 4 columns:
  6. # Column 1: A friendly name for the switch
  7. # Column 2: The IP Address or Hostname of the switch
  8. # Column 3: Username to login to the switch with
  9. # Column 4: Method to login with: password or pubkey
  10. # Column 5: If method=password, then password to login to the switch with
  11. # If method=pubkey, then the path to private key to login with
  12. ###############################################################
  13.  
  14. #
  15. # backup "main-switch" (at IP address 192.0.2.10) with
  16. # username "admin" and password "p4ssw0rd"
  17. #
  18. main-switch 192.168.0.88 root password password
  19.  
  20. #
  21. # backup "floor1-sw" (using its hostname) with
  22. # username "admin" and password "p4ssw0rd"
  23. #
  24. #floor1-switch floor1-sw.example.com admin password p4ssw0rd
  25.  
  26. #
  27. # backup "floor2-switch" (using it's IPv6 address) with
  28. # username "admin" and public key in /etc/bup/procurve.key
  29. #
  30. #floor2-switch 2001:db8::abcd admin pubkey /etc/bup/procurve.key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement