FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 514cd58e authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update weekly_routine.sh - stop archiving internally on archive folder and...

Update weekly_routine.sh - stop archiving internally on archive folder and move files to new 'canto_input_archive' sub-folder of export-vm's archives folder
parent 378abc35
No related branches found
No related tags found
1 merge request!21Update weekly_routine.sh - stop archiving internally on archive folder and...
......@@ -169,13 +169,8 @@ function retry {
log "Starting"
# Create archive directory if required
ARCHIVE="${CANTOSPACE}/archive"
if [[ ! -d "${ARCHIVE}" ]]; then
log "Creating ${ARCHIVE}"
mkdir "${ARCHIVE}"
fi
# Define archive folder for input files
ARCHIVE="/data/export/archives/canto_input_archive"
# Create canto_support directory if required
DATA="${CANTOSPACE}/canto_support"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment