Advertisement
Guest User

Untitled

a guest
Oct 4th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # amazonaws S3
  2. device_property "S3_ACCESS_KEY" "3Y10UGE9MMAL3E1QLE0U" # Your S3 Access Key
  3. device_property "S3_SECRET_KEY" "kNnQte9+l7Gm4Z6XnveumfYPE+5cgC+2cyva61YQ" # Your S3 Secret Key
  4. device_property "S3_SSL" "NO" # Curl needs to have S3 Certification Authority (Verisign today)
  5. # in its CA list. If connection fails, try setting this no NO
  6. tpchanger "chg-multi:s3:1ATXQ3HHA59CYF1CVS02-backups/DailySet1/slot-{01,02,03,04,05,06,07,08,09,10}" # Number of tapes in your "tapecycle"
  7. changerfile "s3-statefile" # Amanda will create this file
  8. tapetype S3
  9.  
  10. define tapetype S3 {
  11. comment "S3 Bucket"
  12. length 10240 gigabytes # Bucket size 10TB
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement