From 3509018ed219a8f435f775ca7509677ef8e140b4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 2 Jan 2021 18:47:23 +0200 Subject: meeting: iteration planning meeting --- blog/2021/01/02/iteration.mdwn | 50 ++++++++++++++++++++++++++++++++++++++++++ shortcuts.mdwn | 8 +++++++ 2 files changed, 58 insertions(+) create mode 100644 blog/2021/01/02/iteration.mdwn create mode 100644 shortcuts.mdwn diff --git a/blog/2021/01/02/iteration.mdwn b/blog/2021/01/02/iteration.mdwn new file mode 100644 index 0000000..39162d1 --- /dev/null +++ b/blog/2021/01/02/iteration.mdwn @@ -0,0 +1,50 @@ +[[!meta title="Iteration planning: January 2nd"]] +[[!tag meeting]] +[[!meta date="Sat, 02 Jan 2021 18:29:51 +0200"]] + +# Introduction + +This is the first Obnam2 iteration planning meeting. My goal is to +have iterations that are about two weeks long, and plan enough work +for each iteration to move the project forward in some significant +way, but not so much work that I get overwhelmed. + +I'll use GitLab [milestones][] to iterations. Each iteration will have +a stated concrete goal. + +[milestones]: https://gitlab.com/larswirzenius/obnam/-/milestones + +While I'm holding these meeting just by myself, for now, I would +welcome more broad participation from others interested in working on +Obnam. + +# Goal + +When this iteration is over, I, Lars, am using Obnam to back up my +personal projects from my personal laptop to my desktop machine at +home. + +# Discussion + +I've recently done some preliminary testing and I can back up an +initial 50 GiB of data in about 25 minutes, and an incremental backup +without changes to the data in about 80 seconds. This is probably fast +enough for now. For this iteration, I care less about speed, but more +that things are convenient to set up, configure, and run. + +# Tasks + +For this iteration, I've chosen the following issues that need to be +fixed to achieve the goal: + +* [[!issue 4]]: Chunk server index is not persistent across restarts + +This should now be enough to achieve the goal. However, as I expect +there to be some problems, I plan on fixing the following issues as +well, to help debug things: + +* [[!issue 30]]: Doesn't tell user if a file was backed up for a new generation, or not, and why +* [[!issue 31]]: Lacks verification test that only new, changed files are backed up + +There may be other changes as well, but I don't want to plan too much +work for now. diff --git a/shortcuts.mdwn b/shortcuts.mdwn new file mode 100644 index 0000000..1cd1570 --- /dev/null +++ b/shortcuts.mdwn @@ -0,0 +1,8 @@ +[[!meta title="Shortcuts for this website"]] +[[!meta author="Daniel and Lars"]] + +The following shortcuts are being defined: + +- [[!shortcut name=issue url="https://gitlab.com/larswirzenius/obnamgig/-/issues/%s" desc="Obnam issue %s"]] +- [[!shortcut name=mr url="https://gitlab.com/larswirzenius/obnam/-/merge_requests/%s" desc="Obnam merge request %s"]] +- [[!shortcut name=milestone url="https://gitlab.com/larswirzenius/obnam/-/milestones/%s" desc="Obnam milestone %s"]] -- cgit v1.2.1