Files
dsnap-sync/TODO.md
2018-09-22 21:36:05 +02:00

1.9 KiB

dsnap-sync TODO

open tasks

  • 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

  • dsnap-sync: refine backupdir with --interactive
  • dsnap-sync: visualize backup progress (using pv)
  • dsnap-sync: use snapper to administer target synced snapshots
  • dsnap-sync: introduce selectable subvolid option
  • dsnap-sync: refine paramteter parsing
  • dsnap-sync: refine functions structure
  • dsnap-sync: port as posix compatible
  • dsnap-sync: introduce selectable subvolid option
  • dsnap-sync: use snapper to administer target synced snapshots
  • dsnap-sync: introduce snapper function: important snapshots Important snapshots have important=yes in the userdata 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
--armor
--detach-sign dsnap-sync-.tar.gz