Hi,
Those are the indexes that were created using java SDK program (we add many nodes):
# du -sch /opt/alfresco/host-specific/node-7/indexes{,-backup}/*
3.8M /opt/alfresco/host-specific/node-7/indexes/archive
4.0K /opt/alfresco/host-specific/node-7/indexes/locks
172K /opt/alfresco/host-specific/node-7/indexes/system
40K /opt/alfresco/host-specific/node-7/indexes/user
362M /opt/alfresco/host-specific/node-7/indexes/workspace
1.7M /opt/alfresco/host-specific/node-7/indexes-backup/archive
4.0K /opt/alfresco/host-specific/node-7/indexes-backup/locks
132K /opt/alfresco/host-specific/node-7/indexes-backup/system
40K /opt/alfresco/host-specific/node-7/indexes-backup/user
83M /opt/alfresco/host-specific/node-7/indexes-backup/workspace
450M total
Those are the indexes that were created using alfresco (we add less node than in SDK):
# du -sch /opt/alfresco/host-specific/mg1/indexes{,-backup}/*
56M /opt/alfresco/host-specific/mg1/indexes/archive
4.0K /opt/alfresco/host-specific/mg1/indexes/locks
632K /opt/alfresco/host-specific/mg1/indexes/system
224K /opt/alfresco/host-specific/mg1/indexes/user
555M /opt/alfresco/host-specific/mg1/indexes/workspace
56M /opt/alfresco/host-specific/mg1/indexes-backup/archive
4.0K /opt/alfresco/host-specific/mg1/indexes-backup/locks
632K /opt/alfresco/host-specific/mg1/indexes-backup/system
224K /opt/alfresco/host-specific/mg1/indexes-backup/user
555M /opt/alfresco/host-specific/mg1/indexes-backup/workspace
1.2G total
We use linux as OP
Linux mg1 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64 GNU/Linux
Also Can you please tell me what are the differences between recovery with backup index and not (I mean the estimated time difference. How fast is backup with index compare to without).
What is the recommended way to do (with backup or without)?
Also if I set <archive>false</archive> in cm:content and cm:folder will it be ok with system functionality?
Thx a lot in advance,
Itay