Author Topic: 2 Modules Missing in version 4  (Read 1568 times)

linuxkafe

  • Zen Apprentice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
2 Modules Missing in version 4
« on: February 04, 2015, 02:07:45 pm »
Hello,

I've recently installed Zentyal 4 Community Edition, but I was surprised to see that HTTP and Backup modules are missing in this version.
How can I make permanently changes to apache2 configurations (virtual hosts, etc)?
And the same for backups, should I use a personal script to manage backups now?
« Last Edit: February 04, 2015, 11:38:17 pm by linuxkafe »

Mittelerde

  • Zen Warrior
  • ***
  • Posts: 153
  • Karma: +8/-0
    • View Profile
Re: 2 Modules Missing in version 4
« Reply #1 on: February 05, 2015, 01:24:00 pm »
Hi

Apache
VirtualHost configuration -> http://httpd.apache.org/docs/2.2/en/vhosts/

Backup
i use rsync for backups

in a Terminal with root rights
rsync -h

very simple is this 'testrun' no changes made

sudo rsync -avn --delete --progress /source/ /destination/

- remove option n for a real copy

or
take a look at btsync
« Last Edit: February 05, 2015, 01:39:35 pm by Mittelerde »