Project

General

Profile

« Previous | Next » 

Revision 6923

backups/Makefile: Removed %.backup/rotate, because this incorrectly causes the current time rather than the version to be used in the backup filename. The version should instead be specified in the backup filename when it's created.

View differences:

backups/Makefile
85 85
%.backup/test: %.backup.sql _always
86 86
	rm $<
87 87

  
88
%.backup/rotate: %.backup _always
89
	mv $< $*.$(call mtime,$<).backup
90

  
91 88
#### Archived imports
92 89

  
93 90
confirmRm = $(call confirm,WARNING: This will delete the archived import $(1)!)

Also available in: Unified diff