From 8fe9b6812a92af2b1082c2d44b2511392154f3f3 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Mon, 16 Oct 2017 11:43:24 +0200 Subject: [PATCH] Makefile backup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2938b3f..35c358a 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ logs: backup: docker-compose start postgres - docker-compose exec web ./manage.py dumpdata --natural-foreign -e contenttypes -e sessions -e feedler -e auth.Permission -e wagtailcore.groupcollectionpermission > ~/publichealth.home.json + docker-compose exec web ./manage.py dumpdata --natural-foreign -e auth.permission -e contenttypes -e wagtailcore.GroupCollectionPermission -e wagtailimages.rendition -e sessions -e feedler.feedlysettings > ~/publichealth.home.json zip ~/publichealth.home.json.`date +"%d%m%Y-%H%M"`.zip ~/publichealth.home.json rm ~/publichealth.home.json