Yes sure, transferring the files again is not good.
If a bulk rename tool could be a temporary (in case mirror switches to db) solution for you, I would recommend "Rename Master.
You can set rules for renaming, then switch to the other path and use the same rules again. There is also a directory ...
Search found 22 matches
- 23 May 2015, 00:13
- Forum: Help
- Topic: More granularity on Mirror
- Replies: 7
- Views: 1382
- 22 May 2015, 18:38
- Forum: Help
- Topic: More granularity on Mirror
- Replies: 7
- Views: 1382
Re: More granularity on Mirror
Another idea:
You could change the way you rename the files.
I.e. write a little batch script, that renames the local file, and at the same time the remote one.
You could change the way you rename the files.
I.e. write a little batch script, that renames the local file, and at the same time the remote one.
- 13 May 2013, 00:44
- Forum: General Discussion
- Topic: Feature Request - Scheduler
- Replies: 6
- Views: 1219
Re: Feature Request - Scheduler
Hi Matt,
please excuse me for tuning in here and saying: I do not like this idea.
Let one tool do one job perfectly, do not integrate everything into every tool.
There are a lot of schedule tools out there for your timed jobs. I prefer distinct tools for distinct jobs. This gives you the freedom to ...
please excuse me for tuning in here and saying: I do not like this idea.
Let one tool do one job perfectly, do not integrate everything into every tool.
There are a lot of schedule tools out there for your timed jobs. I prefer distinct tools for distinct jobs. This gives you the freedom to ...
- 10 May 2013, 20:53
- Forum: Help
- Topic: Disable "Show files that wont be copied"
- Replies: 2
- Views: 860
Re: Disable "Show files that wont be copied"
Ah, thats great, thank you. I only found the "Default view" setting :)
Cheers
Cheers
- 09 May 2013, 22:57
- Forum: General Discussion
- Topic: .cr2 and .jpg : synching image files with different extensions
- Replies: 1
- Views: 583
Re: .cr2 and .jpg : synching image files with different extensions
Servus,
this may be a bit late, but what about a batch file?
Here is an example that does what you want. If there are spaces in the path/file name, you will need to use apostrophes in the batch. The example does not actually delete, it just echoes.
Save as example.cmd ...
this may be a bit late, but what about a batch file?
Here is an example that does what you want. If there are spaces in the path/file name, you will need to use apostrophes in the batch. The example does not actually delete, it just echoes.
Save as example.cmd ...
- 09 May 2013, 21:11
- Forum: Help
- Topic: automatic backup of external hard drive
- Replies: 4
- Views: 3804
Re: automatic backup of external hard drive
Oh nice, I did not know about this feature, that can be found in the help under "Variable drive letters". Well, I do not use storage via USB.
Reminds me on the resolution of environment vars in the backup target and versioning folders, when you hover over them, thats a very handy idea, too.
Reminds me on the resolution of environment vars in the backup target and versioning folders, when you hover over them, thats a very handy idea, too.
- 09 May 2013, 19:49
- Forum: Help
- Topic: Disable "Show files that wont be copied"
- Replies: 2
- Views: 860
Disable "Show files that wont be copied"
Hello,
I want to set the default of "Show files that wont be copied" in "Select View" to false.
If I turn it off for my update sync jobs, to clearly see what will happen, the setting is not remembered, even if I save the job. So my proposition is to save these settings with the jobs. What do you ...
I want to set the default of "Show files that wont be copied" in "Select View" to false.
If I turn it off for my update sync jobs, to clearly see what will happen, the setting is not remembered, even if I save the job. So my proposition is to save these settings with the jobs. What do you ...
- 04 Feb 2012, 20:00
- Forum: General Discussion
- Topic: I like the new view
- Replies: 10
- Views: 1323
I like the new view
I was shocked at first glance with V5.0.
But the compressed view is really useful to check what has changed in the file
system. And you scroll to the entries in the right hand list.
A good change, thank you.
But the compressed view is really useful to check what has changed in the file
system. And you scroll to the entries in the right hand list.
A good change, thank you.
- 27 Oct 2011, 10:21
- Forum: Help
- Topic: How to connect to a network folder
- Replies: 5
- Views: 4965
Re: How to connect to a network folder
No drive is being mapped. This is just for the credentials to the resource. If
there is no current connection to the server/share, ffs will not be able to
access it, like any other program.
there is no current connection to the server/share, ffs will not be able to
access it, like any other program.
- 13 Oct 2011, 08:25
- Forum: Help
- Topic: How to connect to a network folder
- Replies: 5
- Views: 4965
Re: How to connect to a network folder
In this case, I am using a batch cmd job to connect to the resource:
net use \\network\share /user:name passwd
Advantage is, you can close the connection after ffs has finished:
net use \\network\share /d /y
Advantage two is, that you can do additional things in this batch, like
sending a ...
net use \\network\share /user:name passwd
Advantage is, you can close the connection after ffs has finished:
net use \\network\share /d /y
Advantage two is, that you can do additional things in this batch, like
sending a ...
- 11 Oct 2011, 13:35
- Forum: Help
- Topic: Command Line Option To Set Two Directories???
- Replies: 5
- Views: 2063
Re: Command Line Option To Set Two Directories???
gby,
try it like this:
- TC launches a cmd file, with the left and right pane as arguments, use double quotes to protect spaces in paths.
- the cmd file sets the two path names.
- the cmd launches ffs with a pre made ffs_gui file as argument.
Example cmd file "viaEnviron.cmd":
###
set ...
try it like this:
- TC launches a cmd file, with the left and right pane as arguments, use double quotes to protect spaces in paths.
- the cmd file sets the two path names.
- the cmd launches ffs with a pre made ffs_gui file as argument.
Example cmd file "viaEnviron.cmd":
###
set ...
- 09 Oct 2011, 22:18
- Forum: Help
- Topic: Command Line Option To Set Two Directories???
- Replies: 5
- Views: 2063
Re: Command Line Option To Set Two Directories???
Two other solutions come to my mind.
- use environment %vars% in a customized config file, set them via batch file and launch ffs.
- use a command line xml tool to insert/remove paths in a config file, via batch file and launch ffs..
- use environment %vars% in a customized config file, set them via batch file and launch ffs.
- use a command line xml tool to insert/remove paths in a config file, via batch file and launch ffs..
- 23 May 2011, 21:33
- Forum: General Discussion
- Topic: XML Errors after updating from 3.16 to 3.17
- Replies: 19
- Views: 2709
Re: XML Errors after updating from 3.16 to 3.17
Hi there,
I just liked to say that I am glad that you released the converter :-)
best regards
I just liked to say that I am glad that you released the converter :-)
best regards
- 20 Feb 2010, 21:44
- Forum: General Discussion
- Topic: Batch file name in log files
- Replies: 3
- Views: 1359
Re: Batch file name in log files
Hello,
the implementation on your side would only be one 'print' line,
breaking nothing :)
But it is a nice idea anyway, so I will adopt my batches and
ffs jobs accordingly. Another positive effect will be, that one
can see the size change of the log for a distinct job more clearly,
telling ...
the implementation on your side would only be one 'print' line,
breaking nothing :)
But it is a nice idea anyway, so I will adopt my batches and
ffs jobs accordingly. Another positive effect will be, that one
can see the size change of the log for a distinct job more clearly,
telling ...
- 20 Feb 2010, 02:31
- Forum: General Discussion
- Topic: Shutdown after finish
- Replies: 3
- Views: 2107
Re: Shutdown after finish
Hello,
maybe I can help you here. Small shutdown tools exist already,
so it is not needed to include shutdown in FreeFileSync.
You can accomplish this with a simple batch file.
First save the sync job as FreeFileSync batch job, then create
a batch file in the FreeFileSync folder:
- launch ...
maybe I can help you here. Small shutdown tools exist already,
so it is not needed to include shutdown in FreeFileSync.
You can accomplish this with a simple batch file.
First save the sync job as FreeFileSync batch job, then create
a batch file in the FreeFileSync folder:
- launch ...
- 19 Feb 2010, 10:28
- Forum: General Discussion
- Topic: Batch file name in log files
- Replies: 3
- Views: 1359
Batch file name in log files
Hi there,
it would be nice to see the batch file name in the log files,
so I can see which batch refers to the log file.
So, can you please write the batch file name into one of the
first lines of the sync log?
regards,
fred
it would be nice to see the batch file name in the log files,
so I can see which batch refers to the log file.
So, can you please write the batch file name into one of the
first lines of the sync log?
regards,
fred
- 08 Jan 2010, 08:10
- Forum: Help
- Topic: Only compare automatically
- Replies: 13
- Views: 3491
Re: Only compare automatically
> An immediate comparison when starting FFS regularly is not in discussion
anyway
Oh, I did not realize this. So, this is no problem for me at all, as I only
start the gui, then load the files I want to work with, which are mainly batch
files.
> 2. Except when any of the directories is ...
anyway
Oh, I did not realize this. So, this is no problem for me at all, as I only
start the gui, then load the files I want to work with, which are mainly batch
files.
> 2. Except when any of the directories is ...
- 05 Jan 2010, 02:27
- Forum: Help
- Topic: Only compare automatically
- Replies: 13
- Views: 3491
Re: Only compare automatically
Hello,
just my opinion: the main reason for me to start the GUI, is to change
something. So I need to look at the paths first, change something, then press
compare for a preview. You see, in my case, I would not want a hard coded
compare at GUI start. Compare is only one click away.
To solve ...
just my opinion: the main reason for me to start the GUI, is to change
something. So I need to look at the paths first, change something, then press
compare for a preview. You see, in my case, I would not want a hard coded
compare at GUI start. Compare is only one click away.
To solve ...
- 24 Dec 2009, 23:21
- Forum: General Discussion
- Topic: Batch mode
- Replies: 5
- Views: 1895
Re: Batch mode
> this is true for the portable version that saves globalsettings.xml and
LastRun.ffs_gui in current working directory (in comparison to installer-
version that saves them in %appdata%\FreeFileSync regardless of the working
directory.
Oops, I was not aware the zipped version is for portable use ...
LastRun.ffs_gui in current working directory (in comparison to installer-
version that saves them in %appdata%\FreeFileSync regardless of the working
directory.
Oops, I was not aware the zipped version is for portable use ...
- 24 Dec 2009, 22:14
- Forum: General Discussion
- Topic: Batch mode
- Replies: 5
- Views: 1895
Re: Batch mode
Hello,
a solution for keeping the setting "< CheckForSignificantDifference >" private
to batch files, is not to operate in the exe directory. My batchfiles for
backup jobs is not in the exe directory, so starting them without changing to
the exe directory creates a file "GlobalSettings.xml" in ...
a solution for keeping the setting "< CheckForSignificantDifference >" private
to batch files, is not to operate in the exe directory. My batchfiles for
backup jobs is not in the exe directory, so starting them without changing to
the exe directory creates a file "GlobalSettings.xml" in ...
- 24 Dec 2009, 02:19
- Forum: General Discussion
- Topic: Batch mode
- Replies: 5
- Views: 1895
Re: Batch mode
> If loaded from GUI the batch job is implicitly converted to a *.ffs_gui file
stripping off the *.ffs_batch-only parts. If the batch job is loaded from
"Create batch job" no conversion takes place and all settings will be
editable.
I see, yes this works.
> Either hide the dialog permanently ...
stripping off the *.ffs_batch-only parts. If the batch job is loaded from
"Create batch job" no conversion takes place and all settings will be
editable.
I see, yes this works.
> Either hide the dialog permanently ...
- 23 Dec 2009, 23:57
- Forum: General Discussion
- Topic: Batch mode
- Replies: 5
- Views: 1895
Batch mode
Hello,
when loading a ffs_batch file, some settings are not editable via GUI, i.e.
"Silent mode", "Log dir", "Error handling", what would be nice.
Choosing "Create batch job" from a loaded ffs_batch file, shows source/target
lines, but the mentioned settings are not reflected.
My proposal ...
when loading a ffs_batch file, some settings are not editable via GUI, i.e.
"Silent mode", "Log dir", "Error handling", what would be nice.
Choosing "Create batch job" from a loaded ffs_batch file, shows source/target
lines, but the mentioned settings are not reflected.
My proposal ...