summaryrefslogtreecommitdiff
path: root/src/cmd/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2022-03-20feat: add subcommands inspect, list-backup-versionsLars Wirzenius1-0/+2
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+2
2021-10-24feat! store schema version of generation database in the dbLars Wirzenius1-0/+1
2021-08-01feat: add command to resolve a generation ref into a chunk idLars Wirzenius1-0/+1
2021-07-18feat: add "chunkify" subcommandLars Wirzenius1-0/+1
2021-05-31feat: add subcommands for encrypting, decrypting individual chunksLars Wirzenius1-0/+1
2021-04-10refactor: struct ShowConfig subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct GetChunk subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct Restore subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct ListFiles subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct ShowGeneration subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct List subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct Backup subcommandLars Wirzenius1-3/+1
2021-04-10refactor: struct Init subcommandLars Wirzenius1-2/+1
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-0/+3
2021-02-04feat: add obnam config subcommandLars Wirzenius1-0/+3
2021-01-16feat: add "obnam show-generation" subcommandLars Wirzenius1-0/+3
2021-01-05refactor: move policy on whether to back up a file into a moduleLars Wirzenius1-1/+1
2021-01-04feat: verify checksum of chunks downloaded from serverLars Wirzenius1-0/+3
2021-01-04feat! record whether file was backed up and why, in a generationLars Wirzenius1-1/+4
2020-11-13refactor: put all client functionality into one programLars Wirzenius1-0/+8