summaryrefslogtreecommitdiffstats
path: root/partition.cpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-08-27 03:36:23 +0200
committerDees_Troy <dees_troy@teamw.in>2013-08-28 18:10:36 +0200
commit86e77bcbb2d0d819024bace7e3a9f3594d03516f (patch)
tree5f112953ecba004a66be604e960bd97f46a73308 /partition.cpp
parentMerge "update exfat to latest commits for io issues" into twrp2.5 (diff)
downloadandroid_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.gz
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.bz2
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.lz
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.xz
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.zst
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.zip
Diffstat (limited to 'partition.cpp')
-rw-r--r--partition.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp
index e02def032..444eb4bc5 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -1452,6 +1452,8 @@ bool TWPartition::Backup_Tar(string backup_folder) {
DataManager::GetValue(TW_USE_COMPRESSION_VAR, use_compression);
tar.use_compression = use_compression;
+ //exclude Google Music Cache
+ tar.setexcl("/data/data/com.google.android.music/files");
#ifndef TW_EXCLUDE_ENCRYPTED_BACKUPS
DataManager::GetValue("tw_encrypt_backup", use_encryption);
if (use_encryption && Can_Encrypt_Backup) {