updated version numbers
This commit is contained in:
parent
a62732b506
commit
c182a19290
|
@ -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))
|
- (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:
|
Tested with:
|
||||||
- termux 0.54
|
- termux 0.56
|
||||||
- borg 1.1.0
|
- borg 1.1.3
|
||||||
|
|
||||||
Tested and working so far is:
|
Tested and working so far is:
|
||||||
- creation of repositories
|
- creation of repositories
|
||||||
|
@ -24,7 +24,7 @@ Tested and working so far is:
|
||||||
|
|
||||||
Tested and working on devices:
|
Tested and working on devices:
|
||||||
- Huawei Nexus6p with stock Android 8.0.0 (angler, aarch64)
|
- 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.
|
Feedback on tests with other devices and android versions is very welcome.
|
||||||
|
|
||||||
|
|
2
build.sh
2
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
|
chmod +x /data/data/com.termux/files/usr/bin/borg_ssh_wrapper
|
||||||
|
|
||||||
#test by creating a backup of the borg directory
|
#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 create borg_test::1 borg
|
||||||
borg list borg_test
|
borg list borg_test
|
||||||
borg info borg_test::1
|
borg info borg_test::1
|
||||||
|
|
Loading…
Reference in a new issue