Revolving around the core of technology
Never mind my previous post, I realized what is the problem... "Analyzed 600 of 112228 files on the server." and it works for about 2 hours meaning it just can't finish the job on server in sensible timeframe (24 hrs). I have plenty of small files and few big ones sizing ~1 GB...
Someone help?
PYC,
The status you see on the server may not necessarily mean what the client is doing at a given time. Server always display the last message from its to-do list and you may see one message for a long time if it is waiting for the client to send somthing.
The more important question is how long did the entire back up take. Was this the first time or subsequent attempt? Please note that Syncrify could take a long time for the first backup. Subsequent backups are usually much faster. I also recommend turning on folder cache (http://web.synametrics.com/SyncrifyFolderCache.htm ), which drastically reduces the time on subsequent attempts.
Imran.
Thanks for tips, will look over caching... I concluded I cound exclude *.chs files from backup, but so far I didn't manage to do it through config file. I'm using console mode Linux client and I already tried putting this into config, but it doesn't work, please help. I can say too, captcha function here on forum doesn't work always... I'm not trying to post this message for 3rd time...
<excludedObjects><excludedObject selectionFilter="*.chs"></excludedObject></excludedObjects>
or
<excludedObjects><excludedObject>*.chs</excludedObject></excludedObjects>
No worries... realised it myself ... shoud put ^*.chs in <includedObject> ...