| | 62 | == Attachments converteren == |
| | 63 | |
| | 64 | * De attachements van de database naar files converteren: |
| | 65 | {{{ |
| | 66 | [Syn-3] root@server ~# perl /usr/doc/zarafa/db-convert-attachments-to-files root `cat /etc/my.passwd` zarafa /home/system/zarafa |
| | 67 | The size of all attachments in the database is: 19859619840 Bytes (18.5 GB) |
| | 68 | Available space is: 260109750272 Bytes (242.25 GB) |
| | 69 | Finding all attachments... |
| | 70 | Processing 51327 attachments |
| | 71 | ... |
| | 72 | [Syn-3] root@server ~# chown -R zarafa:zarafa /home/system/zarafa |
| | 73 | }}} |
| | 74 | |