rsnapshot: add (commented) code for an idea that did not work out yet

This commit is contained in:
Aristid Breitkreuz 2014-10-27 21:02:04 +01:00
parent 93f2c180d0
commit b6314fdad6

@ -32,6 +32,17 @@ stdenv.mkDerivation rec {
patch -p0 <${patch}
'';
# I still think this is a good idea, but it currently fails in the chroot because it checks
# that things are writable and so on.
#checkPhase = ''
# if [ -f "${configFile}" ]
# then
# ${perl}/bin/perl -w ./rsnapshot configtest
# else
# echo File "${configFile}" does not exist, not checking
# fi
#'';
meta = with stdenv.lib; {
description = "A filesystem snapshot utility for making backups of local and remote systems";
homepage = http://rsnapshot.org/;