Search found 15 matches

by badziewiak
20 Mar 2024, 21:04
Forum: Cobian Reflector
Topic: Additional archiver paramaters
Replies: 4
Views: 176

Re: Additional archiver paramaters

Please add this possibility, because my compressed archives take up 85MB instead of 12MB. This is a waste of space, I have limited space on my account.
by badziewiak
11 Mar 2024, 20:20
Forum: Cobian Reflector
Topic: Additional archiver paramaters
Replies: 4
Views: 176

Additional archiver paramaters

Hello
If this option is not available, please add the possibility to enter the parameters of the 7-zip archiver (for example, qs, which unbelievably increases compression). The qs option reduced the size of the source code archive from 120,867 KB to 29,150 KB.

Regards
by badziewiak
19 May 2023, 12:24
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

Hi Is there any chance of implementing these changes? I have full copies set up. I make multiple copies on a weekly basis. Each copy could theoretically be slimmed down with temporary files, but the tool does not allow this. The archives are unnecessarily oversized. If you can find the time, could y...
by badziewiak
01 Apr 2023, 18:46
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

Thank you! By the way: If this is not a problem, please add the ability to reject subfolders containing data (if it is not). For example, if you archive source codes, the Debug and Release working subfolders (although they are not empty) are not needed in the archive, they only take up space.
by badziewiak
01 Apr 2023, 18:44
Forum: Cobian Reflector
Topic: Exclude Directories
Replies: 11
Views: 1675

Re: Exclude Directories

Sorry, wrong topic.
by badziewiak
01 Apr 2023, 17:32
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

Thank you! I suggest doing it in such a way that the regex syntax is checked first (probably a try/catch block). When processing paths, you will no longer need to catch exceptions due to syntax errors, because they have been checked in advance, and the loop will run faster. But I'm sure you know per...
by badziewiak
01 Apr 2023, 01:00
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

Would you add pure regular expressions to filter full paths? It will definitely help someone who knows regular expressions well. For example:

Code: Select all

(\bbin\b)|(\bobj\b)|(___Release)|(\.dll$)
It can be as a separate item on the list of options to choose from.
by badziewiak
31 Mar 2023, 14:41
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

I understand regular expressions a bit. I just don't know if there is total freedom in using them. I tried filtering the string "bin" and "obj", but they were still included. If filtering is done on whole paths, it should capture that string from the path.
by badziewiak
31 Mar 2023, 13:07
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

Hello All subfolders: bin, obj incl. subfolders. W:\MAKRA\_POLIGON\C#\ROZNE ├───AC2013+ │ ├───wstawRysunkiJakoBloki │ ├───zawijanieRysunkuWzdluzPolilinii │ │ └───zawijanieRysunkuWzdluzPolilinii │ │ ├─── bin │ │ │ ├─── Debug │ │ │ └─── Release │ │ │ └─── Confused │ │ ├─── obj │ │ │ ├─── Debug │ │ │ │...
by badziewiak
25 Mar 2023, 20:31
Forum: Cobian Reflector
Topic: Subfolder filtering
Replies: 14
Views: 1920

Re: Subfolder filtering

I must be doing something wrong or it doesn't work. Can you describe how to do it?