mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
rsnapshot: add (commented) code for an idea that did not work out yet
This commit is contained in:
parent
93f2c180d0
commit
b6314fdad6
@ -32,6 +32,17 @@ stdenv.mkDerivation rec {
|
|||||||
patch -p0 <${patch}
|
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; {
|
meta = with stdenv.lib; {
|
||||||
description = "A filesystem snapshot utility for making backups of local and remote systems";
|
description = "A filesystem snapshot utility for making backups of local and remote systems";
|
||||||
homepage = http://rsnapshot.org/;
|
homepage = http://rsnapshot.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user