()
| 78 | } |
| 79 | |
| 80 | func (backup *Backup) GetTarPartitionFolder() storage.Folder { |
| 81 | return backup.Folder.GetSubFolder(backup.Name + TarPartitionFolderName) |
| 82 | } |
| 83 | |
| 84 | // SentinelExists checks that the sentinel file of the specified backup exists. |
| 85 | func (backup *Backup) SentinelExists() (bool, error) { |
no test coverage detected