diff options
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index e301d9c70..4b9354fd8 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -156,6 +156,7 @@ private: string Get_Restore_File_System(PartitionSettings *part_settings); // Returns the file system that was in place at the time of the backup bool Restore_Tar(PartitionSettings *part_settings); // Restore using tar for file systems bool Restore_Image(PartitionSettings *part_settings); // Restore using dd for images + bool Check_Restore_File_MD5(const string& Filename); // Verifies MD5 matches for a file before restoration bool Get_Size_Via_statfs(bool Display_Error); // Get Partition size, used, and free space using statfs bool Get_Size_Via_df(bool Display_Error); // Get Partition size, used, and free space using df command bool Make_Dir(string Path, bool Display_Error); // Creates a directory if it doesn't already exist |