From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 7270D61A78 for ; Fri, 10 Jul 2020 12:57:21 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 676661A1D4 for ; Fri, 10 Jul 2020 12:56:51 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 25AFA1A1AF for ; Fri, 10 Jul 2020 12:56:48 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id E73DA42DEF for ; Fri, 10 Jul 2020 12:56:47 +0200 (CEST) From: Martin Maurer To: PVE User List , pve-devel , pbs-devel@lists.proxmox.com Message-ID: Date: Fri, 10 Jul 2020 12:56:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [qemu.org, wikipedia.org, rust-lang.org, proxmox.com] Subject: [pve-devel] Proxmox Backup Server (beta) X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 10:57:21 -0000 We are proud to announce the first beta release of our new Proxmox Backup Server. It's an enterprise-class client-server backup software that backups virtual machines, containers, and physical hosts. It is specially optimized for the Proxmox Virtual Environment platform and allows you to backup and replicate your data securely. It provides easy management with a command line and web-based user interface, and is licensed under the GNU Affero General Public License v3 (GNU AGPL, v3). Proxmox Backup Server supports incremental backups, deduplication, compression and authenticated encryption. Using Rust https://www.rust-lang.org/ as implementation language guarantees high performance, low resource usage, and a safe, high quality code base. It features strong encryption done on the client side. Thus, it’s possible to backup data to not fully trusted targets. Main Features Support for Proxmox VE: The Proxmox Virtual Environment is fully supported and you can easily backup virtual machines (supporting QEMU dirty bitmaps - https://www.qemu.org/docs/master/interop/bitmaps.html) and containers. Performance: The whole software stack is written in Rust https://www.rust-lang.org/, to provide high speed and memory efficiency. Deduplication: Periodic backups produce large amounts of duplicate data. The deduplication layer avoids redundancy and minimizes the used storage space. Incremental backups: Changes between backups are typically low. Reading and sending only the delta reduces storage and network impact of backups. Data Integrity: The built in SHA-256 https://en.wikipedia.org/wiki/SHA-2 checksum algorithm assures the accuracy and consistency of your backups. Remote Sync: It is possible to efficiently synchronize data to remote sites. Only deltas containing new data are transferred. Compression: The ultra fast Zstandard compression is able to compress several gigabytes of data per second. Encryption: Backups can be encrypted on the client-side using AES-256 in Galois/Counter Mode (GCM https://en.wikipedia.org/wiki/Galois/Counter_Mode). This authenticated encryption mode provides very high performance on modern hardware. Web interface: Manage Proxmox backups with the integrated web-based user interface. Open Source: No secrets. Proxmox Backup Server is free and open-source software. The source code is licensed under AGPL, v3. Support: Enterprise support will be available from Proxmox. And of course - Backups can be restored! Release notes https://pbs.proxmox.com/wiki/index.php/Roadmap Download https://www.proxmox.com/downloads Alternate ISO download: http://download.proxmox.com/iso Documentation https://pbs.proxmox.com Community Forum https://forum.proxmox.com Source Code https://git.proxmox.com Bugtracker https://bugzilla.proxmox.com FAQ Q: How does this integrate into Proxmox VE? A: Just add your Proxmox Backup Server storage as new storage backup target to your Proxmox VE. Make sure that you have at least pve-manager 6.2-9 installed. Q: What will happen with the existing Proxmox VE backup (vzdump)? A: You can still use vzdump. The new backup is an additional but very powerful way to backup and restore your VMs and container. Q: Can I already backup my other Debian servers (file backup agent)? A: Yes, just install the Proxmox Backup Client (https://pbs.proxmox.com/docs/installation.html#install-proxmox-backup-client-on-debian). Q: Are there already backup agents for other distributions? A: Not packaged yet, but using a statically linked binary should work in most cases on modern Linux OS (work in progress). Q: Is there any recommended server hardware for the Proxmox Backup Server? A: Use enterprise class server hardware with enough disks for the (big) ZFS pool holding your backup data. The Backup Server should be in the same datacenter as your Proxmox VE hosts. Q: Where can I get more information about coming feature updates? A: Follow the announcement forum, pbs-devel mailing list https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel, and subscribe to our newsletter https://www.proxmox.com/news. Please help us reaching the final release date by testing this beta and by providing feedback via https://forum.proxmox.com -- Best Regards, Martin Maurer martin@proxmox.com https://www.proxmox.com