diff --git a/README.md b/README.md index 3d91581..2ad0e3e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ How to use: - (if virtualenv for python does not work properly you have to set selinux to permissive (do "/system/bin/setenforce 0" with root permissions)) Tested with: -- termux 0.54 -- borg 1.1.0 +- termux 0.56 +- borg 1.1.3 Tested and working so far is: - creation of repositories @@ -24,7 +24,7 @@ Tested and working so far is: Tested and working on devices: - Huawei Nexus6p with stock Android 8.0.0 (angler, aarch64) -- Samsung Galaxy Note 2 with Lineage 14.1 (n7100, armv7l, only tested with borg 1.0) +- Samsung Galaxy Note 2 with Lineage 14.1 (n7100, armv7l, Android 7.1.1) Feedback on tests with other devices and android versions is very welcome. diff --git a/build.sh b/build.sh index 0c20450..5ebfe15 100755 --- a/build.sh +++ b/build.sh @@ -79,7 +79,7 @@ cp borg_ssh_wrapper /data/data/com.termux/files/usr/bin/borg_ssh_wrapper chmod +x /data/data/com.termux/files/usr/bin/borg_ssh_wrapper #test by creating a backup of the borg directory -borg init borg_test +borg init -e none borg_test borg create borg_test::1 borg borg list borg_test borg info borg_test::1