X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fsys;h=8059866cea70affe63b32cbc88f9a64b44614fa4;hb=8a15816d9e8a12141ee1e340260f9455c4ca2880;hp=a8c8771ff59e536f4c8ce0fbfab8eccda870713c;hpb=4af69c37034f27f0a0aaeb7a3c5bb5376b5a2580;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/handlers/sys b/handlers/sys index a8c8771..8059866 100755 --- a/handlers/sys +++ b/handlers/sys @@ -37,7 +37,7 @@ if [ $os = "debian" ] then getconf packagesfile /var/backups/dpkg-selections.txt getconf packagemgr `which dpkg` - getconf packagemgroptions " --get-selections" + getconf packagemgroptions " --get-selections \*" elif [ $os = "redhat" ] then getconf packagesfile /var/backups/rpmpackages.txt @@ -93,7 +93,6 @@ if [ "$packages" == "yes" ]; then nodpkg="$nodpkg|$vserver" fi else - warning "vserver $vserver is not running, skipping installed packages report." nodpkg="$nodpkg|$vserver" fi