(self)
| 1047 | self.manifest.archives.delete_by_id(old_id) |
| 1048 | |
| 1049 | def delete(self): |
| 1050 | # quick and dirty: we just nuke the archive from the archives list - that will |
| 1051 | # potentially orphan all chunks previously referenced by the archive, except the ones also |
| 1052 | # referenced by other archives. In the end, "borg compact" will clean up and free space. |
| 1053 | self.manifest.archives.delete_by_id(self.id) |
| 1054 | |
| 1055 | @staticmethod |
| 1056 | def compare_archives_iter( |