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 46800F5B1 for ; Fri, 29 Sep 2023 13:44:53 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2165A1FCDB for ; Fri, 29 Sep 2023 13:44:23 +0200 (CEST) Received: from mf02.wk-serv.net (mf02.wk-serv.net [IPv6:2001:1af8:3100:b010:20:1:2:1]) (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 for ; Fri, 29 Sep 2023 13:44:22 +0200 (CEST) Received: from [192.168.178.21] (dyndsl-031-150-186-091.ewe-ip-backbone.de [31.150.186.91]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mf02.wk-serv.net (Postfix) with ESMTPSA id 8B23B6F; Fri, 29 Sep 2023 13:44:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debianfan.de; s=mail202210; t=1695987849; bh=rx8PxqjC1/yFmeDG7D+UgLBaJek/dakpn0AeqwH8Bq4=; h=Date:Reply-To:Subject:To:References:From:In-Reply-To; b=iVpm0YX/B+nF20BuwSxGGKbmRIbY+VmffwtfMjtYOoR3IOQ8GduYUh9B1mT6Kc9F7 xPN8R9cn9i1Xlz3OoeBhoD10+zVYlt3jvJ0ezrwlJcj7S7t7I09uEEJc3LaLqExGJw Q1elc6WRaYjBn7wDfPm2FwhlZTzL+BYbng5YCOpSfN+mojfB4Ouqcg18qoquia8l5C v1jTYIsWS3hm1MW1Xbyhv/gtfMfRB/E4q6RGJOc7TVg6hcd+XYwNXNSwAGG2rQZl1P 2c+4wo/EZI6snb15mMoajeCnUYvH+3ZuCulMbNmvdekA1ksGsi/AG61tXEVYFtPTag JvppN9f6azfcw== Message-ID: <73da3963-ac2f-36ca-6bfd-22a3a5b6723c@debianfan.de> Date: Fri, 29 Sep 2023 13:43:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Reply-To: sebastian@debianfan.de To: Lukas Wagner , Proxmox VE user list References: <54aa55a8-98f9-459d-b2fa-48ec790fd443@proxmox.com> Content-Language: de-DE From: "sebastian@debianfan.de" Organization: sebastian@debianfan.de In-Reply-To: <54aa55a8-98f9-459d-b2fa-48ec790fd443@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 1.207 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy NICE_REPLY_A -1.473 Looks like a legit reply (A) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_PASS -0.001 SPF: HELO matches 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. [debianfan.de, proxmox.com] Subject: Re: [PVE-User] Backup of all Containers and KVM X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2023 11:44:53 -0000 Thx - i know how to use the vzdump-tool - but the last backup of an lxc-container (500 GB) runs about 10 hours by using vzdump :-( Am 29.09.2023 um 10:24 schrieb Lukas Wagner: > > > On 9/29/23 09:53, sebastian@debianfan.de wrote: >> Hi, >> >> if i want to get a full backup - can i copy the 100,101... folders >> complete to the backup server to get the data forĀ  an emergency >> restore later? >> >> Or is it required to use the internal backup function to get Backup >> files from containers and KVM and copy the dump-directory to the >> backup server? >> > > I'd recommend using PVE's backup function, it includes everything needed > to fully restore the VM/CT. If you need to automate that from a script, > you can use the `vzdump` command (check `man vzdump` or [1] for > instructions). > You can then copy the backup files from the dump directory. You could > also add the backup server as a storage (NFS or SMB) [2], then you can > backup to the server directly, without having to copy the backup > archives. > > The '100, 101' folders - by which I think you mean the directories in > /etc/pve/{qemu,lxc} only contain the configuration files for the VM/CT, > but not the disk image. Of course, you can back them up manually and > then dump the disk image as well, but like I said, unless you have a > very good reason against PVE's native backup system (vzdump), I'd > recommend using that. > > It might also be worth checking out Proxmox Backup Server, which has the > additional benefit of offering deduplication, encryption, live-restore > and much more. > > [1] https://pve.proxmox.com/pve-docs/vzdump.1.html > [2] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_storage >