nixpkgs/pkgs/tools/backup/duplicity
Russell O'Connor 8df0bb7aac duplicity: add dependency on rsync
When using the rsync:// protocol, duplicity expects to find the rsync binary in the path.
Without rsync in the path, duplicity fails with the following error

    Attempt 1 failed. AttributeError: 'NoneType' object has no attribute 'rfind'

Adding rsync to the path enables the rsync:// protocol to work correctly.
2016-09-09 18:37:25 +02:00
..
default.nix duplicity: add dependency on rsync 2016-09-09 18:37:25 +02:00