You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
643 B

  1. #!/bin/bash
  2. # Create this config.sh and copy it to the working directories of the
  3. # packing and upload scripts.
  4. echo "config.sh not customised."
  5. exit 1
  6. # your Archive.org S3 keys
  7. IA_AUTH="ACCESS_KEY:SECRET"
  8. # the name of the collection to add the uploads to
  9. IA_COLLECTION="archiveteam_TODO"
  10. # the title of the items (" ${item_timestamp}" will be appended)
  11. IA_ITEM_TITLE="Archive Team TODO:"
  12. # the prefix of the item name ("${item_timestamp}" is appended)
  13. IA_ITEM_PREFIX="archiveteam_todo_"
  14. # the prefix of the megawarc filename ("${item_timestamp}" is appended)
  15. FILE_PREFIX="todo_"
  16. # the date field for the item
  17. IA_ITEM_DATE="2013-04"