1GM-ZIP+SIGN_BACKUPS(8) System Manager's Manual GM-ZIP+SIGN_BACKUPS(8)
2
3
4
6 gm-zip+sign_backups - pack and sign backups of GNUmed databases
7
8
10 gm-zip+sign_backups
11
12
14 The gm-zip+sign_backups script compresses and signs GNUmed database
15 backups.
16
17 It is a really good idea to use it in a daily cron/anacron job to
18 ensure that GNUmed patient data are safe against data loss. The Debian
19 GNU/Linux packaged version of the GNUmed server installs such a cron
20 job by default.
21
22
24 anacron
25
26 The following line could be added to a system's /etc/anacrontab to make
27 sure it creates daily database backups for GNUmed:
28
29 1 15 gnumed-<your-company>-sign-backups /usr/bin/gm-zip+sign_backups.sh
30
31 cron
32
33 Add the following line to a crontab file to sign database backups at
34 12:47 and 19:47 every day:
35
36 47 12,19 * * * * /usr/bin/gm-zip+sign_backups.sh
37
38 PROCMAIL
39
40 It is useful to have a PROCMAIL rule for the digital notary server
41 replies piping them into the stoarage area where the backups are kept.
42
43
44
46 gm-backup_database(8)
47
48 /etc/gnumed/gnumed-backup.conf
49
50 anacron(8)
51
52 cron(8)
53
54
56 This manual page was written by Karsten Hilbert, for the Debian
57 GNU/Linux system (but may be used by others).
58
59
60
61GNUmed database backup zip+sign 2011 May 10th GM-ZIP+SIGN_BACKUPS(8)