CNWHUD/shell-frags/backup-share.sh

6 lines
140 B
Bash
Raw Permalink Normal View History

#!/bin/bash
export BORG_PASSPHRASE='YourS3crt'
borg create -v --stats <target dir with trialing />::$(date +%m-%d-%Y) <src dir to backup>