Last week i get this in the conjob report of cpbackup:
Try `tar --help' for more information.
tar: You must specify one of the `-Acdtrux' options
Try `tar --help' for more information.
pkgacct started.
pkgacct version 4.1 - running with uid 0
using time::hires for speedups
Copying Reseller Config...Done
In this script i see :
#!/usr/bin/perl
# cpanel10 - cpbackup Copyright(c) 1997-2005 cPanel, Inc.
# All rights Reserved.
[lot lines down]
cpusystem('tar',"--exclude='*/proc'",'cfzp',"$target/dirs/$rawdir.tar.gz",$dir);
Thats wrong
Must be :
cpusystem('tar','cfzp',"$target/dirs/$rawdir.tar.gz",$dir,"--exclude='*/proc'");
Then it works again but! after daily /scripts/upcp running job :
Updating /scripts ...
Sync Source: http://httpupdate.cpanel.net/CURRENT/scripts
Fetching http://httpupdate.cpanel.net/cpanels...panelsync.lock (0)....@69.90.250.34......connected......receiving...100%......Done
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.bz2 (0)....@69.90.250.34......connected......receiving...33%...66%...99%...100%......Done
Fetching http://httpupdate.cpanel.net/cpanels...s/cpbackup.bz2 (0)....@69.90.250.34......connected......receiving...100%......Done
Got file ./cpbackup ok (md5 matches)
Done updating /scripts
The modified line is changed back by this update.
PLease change the line so i dont have to change it back and run ./cpbackup --forced manual daily
System/version info:
WHM 10.8.0 cPanel 10.8.1-C41
Fedora i686 - WHM X v3.1.0
Thanks.
Danny_T



LinkBack URL
About LinkBacks

Reply With Quote




