Search found 5 matches

by 959
19 Sep 2022, 17:40
Forum: General Discussion
Topic: Would it be possible to just compare based on file name, and completely ignore file content?
Replies: 9
Views: 1514

Re: Would it be possible to just compare based on file name, and completely ignore file content?

it looks at the contents of zip files for some reason AFAIK, there is no "zip" file "handling" in FFS. A "zip" should be treated as a "file", no more, no less. Perhaps your antivirus is interfering in this situation? (With python, who knows, maybe it locks th...
by 959
17 Sep 2022, 20:21
Forum: General Discussion
Topic: Would it be possible to just compare based on file name, and completely ignore file content?
Replies: 9
Views: 1514

Re: Would it be possible to just compare based on file name, and completely ignore file content?

with ffs it takes like 40 seconds to do a comparison as it tries to look at contents (even with size only, it looks at the contents of zip files for some reason) where I can do the same with python and it takes no more than a millisecond. I wont be using FFS for this, but it would be a nice feature ...
by 959
15 Sep 2022, 02:40
Forum: General Discussion
Topic: Would it be possible to just compare based on file name, and completely ignore file content?
Replies: 9
Views: 1514

Re: Would it be possible to just compare based on file name, and completely ignore file content?

So you want it to copy literally every file every sync? That makes no sense Huh?? where did you get that idea? (please explain, I am not sure you are even commenting on the right post you have it so wrong) I want to sync any different file, but there is no reason to check contents or size since the...
by 959
14 Sep 2022, 15:41
Forum: General Discussion
Topic: Would it be possible to just compare based on file name, and completely ignore file content?
Replies: 9
Views: 1514

Would it be possible to just compare based on file name, and completely ignore file content?

I have a folder I want to sync regularly that contains hashed zip file names, if the zip has the same name, it is the same file, so I dont want to look inside the zip, and I dont want to check the size or time of the zip. Would there be any way to do this? could this be added?
by 959
15 Jun 2022, 22:27
Forum: Help
Topic: Is there a way to save comparison / save the current progress to ram?
Replies: 3
Views: 635

Is there a way to save comparison / save the current progress to ram?

Sometimes the program stalls on a file, requiring me to restart the program, the problem is that the comparison process takes around 2 hours, and I dont want to have to restart that every time there is an error (ignoring errors does nothing). If this isnt possible, is there a way to skip files that ...