Howdy, Stranger!

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


Server backup options?
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.

Server backup options?

If I want to backup both a local server (running Unraid) and a small handful of VPS to a storage-oriented server that I just got (ty crunchbits), what system would you all recommend? I've googled a bit and seen people talking about borg, restic, kopia, and just straight rsync or rclone, too. I would like to encrypt the backup ideally, and versioning would be nice to save space, but not absolutely necessary. I am also only semi-comfy on the command line, so if it's super in-depth to create upfront (i.e. good chance for me to fuck it up), not ideal either, lol.

Suggestions appreciated!

Comments

  • I think @yoursunny can do all that with his IPv9+ with the Deepfreeze technology shenanigans he rolls around with. Payment methods are questionable, but hey we all gotta live once.

  • have you tried duplicati? its a great backup solution imo

  • I usually use rclone, because it already supports encryption & can be used for many providers, webdav & s3 https://rclone.org/#providers

  • SGrafSGraf Member, Patron Provider
    edited February 2023

    @SocksAreComfortable said:
    If I want to backup both a local server (running Unraid) and a small handful of VPS to a storage-oriented server that I just got (ty crunchbits), what system would you all recommend? I've googled a bit and seen people talking about borg, restic, kopia, and just straight rsync or rclone, too. I would like to encrypt the backup ideally, and versioning would be nice to save space, but not absolutely necessary. I am also only semi-comfy on the command line, so if it's super in-depth to create upfront (i.e. good chance for me to fuck it up), not ideal either, lol.

    Suggestions appreciated!

    In the past i heavily relied on rsync. Also used duplicity for a good while. For some projects i tried verious others others...such as bacula.... By now i'm slowly moving towards Proxmox Backup Server/Client.

    The server is easy to set up. The client is also pretty decent to use https://pbs.proxmox.com/docs/backup-client.html . At the moment it only supports debian based distros by default, however building for other platforms also works. https://github.com/sg4r/proxmox-backup-client ... I'm testing a build/working on a port of the client for FreeBSD as well.

    Thanked by 1Umair
  • seb1gseb1g Member
    edited February 2023

    @CheepCluck said:
    I think @yoursunny can do all that with his IPv9+ with the Deepfreeze technology shenanigans he rolls around with. Payment methods are questionable, but hey we all gotta live once.

    This man is a scammer, check out https://mzunguhosting.ml services hosted out of a village in Bamako, Mali!

  • yoursunnyyoursunny Member, IPv6 Advocate

    @seb1g said:

    @CheepCluck said:
    I think @yoursunny can do all that with his IPv9+ with the Deepfreeze technology shenanigans he rolls around with. Payment methods are questionable, but hey we all gotta live once.

    This man is a scammer

    I'm a stand-up guy and I never defraud anyone.

    check out https://mzunguhosting.ml services hosted out of a village in Bamako, Mali!

    This ain't my service.

  • @seb1g said: check out https://mzunguhosting.ml services hosted out of a village in Bamako, Mali!

    Every time someone posts this link and I click on it I get a boner.

  • UmairUmair Member
    edited February 2023

    @SGraf said:
    >
    In the past i heavily relied on rsync. Also used duplicity for a good while. For some projects i tried verious others others...such as bacula.... By now i'm slowly moving towards Proxmox Backup Server/Client.

    The server is easy to set up. The client is also pretty decent to use https://pbs.proxmox.com/docs/backup-client.html . At the moment it only supports debian based distros by default, however building for other platforms also works. https://github.com/sg4r/proxmox-backup-client ... I'm testing a build/working on a port of the client for FreeBSD as well.

    I have heard really good things about it. But unfortunately, all my setups are CentOS 7 or AlmaLinux. I have to find some time to test thing with Cent/Alma :(

  • vsys_hostvsys_host Member, Patron Provider

    @SocksAreComfortable
    You can use rsnapshot. BUT the is no encryption. That is the data that you want to encrypt should be encrypted separately.

  • @vsys_host said: BUT the is no encryption.

    One thing to note is that you could use an encrypted-mirror-filesystem that supports reverse mode, usually via FUSE, like encfs or gocryptfs, and point your backup tool at that. This will result in your data being encrypted at rest and in transit without the tool needing to know anything about encryption. To restore mount the backed-up encrypted filesystem (or a copy there-of) in reverse mode and copy the decrypted data to where you want it.

    Thanked by 1vsys_host
Sign In or Register to comment.