Web-Server
WEB Server Requirements
The content is presented with plain HTML files using CSS for layout, JAVASCRIPT
to display eMail addresses, and PHP to provide for server side includes.
Hence, the WEB server (usually an apache server) should provide PHP and allow processing
*.php. Therefore add the following line to the file httpd.conf:
AddType application/x-httpd-php .php
WEB Server Backup
Use rsync to synchronize the entire WEB Server data:
rsync -r -t -v --progress -e ssh --rsync-path=~/bin/rsync local_folder user@embsys.technikum-wien.at:/path_on_server
In the above command replace "local_folder", "user" and "path_on_server" with the appropriate information. You may use a graphical front-end like grsync.