Can backup vm disks as images
This commit is contained in:
		@@ -93,7 +93,7 @@ impl VMFileDisk {
 | 
			
		||||
        Ok(())
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// Get disk path
 | 
			
		||||
    /// Get disk path on file system
 | 
			
		||||
    pub fn disk_path(&self, id: XMLUuid) -> PathBuf {
 | 
			
		||||
        let domain_dir = AppConfig::get().vm_storage_path(id);
 | 
			
		||||
        let file_name = match self.format {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user