Skip to content

Question about --log, --no-dupes and --skip #585

Answered by Serene-Arc
Gramrock asked this question in Q&A
Discussion options

You must be logged in to vote

So --log only specifies where the logfile should be saved. This is only really useful if you're running multiple instances of the BDFR at the same time, since multiple processes accessing the same file will crash on Windows, and write gibberish on Linux and Mac.

The --no-dupes option is only there to prevent saving the same image on the same run. What happens is that we calculate the hash of the image once it's been downloaded, and check to see if the hash exists in memory. This only gets hashes from the current run, so it's of limited use by itself. It was originally paired with the --search-existing option, which will scan the destination and compute all the hashes for every file, but t…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
7 replies
@Serene-Arc
Comment options

@Gramrock
Comment options

@Gramrock
Comment options

@Serene-Arc
Comment options

@Serene-Arc
Comment options

Answer selected by Serene-Arc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants