• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Best Extension to backup the whole system

Pandasonic

New Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian v18.0.48_build1800221104.03 os_Ubuntu 22.04
I'm moving to a new server and from Centos to Ubuntu.
Before to do it I'm looking for an easy to manage backup solution that ensures the backup of the whole system non only of the website or db. This is not a real problem since I've always many copies of theme stored locally. I need a backup system that ensures recovery of the system in case of corruption of files of Plesk , apache or nginx or other that can cause a malfunction. After some test Acronis backup seems to me the best extension. It has a cost of €14.00/100GB Storage/month but I'm not sure if it grant this kind of recovery. Have you some suggestion?
 
Acronis works pretty well if you have the database in localhost only. If you use an external database (like AWS RDS) Acronis no logner works.

I suggest to use S3 object storage (AWS, Scaleway, etc.) that is lot cheaper.
 
Thanks, one only database, in local. Acronis is very simply yo use. I haven't tried AWS but only FTP to external space (and don't word), Google and Dropbox, but both require more space to store. Acronis is ready to use. Now I'm in trial period.
 
BORG is the leader.. Free and amazingly flexible.. Imagine, to restore something, you just mount the borg folder, cd to the date you want,
cd to the right folder, copy whatever you want..
... however if you need a backup you can restore to bare metal and boot it, fsarchiver is probably a better choice. And on non-EFI systems, dd for the root sector and the first megabyte with the bootloader. (Then you can use incremental borg backups on top of that.)
 
If you are looking for a easy to use, very fast and VERY space efficient backup solution I would recommend you to check out borgbackup (or borgbackup2 in its latest version).

I recently setup my own server on the hetzner cloud running debian with it and i backup around 100 machines with it. The machines all run their own cronjobs to create backups, which are pushed via ssh protocol to the backup server.

I followed this very easy to understand blogpost on how to do it. i just copy pasted all the commands there.

You can just mount the backups you want to restore like NFS or SSHFS to the backup client and pick out the files you need to restore. It solved all my backups needs :)
 
Back
Top