summaryrefslogtreecommitdiff
path: root/subplot/client.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-04 13:30:21 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-04 15:02:33 +0200
commitc11b8bb76c50cff6aa481f17907ae7200ac55c01 (patch)
treef275d30b15891a71f11d8012f0573268310567bf /subplot/client.yaml
parentf73b2a919dc2fe2d92eef6df9b7cab25af083fb3 (diff)
downloadobnam2-c11b8bb76c50cff6aa481f17907ae7200ac55c01.tar.gz
feat! record whether file was backed up and why, in a generation
This changes SQL schema.
Diffstat (limited to 'subplot/client.yaml')
-rw-r--r--subplot/client.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/subplot/client.yaml b/subplot/client.yaml
index e526304..db55679 100644
--- a/subplot/client.yaml
+++ b/subplot/client.yaml
@@ -15,3 +15,12 @@
- then: "generation list contains <{gen_id}>"
function: generation_list_contains
+
+- then: "file {filename} was backed up because it was new"
+ function: file_was_new
+
+- then: "file {filename} was backed up because it was changed"
+ function: file_was_changed
+
+- then: "file {filename} was not backed up because it was unchanged"
+ function: file_was_unchanged