diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-09-13 21:41:53 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-09-13 21:53:37 +0200 |
commit | dcf2b674c4c2eb1631ebc76e3606c1c7691321a8 (patch) | |
tree | 92725a806b8e3ed6a1475697469830fa718f9a0b /partitions.hpp | |
parent | Fix compressed backups with split archives (diff) | |
download | android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.tar android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.tar.gz android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.tar.bz2 android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.tar.lz android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.tar.xz android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.tar.zst android_bootable_recovery-dcf2b674c4c2eb1631ebc76e3606c1c7691321a8.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 |