mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 620672f46ac74097d284ff60bd8904ea4d762c06
parent 7c865814f76475015be4ff376ec3630dcd6c302a
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 18 Aug 2019 19:59:51 +0200

fix

Diffstat:
calendar-backup.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/calendar-backup.sh b/calendar-backup.sh @@ -2,8 +2,7 @@ # run with chronic to avoid spam -mkdir -p ~/backup/calendar -cd; cd ~/backup/calendar/ # required to have the right paths in the archive +cd /mnt/mem/backup/calendar # required to have the right paths in the archive # avoid "file changed as we read it" errors from tar cp -Rv calendar_current calendar_backup