Details
-
Type:
Bug
-
Status: Open
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: 6.12.0
-
Fix Version/s: None
-
Component/s: Backup
-
Labels:None
Description
We get occasional backup failure emails like the following:
The following errors have occurred:
Export error: from: atom-npm:shadowfax to: /volume/ssd-storage04/sspt/tools/artifactory/backup/backup-daily/current/repositories/atom-npm reason: File /volume/ssd-storage04/sspt/tools/artifactory/backup/backup-daily/current/repositories/atom-npm/shadowfax exists and is not a directory. Unable to create directory.: File /volume/ssd-storage04/sspt/tools/artifactory/backup/backup-daily/current/repositories/atom-npm/shadowfax exists and is not a directory. Unable to create directory.
In this case, the file in question does in fact exist and is a regular file:
# ls -l /volume/ssd-storage04/sspt/tools/artifactory/backup/backup-daily/current/repositories/atom-npm total 920 -rw-r----- 1 root root 909513 Oct 4 21:35 shadowfax drwxr-x--- 2 root root 4096 Oct 14 16:42 shadowfax.artifactory-metadata -rw-r----- 1 root root 14082 Oct 4 21:42 shadowfax-cli drwxr-x--- 2 root root 4096 Oct 14 16:42 shadowfax-cli.artifactory-metadata
The artifacts look like this in Artifactory: Unable to render embedded object: File (image-2019-10-15-16-51-45-034.png) not found.
What can I do to prevent these types of errors?