Add readme
This commit is contained in:
parent
26858a6513
commit
d741dd43a1
@ -1 +1,8 @@
|
|||||||
= Android Borgmatic Setup
|
= Android Borgmatic Setup
|
||||||
|
== Installation
|
||||||
|
....
|
||||||
|
wget https://gitea.austenwares.com/stonewareslord/android-borgmatic-setup/archive/master.tar.gz
|
||||||
|
tar -xf master.tar.gz
|
||||||
|
cd android-borgmatic-setup
|
||||||
|
./init.sh
|
||||||
|
....
|
||||||
|
2
init.sh
2
init.sh
@ -92,7 +92,7 @@ install_complete() {
|
|||||||
Installation complete!
|
Installation complete!
|
||||||
|
|
||||||
Your ssh key:
|
Your ssh key:
|
||||||
$(cat ~/.ssh/id_ed25519.pub)
|
$(cat ~/.ssh/id_ed25519.pub)
|
||||||
Configure your excludes
|
Configure your excludes
|
||||||
${EDITOR:-vim} "$BORGMATIC_EXCLUDES_FILE"
|
${EDITOR:-vim} "$BORGMATIC_EXCLUDES_FILE"
|
||||||
To setup your repository, run:
|
To setup your repository, run:
|
||||||
|
Loading…
Reference in New Issue
Block a user