ISPConfig 3.0.4.6 Web domain backup issue

Discussion in 'General' started by autogun, Nov 5, 2012.

  1. autogun

    autogun New Member

    Hello,

    I have one website that is being back'ed-up by ISPConfig built-in backup function which is under Sites - Websites - <domain.com> - Backup tab.

    For some unknown reason, backup of this website looks like this:
    Code:
    ls -la
    total 2099212
    drwxr-x---  2 web55 client15       4096 2012-11-05 01:11 .
    drwxr-xr-x 23 root  root           4096 2012-07-31 17:45 ..
    -rw-r--r--  1 root  root     2147483647 2012-11-05 01:20 ziwNZpIi
    There's nothing I can do with that file, seems like it's damaged.

    While other backups are looking and working fine:
    Code:
    ls -la
    total 1978692
    drwxr-x---  2 web4 client4      4096 2012-11-05 00:47 .
    drwxr-xr-x 23 root root         4096 2012-07-31 17:45 ..
    -rwxr-x---  1 web4 client4 404928190 2012-11-05 00:47 web.1.zip
    -rwxr-x---  1 web4 client4 404924618 2012-11-04 00:44 web.2.zip
    -rwxr-x---  1 web4 client4 404911085 2012-11-03 00:42 web.3.zip
    -rwxr-x---  1 web4 client4 405014045 2012-11-02 00:57 web.4.zip
    -rwxr-x---  1 web4 client4 404377378 2012-11-01 00:55 web.5.zip
    
    Can this somehow be resolved?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely this file is a temp file which was created by the zip program during backup and the backup never finished, so it got not renamed to its correct name.
     
  3. autogun

    autogun New Member

    Hey Till,

    How can I manually run the command being executed for this website so I'll be able to see it online and debug it?

    Thanks
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The website backup is part of the /usr/local/ispconfg/server/cron_daily.php script. The backup part is the last part of the script.
     

Share This Page