Skip to content

btrfs-sxbackup requires (but does not document) "ionice" on the target #67

@larsks

Description

@larsks

I tried using btrfs-sxbackup to back up to a Synology diskstation device, but the command fails with:

ERROR source :: Command ['ssh', '-o', 'ServerAliveInterval=5', '-o', 'ServerAliveCountMax=3', 'backup@btrfs', 'ionice -c3 btrfs receive "/volume1/backups/madhatter/home/"'] failed with error code 127 (bash: ionice: command not found)

This was a surprise, because the README only says:

The following packages have to be available on both source and destination

  • bash
  • btrfs-progs

It would be nice if sxbackup would not use ionice by default; if folks want to run btrfs receive using ionice, they can use an ssh forced command to modify the btrfs receive command line.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions