• 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.

My old backup rutine is not working anymore

  • Thread starter lommedalskongen
  • Start date
L

lommedalskongen

Guest
here is the script:
this is a script who keeps files for 3 days, takes backup when sites are online, and put them into gz.files at 1gb each.
This is important for us that is working...

the script:
.......................
cd /premiss/backup/plesk/
rm -rf 3
mv 2 3
mv 1 2
mkdir 1
cd 1
date > /premiss/backup/plesk/plesk_backup.log

/usr/local/psa/bin/psadump -F -f - --nostop --nostop-domain --tar-ignore-failed-read | gzip | split - -b 1024m dump. > /premiss/backup/plesk/plesk_backup1.log
sleep 10
/etc/init.d/psa start >> /premiss/backup/plesk/plesk_backup.log
date >> /premiss/backup/plesk/plesk_backup.log


can anyone please tell me what is wrong? I cant afford acronis true image, but atleast my old rutine should work? should it not?..

this is dangerous.. please help me..
 
script is not working... it does not recongize -F option..
 
that's why I posted the link to the docs. pleskbackup works different from psadump. Check also the other threads in this forum about pleskbackup.
 
Back
Top