Howdy, Stranger!

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


Backup software with GUI having s3, sftp integration
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.

Backup software with GUI having s3, sftp integration

Got one storage VPS and looking to setup a lightweight backup software with GUI to backup proxmox vms, proxmox backups with sync and integration to cloud services and s3 compatible storage.

i want the backup atleast in two separate servers.

Comments

  • Why not use proxmox backup server + sync the backups to a second pbs?

    Thanked by 1techdragon
  • @lala_th said:
    Why not use proxmox backup server + sync the backups to a second pbs?

    will it work with vps? i have single dedicated server.

  • techdragontechdragon Member
    edited December 2024

    In regards to S3 AND SFTP supported backup solutions with a GUI - Duplicati.

    Not sure regarding Proxmox VMs if you're looking for a snapshot based solution / complete system backup. Obviously, Proxmox Backup Server is best suited for that use case scenario.

    Thanked by 1ChillBird
  • @aryanraj said:

    @lala_th said:
    Why not use proxmox backup server + sync the backups to a second pbs?

    will it work with vps? i have single dedicated server.

    Then how do you aim to achieve 'atleast in two separate servers'?

  • ChillBirdChillBird Member
    edited December 2024

    @techdragon said:

    @aryanraj said:

    @lala_th said:
    Why not use proxmox backup server + sync the backups to a second pbs?

    will it work with vps? i have single dedicated server.

    Then how do you aim to achieve 'atleast in two separate servers'?

    two separate servers means in two location, prefer to have them in Google drive or Backblaze s3 along with the vps.

    i don't need a complete solution, i just want the proxmox vm and vm backups to copy offsite.

  • Checkout Kopia, I used to use Duplicati but various issues kept coming up while using it long term. Havent had any issue with Kopia so far and they have a GUI, lots of supported storage methods, and can work with win/mac/linux.

  • kevindskevinds Member, LIR

    ArqBackup maybe?

  • I use minio heavily as object storage. Ceph for vm backup. Minio store inside ceph.

    Thanked by 1ChillBird
  • DataRecoveryDataRecovery Member
    edited December 2024

    @aryanraj said:
    lightweight backup software with GUI to backup proxmox vms, proxmox backups with sync and integration to cloud services and s3 compatible storage.

    https://kapitainsky.github.io/RcloneBrowser/#sample-screenshots

    Rclone with Windows GUI:
    Rclone Windows GUI

    Since you say it's a storage VPS, Rclone may be already installed.

    Thanked by 1ChillBird
  • going with rclone which can run directly on proxmox, pbs and is much safer and reliable solution. I can then copy it anywhere. i would revise and might go with PBS on a nvme based vps with atleast 100gb nvme where i will run rclone also. much safer. i can run pbs on same proxmox server under lxc, vm but i don't want the server ssds to get aged with higher TBW writes.

  • @analog said:
    Checkout Kopia, I used to use Duplicati but various issues kept coming up while using it long term. Havent had any issue with Kopia so far and they have a GUI, lots of supported storage methods, and can work with win/mac/linux.

    +1 on kopia. much faster for backing up lot of small files too compared with rclone

    Thanked by 1analog
Sign In or Register to comment.