Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Dedicated Server Backup Solution Need

sabirsabir Member

I want to take full backups of my dedicated servers. Could you suggest the cheapest solution for me?

Comments

  • Hello , if you search cheap backup VPS , check our deals > https://panel.ihostart.com/index.php?rp=/store/storage

    Regards,
    Calin

    Thanked by 1meditatingsurgeon
  • @Calin said:
    Hello , if you search cheap backup VPS , check our deals > https://panel.ihostart.com/index.php?rp=/store/storage

    Regards,
    Calin

    Hi,
    I don't need a storage solution. I want to keep my backup in my storage, I just need the backup software solution. Like as Acronis

  • Hello,
    how many tb do you need?

  • Ah, I only read it now that you need a program, sorry

  • NetDynamics24NetDynamics24 Member, Host Rep

    Acronis is your best choice for full server backup.
    Do your servers have a control panel such as DA, cpanel, plesk, etc?

  • PulsedMediaPulsedMedia Member, Patron Provider

    Grab one of our storage boxes, and transfer encrypted backups through SSH; https://pulsedmedia.com/storage-boxes.php

    Quite easy to do full system backup with tar, piped to pigz (multithread compression) piped to gpg batch encryption and piped to target server.

    Thanked by 1plumberg
  • It probably depends on which OS you are running on your dedicated server. If it's primarily Windows, then Acronis or Veeam works perfectly and could create disk image or ISO.
    If it's Ubuntu/RHEL etc, you might need to identify folders that contain your data and backup them individually. I used Duplicacy for that, haven't find one that could take full backup without significantly impacting system (if anyone have one, please let me know)

  • I can share some methods I use often if you care to use a hands on approach:

    tar czf - / | rsync --password-file=<(echo pass) -avz -e ssh - user@remote:/path/to/destination/backup.tar.gz

    I prefer the above method, and pipe to mail for confirmation

    rsync -avz --password-file=<(echo pass) -e ssh / user@remote:/path/to/destination

    Here are a few more......

    dd if=/ | ssh -c arcfour user@remote "cat > /path/to/destination/backup.img"

    Hope this helps, All best

  • @NetDynamics24 said:
    Acronis is your best choice for full server backup.
    Do your servers have a control panel such as DA, cpanel, plesk, etc?

    Which is the cheaper pricing or somo reseller that you could recommend for acronis?

  • If you want to use your own storage infrastructure in a flexible way, for instance with multiple backup copies, then Veeam is going to be the best answer. The free edition supports up to 10 machines or VMs.

    Acronis really pushes you towards using a storage provider of some sort and doesn't offer great options to provide your own backup repositories (at least it didn't when I last checked a couple of years ago; please correct me if this has changed). However, I was impressed by their software and wide OS support.

  • xprebounxpreboun Member
    edited August 2024

    Comment Removed

  • TerranodeTerranode Member, Host Rep

    @aj_potc said:
    If you want to use your own storage infrastructure in a flexible way, for instance with multiple backup copies, then Veeam is going to be the best answer. The free edition supports up to 10 machines or VMs.

    Acronis really pushes you towards using a storage provider of some sort and doesn't offer great options to provide your own backup repositories (at least it didn't when I last checked a couple of years ago; please correct me if this has changed). However, I was impressed by their software and wide OS support.

    A few months ago I tried it locally in an office, and it did allow you to put the repository where you wanted to save the information, the problem is that I feel that Acronis is very expensive, for example here in Latin America it is very expensive because they try to sell you storage from certain providers, they do not let you choose freely.

  • @Terranode said:

    A few months ago I tried it locally in an office, and it did allow you to put the repository where you wanted to save the information

    Yes, if I recall correctly, you can do this, but only for one location. You can't replicate the backup to multiple destinations (or repositories, as Veeam calls them).

    the problem is that I feel that Acronis is very expensive, for example here in Latin America it is very expensive because they try to sell you storage from certain providers, they do not let you choose freely.

    Yes indeed. I found only a few providers who will sell a license only. Most sellers wants to make a killing on selling storage at prices far higher than I can get it elsewhere.

Sign In or Register to comment.