diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-09-13 21:41:53 +0200 |
---|---|---|
committer | James Christopher Adduono <jc@adduono.com> | 2016-10-14 03:38:49 +0200 |
commit | c0d40deaae5f1f756ce584ed7bdd346680cdc74c (patch) | |
tree | bcec4640426421b3de86bc67717ba0176aef68ec /partitions.hpp | |
parent | Fix compressed backups with split archives (diff) | |
download | android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.tar android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.tar.gz android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.tar.bz2 android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.tar.lz android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.tar.xz android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.tar.zst android_bootable_recovery-c0d40deaae5f1f756ce584ed7bdd346680cdc74c.zip |
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/partitions.hpp b/partitions.hpp index 201a4e1d1..aba1465e1 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -44,11 +44,7 @@ class TWPartition; struct PartitionSettings { // Settings for backup session TWPartition* Part; // Partition to pass to the partition backup loop - std::string Backup_Folder; // Backup folder to put backup into - std::string Full_Backup_Path; // Path to the current backup storage setting - std::string Backup_Name; // Name of partition - std::string Restore_Name; // Path to restore folder - std::string Backup_FileName; // Name of the file to restore + std::string Backup_Folder; // Path to restore folder bool adbbackup; // tell the system we are backing up over adb bool adb_compression; // 0 == uncompressed, 1 == compressed bool generate_md5; // tell system to create md5 for partitions |