mybin

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

commit 0533df68b039017cf469babd3f8e4a2c003e4afe
parent 30fa0a65c656a7e79780080fefd8e6ac36b62524
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 20 Aug 2019 20:11:28 +0200

no -v

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

diff --git a/calendar-backup.sh b/calendar-backup.sh @@ -7,7 +7,7 @@ set -e 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 +cp -R calendar_current calendar_backup FILE="dump-`date +%s`" tar cf ${FILE}.tar calendar_backup xz ${FILE}.tar