Hi. Currently I'm using this command to make a backup of Magnolia's contents:
wget --user=superuser --password=superuser -O website.xml "http://localhost:80/author/.magnolia/pages/export.html?mgnlRepository=website&mgnlPath=/&mgnlKeepVersions=false&mgnlFormat=true&ext=.xml&command=exportxml" particulary, I paid attention to the parameter "mgnlKeepVersions=false", 'cos I want to backup only last version of every element in the page. The result is that the produced .xml file is too much large (80Mb) with respect to the actual content of the site. Infact, there is another site I manage with Magnolia which is richer of contents, but its .xml backup is quite smaller. What else can I check to reduce the size of backup of the former site? T.I.A. ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
