1 2 3 4 5
#!/bin/zsh source $HOME/.config/borg/.env-backup borg -v create ::$(date "+%Y%m%d_%H%M%S") "${BACKUP_PATH}"