Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions common/src/main/resources/assets/fastback/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"fastback.help.command.gc" : "Run garbage collection to free up disk space.",
"fastback.help.command.help" : "Get help on commands.",
"fastback.help.command.info" : "Info about current backup state and settings.",
"fastback.help.command.init" : "Initialize fastback for the current world. Run this first.",
"fastback.help.command.list" : "List backup snapshots for this world.",
"fastback.help.command.local" : "Perform a local backup immediately.",
"fastback.help.command.prune" : "Delete old snapshots according to the retention policy.",
"fastback.help.command.push" : "Push a snapshot to the remote.",
"fastback.help.command.remote-delete" : "Delete a remote snapshot.",
"fastback.help.command.remote-list" : "List remote snapshots.",
"fastback.help.command.remote-prune" : "Delete old snapshots from the remote backup according to the remote retention policy.",
Expand Down