summaryrefslogtreecommitdiffstats
path: root/twrpTarMain/twrpTarMain.cpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-03-21 00:05:41 +0100
committerMatt Mower <mowerm@gmail.com>2014-03-31 23:10:28 +0200
commitbb81e5d02df38c940709bc7416ea84620add889a (patch)
tree3de9f87f352be1b2ed26792d8e7f0d0e7ca26807 /twrpTarMain/twrpTarMain.cpp
parentFix /data backup size if contains media subdirs (diff)
downloadandroid_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.gz
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.bz2
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.lz
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.xz
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.zst
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.zip
Diffstat (limited to '')
-rw-r--r--twrpTarMain/twrpTarMain.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/twrpTarMain/twrpTarMain.cpp b/twrpTarMain/twrpTarMain.cpp
index ef6a5efea..b28a42ea7 100644
--- a/twrpTarMain/twrpTarMain.cpp
+++ b/twrpTarMain/twrpTarMain.cpp
@@ -122,10 +122,6 @@ int main(int argc, char **argv) {
}
}
- vector<string> excludedirs = du.get_absolute_dirs();
- for (j = 0; j < excludedirs.size(); ++j) {
- tar.setexcl(excludedirs.at(j));
- }
tar.has_data_media = has_data_media;
tar.setdir(Directory);
tar.setfn(Tar_Filename);