Skip to content

Commit e58a2f7

Browse files
committed
Bump version
1 parent 954db82 commit e58a2f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2022.5.15 202205150
2+
- Fixed -rnx ['regex'];
3+
- -r shall have no fallback regex, just like -b;
4+
- Skip GMS data backup/restore.
5+
16
v2022.5.12 202205120
27
- C flag: exclude all *[cC]ache* files/directories globally (alternative to -X '*[cC]ache*');
38
- Do not backup/restore SSAIDs if /data/system/users/0/settings_ssaid.xml is encrypted;

tarb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ PASSF=$TMPDIR/.pass
929929
AUTHOR="VR-25 @ GitHub"
930930
COPYRIGHT_YEAR=2022
931931
DESCRIPTION="Backup/restore apps and respective data, SSAIDs, runtime permissions, generic system settings, Magisk modules, and more."
932-
VERSION="v2022.5.12 202205120"
932+
VERSION="v2022.5.15 202205150"
933933

934934
[ -z "${LINENO-}" ] || export PS4='$LINENO: '
935935
mkdir -p ${BKP_DIR##* } $BIN_DIR

0 commit comments

Comments
 (0)