Browse Source

Revert "Update config.example.sh"

This reverts commit f3c57116c5.
master
Terry Wrist 10 years ago
parent
commit
a7c0436cb1
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      config.example.sh

+ 7
- 7
config.example.sh View File

@@ -6,7 +6,7 @@
# CHUNKER SETTINGS #
####################
# start a new chunk when the current chunk is at least this large
MEGABYTES_PER_CHUNK=$((1024*20))
MEGABYTES_PER_CHUNK=$((1024*25))

###################
# UPLOAD METADATA #
@@ -15,16 +15,16 @@ MEGABYTES_PER_CHUNK=$((1024*20))
IA_AUTH="ACCESS_KEY:SECRET"

# the name of the collection to add the uploads to
IA_COLLECTION="opensource"
IA_COLLECTION="archiveteam_TODO"

# the title of the items (" ${item_timestamp}" will be appended)
IA_ITEM_TITLE="Archive Team Zapd:"
IA_ITEM_TITLE="Archive Team TODO:"

# the prefix of the item name ("${item_timestamp}" is appended)
IA_ITEM_PREFIX="archiveteam_zapd_"
IA_ITEM_PREFIX="archiveteam_todo_"

# the prefix of the megawarc filename ("${item_timestamp}" is appended)
FILE_PREFIX="zapd_"
FILE_PREFIX="todo_"

# the date field for the item
IA_ITEM_DATE=$( date +"%Y-%m" )
@@ -35,8 +35,8 @@ IA_ITEM_DATE=$( date +"%Y-%m" )
# DIRECTORIES #
###############
# Put your directories on one or two filesystems (see README).
FS1_BASE_DIR="/root"
FS2_BASE_DIR="/root"
FS1_BASE_DIR="/archiveteam/ssd/project"
FS2_BASE_DIR="/archiveteam/disk/project"

## THESE DIRECTORIES ON FILESYSTEM 1: for warcs



Loading…
Cancel
Save