Search found 10 matches
- 10 Nov 2020, 16:49
- Forum: Help
- Topic: ffs task doesn't end
- Replies: 0
- Views: 184
ffs task doesn't end
I've created a batch file to copy a bunch of folders from and old server to a new one and it works great when running manually but when I scheduled it as a task and run it, the task just keeps running and I can see the FreeFileSync.exe present in the taskmgr but not doing anything. The log file ...
- 05 Aug 2020, 17:05
- Forum: Help
- Topic: Exlude items older than 7 years
- Replies: 7
- Views: 1038
Re: Exlude items older than 7 years
I'm loggedin as Domain Administrator and that's the same account that the task is running under but it doesn't show when running the task
Double clicking on the FFS batch file does however bring up the progress window
https://www.screencast.com/t/c3F8QSWyMEPG
Double clicking on the FFS batch file does however bring up the progress window
https://www.screencast.com/t/c3F8QSWyMEPG
- 04 Aug 2020, 20:29
- Forum: Help
- Topic: Exlude items older than 7 years
- Replies: 7
- Views: 1038
Re: Exlude items older than 7 years
I created a batch job and selected it to run minimized but changed my mind. I can't see a way to modify that setting again. Do I need to save a new batch job with a diff name?
I tried overwriting the existing sync settings file with the run minimized option unchecked but there is no progress screen ...
I tried overwriting the existing sync settings file with the run minimized option unchecked but there is no progress screen ...
- 04 Aug 2020, 17:43
- Forum: Help
- Topic: Exlude items older than 7 years
- Replies: 7
- Views: 1038
Re: Exlude items older than 7 years
Ok perhaps I'll copy everyhting and cleanup after then
- 31 Jul 2020, 13:16
- Forum: Help
- Topic: Exlude items older than 7 years
- Replies: 7
- Views: 1038
Re: Exlude items older than 7 years
Ah so I can't set a static date let's say 1/1/2013 and only copy items after that nightly?
- 30 Jul 2020, 18:09
- Forum: Help
- Topic: Exlude items older than 7 years
- Replies: 7
- Views: 1038
Exlude items older than 7 years
Working on a file server migration and I wanted to ask if this was possible with FFS. They have almost 1TB of data in various SMB shares but some of that can be archived. Is there and option that can copy folders (including subfolders) and files but exclude files and folders older than 7 years? It ...
- 06 Oct 2016, 13:14
- Forum: Help
- Topic: How to run all batch's
- Replies: 7
- Views: 4429
Re: How to run all batch's
Ah ok so run the .exe with each one job per line. Got it.
- 05 Oct 2016, 18:22
- Forum: Help
- Topic: How to run all batch's
- Replies: 7
- Views: 4429
Re: How to run all batch's
One last question. Looking at their example, running the following command would run them one by one in order correct?
FreeFileSync.exe "D:\test1.ffs_gui" "D:\test2.ffs_batch" "D:\test3.ffs_batch"
FreeFileSync.exe "D:\test1.ffs_gui" "D:\test2.ffs_batch" "D:\test3.ffs_batch"
- 05 Oct 2016, 13:22
- Forum: Help
- Topic: How to run all batch's
- Replies: 7
- Views: 4429
Re: How to run all batch's
Bingo, just what I was looking for. Thanks for the help
- 04 Oct 2016, 19:37
- Forum: Help
- Topic: How to run all batch's
- Replies: 7
- Views: 4429
How to run all batch's
I have 4 folders that I plan on crating 4 separate batch jobs for but I do want to schedule them to run nightly. Instead of making 4 separate tasks in Windows task scheduler is there a way to run them all one after the other?