Add Move retention policy

* Currently not testet!
This commit is contained in:
2023-05-15 16:57:31 +02:00
parent 6731b8b1e0
commit 0f9b83e636
3 changed files with 46 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ type ArchiveBackend interface {
CleanUp(jobs []*schema.Job)
Move(jobs []*schema.Job, path string)
Clean(before int64, after int64)
Compress(jobs []*schema.Job)