Howdy, Stranger!

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


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.

I am selfhosting PowerDNS for my nameservers on dedirock. What's the best backup solution?

nameservernameserver Member
in Help

Hi,

Since dedirock doesn't offer backup options.... I am looking for a free backup solution for the entire VPS, to like a storage box or S3 endpoint or even just ftp.

Also that means I can resolve any domain for you. Love from nameserver.

Thanks.

Thanked by 1oloke

Comments

  • LeviLevi Veteran

    Have 6 name servers. For ns this is true backup.

  • plumbergplumberg Veteran, Megathread Squad

    @nameserver said:
    Hi,

    Since dedirock doesn't offer backup options.... I am looking for a free backup solution for the entire VPS, to like a storage box or S3 endpoint or even just ftp.

    Also that means I can resolve any domain for you. Love from nameserver.

    Thanks.

    I would clearly create a new folder on vps called backup
    Copy files there via a cron job
    And relax

    All data is safely backed up

  • zedzed Veteran

    i probably wouldn't bother backing up the entire vps for that, just rsync the container periodically.

    Thanked by 1Rubben
  • RubbenRubben Member

    can you backup my vpses too while you're at it

  • nameservernameserver Member

    @Levi said:
    Have 6 name servers. For ns this is true backup.

    I have all record backup on HE.net so that's fine.

  • nameservernameserver Member

    @zed said:
    i probably wouldn't bother backing up the entire vps for that, just rsync the container periodically.

    Yeah I should either backup container or the files.

  • nameservernameserver Member

    @Rubben said:
    can you backup my vpses too while you're at it

    Sure. Send me ssh login details pls

    Thanked by 2oloke rpqu
  • Mysqldump + rclone to whatever vps, for example.

  • rcy026rcy026 Member

    I would take a look at Restic.

    But also, if it's a dns server why backup the entire vps? Backing up a dns should be nothing more than a couple of config files and maybe a sql dump.

    Thanked by 1jsg
  • DejavuMoeDejavuMoe Member

    I use Kopia to back up to S3 storage, which is an encrypted incremental backup method that is very flexible and practical.

    Also please resolve vps.gift to Chicken.ist :)

    Thanked by 2buzzyLET oloke
  • nikionikio Member

    Free backups? Github. Just switch to using Infrastructure-as-Code for everything: system setup, configuration, DNS server state through dnscontrol or something like that ... instant free backup.

  • nameservernameserver Member

    Thanks all <3

    Thanked by 1oloke
Sign In or Register to comment.