551 Shaares
4 Ergebnisse
markiert
Website
Deltacms is a flat-file cms, you don't need a database. The content of your site is contained in a set of text files (JSON and HTML) that are easy to save and restore.
#!/bin/bash
ftphost='entenhaus.en'
ftpuser='dagobert'
ftppassword='panzerknacker'
curlftpfs -r $ftpuser:$ftppassword@$ftphost /mnt/ftp
rsync -a -P -u --stats /mnt/ftp /home/dagobert/ftp
fusermount -u /mnt/ftp