• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Trouble with psa dump

D

denniske

Guest
hello ,

We recently did a psa dump en restore to migrate a couple websites to another server. (from fedora core 1 to Centos 3.4)

Now we want to make a pasdump (for backup) But there is a problem with some subdomains.

/bin/tar: conf: Cannot stat: No such file or directory
/bin/tar: Error exit delayed from previous errors
An error was occured during execution: "/bin/tar -cz --exclude='logs' -f - -C '/home/httpd/vhosts/domain.org/subdomains/mysql' conf "
WARNING: previous error was ignored!
[Thu Jun 9 17:44:13 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.be/subdomains/test' ... done
[Thu Jun 9 17:44:13 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.be/subdomains/test' ... done
[Thu Jun 9 17:44:13 2005] dumping hosting user data for domain '/home/httpd/vhosts/domain.net' ... done
[Thu Jun 9 17:44:15 2005] dumping hosting system data for domain '/home/httpd/vhosts/domain.net' ... done
[Thu Jun 9 17:44:15 2005] dumping subdomain hosting '/home/httpd/vhosts/bogaert.net/subdomains/kevnan' ... done
[Thu Jun 9 17:44:21 2005] dumping subdomain hosting '/home/httpd/vhosts/bogaert.net/subdomains/kevnan' ... error!
/bin/tar: conf: Cannot stat: No such file or directory
/bin/tar: Error exit delayed from previous errors
An error was occured during execution: "/bin/tar -cz --exclude='logs' -f - -C '/home/httpd/vhosts/domain.net/subdomains/kevnan' conf "
WARNING: previous error was ignored!
[Thu Jun 9 17:44:21 2005] dumping subdomain hosting '/home/httpd/vhosts/bogaert.net/subdomains/totalscripts' ... done
[Thu Jun 9 17:44:22 2005] dumping subdomain hosting '/home/httpd/vhosts/bogaert.net/subdomains/totalscripts' ... error!
/bin/tar: conf: Cannot stat: No such file or directory
/bin/tar: Error exit delayed from previous errors
An error was occured during execution: "/bin/tar -cz --exclude='logs' -f - -C '/home/httpd/vhosts/domain.net/subdomains/totalscripts' conf "
WARNING: previous error was ignored!
[Thu Jun 9 17:44:22 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.com/subdomains/plesk' ... done
[Thu Jun 9 17:44:22 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.com/subdomains/plesk' ... error!
/bin/tar: conf: Cannot stat: No such file or directory
/bin/tar: Error exit delayed from previous errors
An error was occured during execution: "/bin/tar -cz --exclude='logs' -f - -C '/home/httpd/vhosts/domain.com/subdomains/plesk' conf "
WARNING: previous error was ignored!
[Thu Jun 9 17:44:22 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.com/subdomains/stats' ... done
[Thu Jun 9 17:44:22 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.com/subdomains/stats' ... error!
/bin/tar: conf: Cannot stat: No such file or directory
/bin/tar: Error exit delayed from previous errors
An error was occured during execution: "/bin/tar -cz --exclude='logs' -f - -C '/home/httpd/vhosts/domain.com/subdomains/stats' conf "
WARNING: previous error was ignored!
[Thu Jun 9 17:44:22 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.com/subdomains/website' ... done
[Thu Jun 9 17:44:30 2005] dumping subdomain hosting '/home/httpd/vhosts/domain.com/subdomains/website' ... error!
/bin/tar: conf: Cannot stat: No such file or directory
/bin/tar: Error exit delayed from previous errors
An error was occured during execution: "/bin/tar -cz --exclude='logs' -f - -C '/home/httpd/vhosts/domain.com/subdomains/website' conf "
Has anyone a solution ?
greetings
Dennis
 
I had the same problem yesterday.

The solution is simple, create a directoy 'conf' in the subdomain.

PHP:
drwxr-x---  2 reis-tip psaserv 4096 Oct 28  2004 cgi-bin
drwxr-x---  2 root     psaserv 4096 Aug 26 19:51 conf
drwxr-x---  2 reis-tip psaserv 4096 Oct 28  2004 httpdocs

The next backup you won't see those errors again. ;)
 
Back
Top