My shell portfolio begins
This commit is contained in:
5
backup-share.sh
Normal file
5
backup-share.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export BORG_PASSPHRASE='YourS3crt'
|
||||
|
||||
borg create -v --stats <target dir with trialing />::$(date +%m-%d-%Y) <src dir to backup>
|
Reference in New Issue
Block a user