On 07/25/2011 06:45 PM, Stefan-Michael Guenther wrote: > we all know, that a manual backup by using the Backup manager isn't the > most reliable backup solution. > > Is it possible to backup all necessary files and directories with a > script called by a cronjob?
As already explained by Andreas you can use the built-in scheduled backup to backup to an SMB share, aka CIFS (see Admin -> Backup manager -> Backup). If this is not sufficient, you can backup using your own script (for example called from a cronjob) by directly calling the backup script in DJIGZO_HOME/scripts/dobackup.sh. Usage Usage: (-r | -b | -l) -f file [-p password] args for example to backup all settings to a tar file use: dobackup.sh -b -f ~/backup.tar to create a backup encrypted with PGP encryption with password "test" use: dobackup.sh -b -f ~/backup.tar.pgp -p test Kind regards, Martijn -- Djigzo open source email encryption _______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
