1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added seconds in backup name

This commit is contained in:
eoli3n 2020-01-05 17:34:56 +01:00
parent 990a76df22
commit 86958dda5f

@ -14,7 +14,7 @@ fi
borg create -v --stats --progress \
--compression lz4 \
$REPOSITORY::'{now:%Y-%m-%d}' $ROOT \
$REPOSITORY::'{now:%Y-%m-%dT%H:%M:%S}' $ROOT \
--exclude '*.iso' \
--exclude '*.mkv' \
--exclude '/home/user/downloads/torrents/*'