Backup does not include list of repos #6288
Labels
Category: Cogs - Downloader
This is related to the Downloader cog.
Category: Core - Other Internals
This is related to core internals that don't have a dedicated label.
Status: Accepted
We want this
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
What Red version are you using?
3.5.5
What were you trying to do?
I was in the process of working on #5703 and created a backup in order to work on the restore process
What did you expect to happen?
The
repos.json
file to be present in the backupWhat actually happened?
I opened up the backup to look at the repos file generated to work on restoring the repos and cogs that the
repos.json
file being created during the backup process was not present in the specified folderHow can we reproduce this error?
...
Anything else?
I believe this to be due to the exclusions, as I ran the code that pulls the list of files to add in an eval and found that the file was not present when I listed the files to be backed up, but was present when listing excluded files.
the exclusion in particular of
RepoManager/repos
is having the effect of excludingRepoManager/repos
(the thing intended to be excluded), ANDRepoManager/repos.json
(which needs to be in the backup)The text was updated successfully, but these errors were encountered: