summaryrefslogtreecommitdiff
path: root/subplot/data.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15fix: add 'impl' to bindings files, for new SubplotLars Wirzenius1-20/+60
Sponsored-by: author
2021-07-18test: add scenario to verify chunkify worksLars Wirzenius1-2/+5
Sponsored-by: author
2021-05-31feat: add subcommands for encrypting, decrypting individual chunksLars Wirzenius1-0/+6
2021-04-21feat: add support for CACHEDIR.TAGAlexander Batischev1-0/+3
Fixes #78.
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-0/+6
This reads a passphrase and derives two passwords from that, and stores them next to the configuration file. The passwords aren't yet used for anything, that will come later.
2021-03-12test: give better error messages for file manifests differingLars Wirzenius1-0/+3
This makes it easier to see what the problem is.
2021-02-19feat: backup and restore named pipes (FIFOs)Lars Wirzenius1-0/+3
2021-02-19feat: back up and restore Unix domain socketsLars Wirzenius1-0/+3
2021-02-07test: add scenario for live data file being unreadableLars Wirzenius1-0/+6
2021-02-06test: add scenario for checking chunk-sizeLars Wirzenius1-3/+1
2021-02-04test: add scenario test for obnam config subcommandLars Wirzenius1-2/+5
2020-12-26test: add verification test for non-UTF8 filenamesLars Wirzenius1-0/+3
2020-12-12feat: back up and restore symlinksLars Wirzenius1-0/+3
2020-12-12test: add scenario for restoring mode bitsLars Wirzenius1-0/+3
2020-12-08refactor: move functions around so that data stuff is in data.yamlLars Wirzenius1-2/+8
2020-11-13refactor: split obnam's bindings, functions for clarityLars Wirzenius1-0/+10
The old subplot/obnam.{yaml,py} were starting to get large enough that it was hard to understand them. Also, were partly overlapping in functionality with runcmd.