backup.sh doesn't work. Wrong file names

Issue #8 resolved
Former user created an issue

automatic-cloud-backup / backup.sh doesn't work, because it tries to download file that has the following name scheme (see line 51):

JIRA-backup-${TODAY}.zip

While my Jira backup manager displays following file name:

jira_export_20161203_120004.zip

so the file name scheme should be something like that:

jira_export_${TODAY}_${GENERATION_TIME}.zip

Comments (2)

  1. --

    no. JIRA-backup-${TODAY}.zip is the filename it writes to. it will download https://${INSTANCE}/$FILE_NAME which is derived from the JSON answer

  2. Log in to comment