> 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 ...
Search found 23 matches
- 24 Feb 2015, 09:34
- Forum: Help
- Topic: environment variables for filter settings
- Replies: 16
- Views: 3437
- 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.
- 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 .
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 .
- 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 ...
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 ...
- 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 ...
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 ...
- 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?
- 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
viewtopic.php?t=334
- 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.
You can compare by "File Content", but it is slow.
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
---------------
> \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 ...
- 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?
- 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 ...
<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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
"C:\Program Files\FreeFileSync\FreeFileSync.exe" "test.ffs_gui"
at cmd-line.
I have also tested with
<Item>%SystemRoot%\</Item>
or with
<Item ...
- 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.
And thanks for the hint.
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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.
<FolderHistoryLeft MaxSize="15">
...
</FolderHistoryLeft>
<FolderHistoryRight>
...
</FolderHistoryRight>
in the file
%AppData%\FreeFileSync\GlobalSettings.xml
within a texteditor.