summaryrefslogtreecommitdiff
path: root/src/cmd/mod.rs
AgeCommit message (Expand)AuthorFilesLines
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