Backup mit Plesk funktioniert nicht!?

faceless

New Member
Ich würde gerne ein Backup per Plesk (8.3) erstellen.

h1xxxxxx:/home/xyz # /usr/local/psa/bin/pleskbackup -v all /private-backup/plesk_backup
------------------------------------------------------------------------
Backup started (2 client(s), 9 domain(s))
Start date: Sat Jan 19 20:49:31 2008
------------------------------------------------------------------------
Phase 1/2: collecting information
[client] mydomains
[domain] xxx.de
[domain] xxx.de
[domain] xxx.com
[domain] xxx.net
[domain] xxx.de
[client] xyz
[domain] xxx.de.vu
[domain] xxx.de
[domain] xxx.de
[domain] xxx.de.vu
Phase 2/2: packing data
Runtime error: Unable to create output file '/private-backup/plesk_backup': Is a directory at /usr/local/psa/PMM/agents/shared/Storage/Splitter.pm line 74.


gzip: stdout: Broken pipe
backup_sign: Error writing dump to file
System error 32: Broken pipe
20:50:56 ERROR Failed to create MIME message

------------------------------------------------------------------------
Backup finished.
Finish date: Sat Jan 19 20:50:56 2008
------------------------------------------------------------------------

Ein Backup liegt danach natürlich leider nicht in dem Zielordner.
Ich hoffe mir kann jemand weiterhelfen.

Vielen Dank!
 
Probier mal
Code:
/usr/local/psa/bin/pleskbackup -v all /private-backup/plesk_backup/backup
Anscheinend will das Command Line Tool einen Dateinamen, in dem Auszug von dir ist aber "plesk_backup" ein Directory (steht auch so in der Error Message ;))
 
Back
Top