Fix smalles mistakes..
This commit is contained in:
parent
c54843746a
commit
cd6350ecd9
3 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@ Install [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.and
|
|||
|
||||
Copy backup script to a folder where Termux:Task can find it
|
||||
```bash
|
||||
mkdir ~/.termux/tasker
|
||||
cp backup .termux/tasker/backup.sh
|
||||
mkdir -p ~/.termux/tasker
|
||||
cp backup.sh ~/.termux/tasker/backup.sh
|
||||
```
|
||||
|
||||
Create a repository passphrase (and remember to back it up!!)
|
||||
|
|
2
backup.sh
Normal file → Executable file
2
backup.sh
Normal file → Executable file
|
@ -1,5 +1,5 @@
|
|||
#!/data/data/com.termux/files/usr/bin/bash
|
||||
date
|
||||
tsudo "~/borgbackup_on_android/borg.sh"
|
||||
tsudo "/data/data/com.termux/files/home/borgbackup_on_android/borg.sh"
|
||||
date
|
||||
read
|
||||
|
|
0
borg.sh
Normal file → Executable file
0
borg.sh
Normal file → Executable file
Loading…
Reference in a new issue