I was facing an issue to sync from local folder to a network share, in only one direction, local ---> share
On boot, or if the share was offline, it would end with useless prompts from task manager
Worst, I imagined the share folder name exists while its contents are not yet mounted causing a full ...
Search found 5 matches
- 09 May 2015, 21:12
- Forum: Help
- Topic: Sync to/from a network share: code/fix review
- Replies: 1
- Views: 1339
- 09 May 2015, 20:55
- Forum: Help
- Topic: Bug ?: Multiple folder pairs write to a common subfolder
- Replies: 7
- Views: 1525
Re: Bug ?: Multiple folder pairs write to a common subfolder
Thank you all
I ended up using two batch scripts I scheduled in sequence
I ended up using two batch scripts I scheduled in sequence
- 07 May 2015, 19:38
- Forum: Help
- Topic: Bug ?: Multiple folder pairs write to a common subfolder
- Replies: 7
- Views: 1525
Re: Bug ?: Multiple folder pairs write to a common subfolder
After many trials, I suspect that the scan of folders contents is run only once. The changes made to the intermediate folder target are not synchronized on the first run of the batch. We need a second run:
c:/data_source ---> d:/backup/data_source
d:/backup ---> network://backup
In this example ...
c:/data_source ---> d:/backup/data_source
d:/backup ---> network://backup
In this example ...
- 06 May 2015, 11:31
- Forum: Help
- Topic: Bug ?: Multiple folder pairs write to a common subfolder
- Replies: 7
- Views: 1525
Re: Bug ?: Multiple folder pairs write to a common subfolder
Thanks
The second pair should be done after the first pair is completed, right?
If it is really the case, I should be safe since I write to subfolder in F: to update it, then I read from F: to backup it to network
Am I missing some potential data loss scenarios in my setup?
The second pair should be done after the first pair is completed, right?
If it is really the case, I should be safe since I write to subfolder in F: to update it, then I read from F: to backup it to network
Am I missing some potential data loss scenarios in my setup?
- 06 May 2015, 10:36
- Forum: Help
- Topic: Bug ?: Multiple folder pairs write to a common subfolder
- Replies: 7
- Views: 1525
Bug ?: Multiple folder pairs write to a common subfolder
I added a batch job with multiple folder pairs
<Pair>
<Left>D:\My Programs</Left>
<Right>F:\NAS\backup\My Data\Update\_Docs\My Programs</Right>
</Pair>
<Pair>
<Left>F:\NAS</Left>
<Right>\\RNDU2000-1\c</Right>
</Pair>
Basically, first pair updates archive disk and second pair updates the NAS ...
<Pair>
<Left>D:\My Programs</Left>
<Right>F:\NAS\backup\My Data\Update\_Docs\My Programs</Right>
</Pair>
<Pair>
<Left>F:\NAS</Left>
<Right>\\RNDU2000-1\c</Right>
</Pair>
Basically, first pair updates archive disk and second pair updates the NAS ...