From 101c2c385239d4de389357403085627e06fa7850 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 10 Jun 2022 12:43:58 -0400 Subject: [PATCH] Add backup TODO --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 01156ae..b72f1f9 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,10 @@ pull: | xargs -0 -I% sh -c '$(DIFF) -q ~/% home/% > /dev/null || cp ~/% home/%' push: + # TODO Backup files before replacing. + # But - recursive copy is not a good strategy for this. + # Need to do a file by file pass, like the diff recipe. + # # Limit depth because directories are copied recursively: find home -maxdepth 1 -print0 \ | $(GREP) -zv '^home$$' \ -- 2.20.1