Revision 6923
Added by Aaron Marcuse-Kubitza about 12 years ago
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
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.