Skip to content

Allow full-gc to prune both local and remote snapshots #383

@golyalpha

Description

@golyalpha

Currently setting the schedule to full-gc only cleans up the local storage, and ignores remotes and any retention policies set there. This is a problem because that means the only way to cleanup remote snapshots is either with an admin manually running the remote-prune command, or and external tool (be it a mod, or rcon + crontab).

Ideally, a new scheduling option (for example full-gc-remote) would exist that would make the schedule run a full backup, local prune and gc followed by remote prune.

Alternatively a schedule-remote-prune configuration option could be provided, which if enabled, would cause the standard full-gc action to perform the remote prune when triggered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions