Search found 23 matches

by micha--
24 Feb 2015, 09:34
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

> No, i don't want a "\" beetwen "*" and ":"

Sorry, I missed your ":" before the "=" ...
I was thought you were doing
<Item>%WinDir:*\=%\</Item>
which seems would also work in your specific case.
But, your solution is more elegant.
echo %WinDir:*\=%

echo %WinDir:*:=%

You can test it in a ...
by micha--
24 Feb 2015, 09:29
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

Now the Problem seems to me to be well formulated (in the first post) and is waiting for solving.
by micha--
24 Feb 2015, 09:13
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

>You forgot to escape some of the backslashes in your updated code: ...

No, i don't want a "\" beetwen "*" and ":"

>By the way:
Nice to see that even variable operators work in FFS.

Nice it would be, but environment variables will not be expanded within filter-items .
by micha--
23 Feb 2015, 23:03
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

>As long as you keep using these variables in this form in the include/exclude
definitions, it will never work as (again) includes/excludes are/must be relative
to the applicable lef/right pair.

Sorry, i don't understand. I need an example of absolute lef/right folder pairs, in which my example of ...
by micha--
22 Feb 2015, 16:05
Forum: Help
Topic: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs
Replies: 6
Views: 2872

Re: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs

> Certainly ... ffs_gui and ffs_batch ... distinguised solely by their file extension. ... one entity or two?

Yes "constructive vision"! ... Today i think, Batch-mode is a specialisation of GUI-mode: It is an automatisation of GUI-mode with user safety . Or in other words: GUI-mode gives much ...
by micha--
22 Feb 2015, 09:26
Forum: Help
Topic: FFS skips files
Replies: 6
Views: 996

Re: FFS skips files

Please test it with a subfolder with less files (so you can better watch at the single files). --> Can you detect a rule?
by micha--
21 Feb 2015, 22:16
Forum: Help
Topic: FFS skips files
Replies: 6
Views: 996

Re: FFS skips files

Is your problem like this one?:
viewtopic.php?t=334
by micha--
21 Feb 2015, 18:25
Forum: Help
Topic: Unable to syncronize files because of timestamp
Replies: 14
Views: 4127

Re: Unable to syncronize files because of timestamp

> Is there a way to have it ignore the modification date?

You can compare by "File Content", but it is slow.
by micha--
20 Feb 2015, 19:59
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

> This result is as expected, due to the absolute path included in
the %WinDir% and %HomePath% variables ...

No. Not "absolute" or "relative path", but "with" or "without Driveletter". Thats all (nothing must to be converted accordingly to the left/right folder pair root). And you are right: my ...
by micha--
20 Feb 2015, 16:07
Forum: Help
Topic: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs
Replies: 6
Views: 2872

Re: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs

> ... 3 Save buttons ... a combined dropdown

No, i suggest a seperate dialog for the Save-Buttons. Two big Buttons remain: [Open] & [Save...]. [Save...] opens a seperate dialog, with "big" Buttons, and text if necessary for explanation. <new> becomes an entry in the list-box, but if it accidentally ...
by micha--
20 Feb 2015, 15:04
Forum: Help
Topic: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs
Replies: 6
Views: 2872

Re: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs

Thank you for reading my thoughts and for discussion :)


---------------

> \1. ... GUI and Batch configurations have almost the same structure ...

Yes, both configure the same thing :) with a little difference in appearing as GUI or as Batch-Dialog.

If i write a *job.ffs_* (for me it is more ...
by micha--
20 Feb 2015, 07:51
Forum: Help
Topic: FFS skips files
Replies: 6
Views: 996

Re: FFS skips files

If you run a second time immedeately after the first, what happens with the kipped files?
by micha--
19 Feb 2015, 21:59
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

1. I have tested it in BATCH-mode ( *.ffs_batch) and in GUI-mode ( *.ffs_gui), with


<GlobalFilter>
<Include>
<Item>\Windows\</Item>
</Include>
<Exclude>
<Item>%WinDir:*:=%\</Item>
</Exclude>
<TimeSpan Type="None">0</TimeSpan>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0 ...
by micha--
19 Feb 2015, 20:48
Forum: Help
Topic: Different include/exclude filters according to pair ?.
Replies: 3
Views: 988

Re: Different include/exclude filters according to pair ?.

Filters per FolderPair

I think you need something like this: Filter (<Include>, <Exclude>) per every <Pair>:


<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlFormat="4" XmlType="GUI">
<MainConfig>
<Comparison>
<Variant>TimeAndSize</Variant>
<TimeShift>0</TimeShift>
<Symlinks ...
by micha--
18 Feb 2015, 22:44
Forum: Help
Topic: Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs
Replies: 6
Views: 2872

Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs

@admin: please correct the topic-header to:
Switch easily between Batch- & GUI-mode: *.ffs_batch, *.ffs_gui, *.ffs

I was confused about *.ffs_batch and *.ffs_gui, if i first used FFS, because both do the same thing. The only difference: with or without GUI. Now i suggest (for 3 goals):
1. to ...
by micha--
18 Feb 2015, 15:03
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

Thanks for answering your 2 points :)

1. I will test with a *.ffs_batch file and give feedback.

2. Yes, "C:\Windows" can not be applied to relative paths. I hope Zenju strip off the "C:" from begining, for fitting the condition "relative to the left/right pair's root".
Then e.g. "\Windows ...
by micha--
17 Feb 2015, 20:53
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

OK, i have tested now. It doesn't work on my WIN 7, with FFS 6.14. It doesn't matter if i doubleclick test.ffs_gui in the filemanager, or if i start
"C:\Program Files\FreeFileSync\FreeFileSync.exe" "test.ffs_gui"
at cmd-line.

I have also tested with

<Item>%SystemRoot%\</Item>

or with

<Item ...
by micha--
17 Feb 2015, 14:12
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

Re: environment variables for filter settings

Sorry, you are right. I have testet with an old Version. I will test with the new Version, now, and give feedback ...

And thanks for the hint.
by micha--
17 Feb 2015, 13:06
Forum: Help
Topic: "Use colon as time stamp seperator in log file names" BAD BAD BAD!
Replies: 6
Views: 3087

Re: "Use colon as time stamp seperator in log file names" BAD BAD BAD!

@eahm: You have given no example. Hence i imagine, you mean someting like this: 17.02.2015 or this for the time: 15:49:00

I suggest to use the ISO 8601 format: 2015-02-17

http://de.wikipedia.org/wiki/ISO_8601#Datum
http://en.wikipedia.org/wiki/ISO_8601#Calendar_dates

and for the time: 15:49 ...
by micha--
17 Feb 2015, 12:52
Forum: Help
Topic: environment variables for filter settings
Replies: 16
Views: 3437

environment variables for filter settings

Dear Zenju,

first: Thank you very much for this good program, and your support :) :) :) :)

Edit (23.02.2015 23:55 <== Thanks to Plerry , who shows me the Syntax: %variable:StrToFind=NewStr%):

I need environment variables for filter settings in *.ffs_batch, *.ffs_gui, they will not be expanded ...
by micha--
09 Aug 2014, 07:57
Forum: General Discussion
Topic: Quick Contents Compare Option?
Replies: 4
Views: 999

Re: Quick Contents Compare Option?

I like the option of comparing only parts of file content. Therefore i suggest:

Please implement in "compare settings (F6)" a 3. Button and 3 Textfields:

[Date and Time]
[File content]
[Parts of content]
"n" times of
"percent" % of size
and min. "minsize" MiB

If [Parts of content] is not ...
by micha--
09 Aug 2014, 00:40
Forum: Help
Topic: How to delete "the information of last synchronized files"?
Replies: 0
Views: 382

How to delete "the information of last synchronized files"?

First, thank you very much for FFS :)

I have mirrored a directory. After that pressing "compare (F5)" again doesn't compare the files again. Instead FFS shows immediately "all files are synchron". This behavoir workes fine in many cases. But know i have to made a new compare for testing, for ...
by micha--
09 Aug 2014, 00:38
Forum: Help
Topic: Clear Source & Target History
Replies: 1
Views: 839

Re: Clear Source & Target History

You can delete (...) in the sections:

<FolderHistoryLeft MaxSize="15">
...
</FolderHistoryLeft>
<FolderHistoryRight>
...
</FolderHistoryRight>

in the file

%AppData%\FreeFileSync\GlobalSettings.xml

within a texteditor.