diff --git a/backup/initialize-repo.sh b/backup/initialize-repo.sh new file mode 100644 index 0000000..c3182fb --- /dev/null +++ b/backup/initialize-repo.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +. ./backup.conf + +borg init \ No newline at end of file