TODO: update list

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2018-09-21 22:41:32 +02:00
parent ab4113299b
commit 19037b63a0

30
TODO.md
View File

@@ -2,16 +2,9 @@
## open tasks ##
- dsnap-sync: supply saving streams to tape or other filesystemd
e.g like documented in btrfs wiki
# btrfs subvolume snapshot -r / /my/snapshot-YYYY-MM-DD && sync
# btrfs send /my/snapshot-YYYY-MM-DD | ssh user@host 'cat >/backup/home/snapshot-YYYY-MM-DD.btrfs'
# btrfs subvolume snapshot -r / /my/incremental-snapshot-YYYY-MM-DD && sync
# btrfs send -p /my/snapshot-YYYY-MM-DD /my/incremental-snapshot-YYYY-MM-DD | ssh user@host 'cat >/backup/home/incremental-snapshot-YYYY-MM-DD.btrfs'
- dsnap-sync: introduce snapper config handling for parent/child types
disk2disk -> parent to child on btrfs (default: snapshot)
disk2disk2disk -> child to child on btrfs (clone snapshot)
disk2disk2tape -> child to tape on non-btrfs (send btrfs-stream of snapshot if incremental, copy snapshot if first/full)
- dsnap-sync: restore btrfs-streams from archive backups
# first: find last full
# second: iterate oval available incrementals
- dsnap-sync: parallel tasks per config
## finished tasks ##
@@ -30,3 +23,20 @@
let snapper cleanup/timeline mechanisms respect this
- tape-admin: handle common tasks for tape-changer administration
- tape-admin: handle common tasks for ltfs tape administration
- dsnap-sync: supply saving streams to tape or other filesystems
e.g like documented in btrfs wiki
# btrfs subvolume snapshot -r / /my/snapshot-YYYY-MM-DD && sync
# btrfs send /my/snapshot-YYYY-MM-DD | ssh user@host 'cat >/backup/home/snapshot-YYYY-MM-DD.btrfs'
# btrfs subvolume snapshot -r / /my/incremental-snapshot-YYYY-MM-DD && sync
# btrfs send -p /my/snapshot-YYYY-MM-DD /my/incremental-snapshot-YYYY-MM-DD | ssh user@host 'cat >/backup/home/incremental-snapshot-YYYY-MM-DD.btrfs'
- dsnap-sync: introduce snapper config handling for parent/child types
disk2disk -> parent to child on btrfs (default: snapshot)
disk2disk2disk -> child to child on btrfs (clone snapshot)
disk2disk2tape -> child to tape on non-btrfs (send btrfs-stream of snapshot if incremental, copy snapshot if first/full)
## sign new releases for github
gpg --sign-with <secret package-signing key> \
--armor \
--detach-sign dsnap-sync-<tag>.tar.gz