Project

General

Profile

« Previous | Next » 

Revision 3546

backups/Makefile: Full DB: Added vegbien.backup/all to run both test and rotate

View differences:

backups/Makefile
94 94

  
95 95
#### Full DB
96 96

  
97
vegbien.backup/all: _always vegbien.backup/test vegbien.backup/rotate ;
98

  
97 99
vegbien.backup:
98 100
	$(backup) all >$@
README.TXT
19 19
Backups:
20 20
    Archived imports:
21 21
        Back up: make backups/public.<date>.backup &
22
            Note: To back up the last import, you must archive it first (see above)
22
            Note: To back up the last import, you must archive it first (above)
23 23
        Test: make backups/public.<date>.backup/test &
24 24
        Restore: make backups/public.<date>.backup/restore &
25 25
        Remove: make backups/public.<date>.backup/remove
26 26
    Full DB:
27
        Back up, test, and rotate: make backups/vegbien.backup/all &
27 28
        Back up and rotate: make backups/vegbien.backup/rotate &
28 29
        Test: make backups/vegbien.<date>.backup/test &
29 30
        Restore: make backups/vegbien.<date>.backup/restore &

Also available in: Unified diff