• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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