DBC:Errors/DBC-E020: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
Created page with "{{ error | [DBC-E020] Zipfile already exists: <zipfile> }} DBCollect tried to create a new zipfile but the file already exists. Solution: Run dbcollect with <code>--overwrite</code> or <code>-o</code> to overwrite the existing zipfile."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:DBCollect]]
{{ error | [DBC-E020] Zipfile already exists: <zipfile> }}
{{ error | [DBC-E020] Zipfile already exists: <zipfile> }}


Line 4: Line 5:


Solution: Run dbcollect with <code>--overwrite</code> or <code>-o</code> to overwrite the existing zipfile.
Solution: Run dbcollect with <code>--overwrite</code> or <code>-o</code> to overwrite the existing zipfile.
{{PrevNext|DBC:Errors/DBC-E019|DBC:Errors/DBC-E021}}

Latest revision as of 15:49, 10 October 2024

[DBC-E020] Zipfile already exists: <zipfile>

DBCollect tried to create a new zipfile but the file already exists.

Solution: Run dbcollect with --overwrite or -o to overwrite the existing zipfile.