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