• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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