From c9ff7a341b03b3013eca57c7554417b623ab6bb0 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 27 Sep 2012 10:09:41 -0400 Subject: Port backup name checking to Partition Manager --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index fdceba844..bb8f621eb 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -162,6 +162,7 @@ public: TWPartition* Find_Partition_By_Path(string Path); // Returns a pointer to a partition based on path TWPartition* Find_Partition_By_Block(string Block); // Returns a pointer to a partition based on block device TWPartition* Find_Partition_By_Name(string Block); // Returns a pointer to a partition based on name + virtual int Check_Backup_Name(bool Display_Error); // Checks the current backup name to ensure that it is valid virtual int Run_Backup(); // Initiates a backup in the current storage virtual int Run_Restore(string Restore_Name); // Restores a backup virtual void Set_Restore_Files(string Restore_Name); // Used to gather a list of available backup partitions for the user to select for a restore -- cgit v1.2.3