From: "Bertorello, Marco" <me@marcobertorello.it>
To: pve-user@lists.proxmox.com
Subject: Re: [PVE-User] copy files between servers
Date: Wed, 16 Dec 2020 15:23:28 +0100 [thread overview]
Message-ID: <83f273d0-289e-7b17-26a7-9025f4072fd8@marcobertorello.it> (raw)
In-Reply-To: <233ed104-fa01-f4ff-9cd4-1baf71258bcf@yahoo.es>
[-- Attachment #1.1.1: Type: text/plain, Size: 976 bytes --]
Il 16/12/2020 14:24, Miguel Gonzalez ha scritto:
> Hi,
>
> I have proxmox 5.6 on two servers. I need to copy big backup files
> between servers.
>
> scp o sftp starts copying reaching Mbps rates but suddenly the network
> performance drops.
>
> I have tried many options mentioned on several websites, disabling
> compression, using less CPU intensive ciphering, etc.
>
> Is there anything I could do from the server side?
Hi Miguel,
I don't known if this fit your scenario but, before PBS, I used to sync
backups between my servers using rsync that perform very well and can
restart if interrupted.
Something like:
rsync -Pavzhu -e 'ssh -p 22' --progress root@pve1:/mnt/Backups/
/mnt/Backups/
However, after PBS, I solved using it installed on a Debian LXC and
using replicas to keep it replicated across my infrastructure.
My two cents,
Best regards
--
Marco Bertorello
https://www.marcobertorello.it
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
parent reply other threads:[~2020-12-16 14:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <233ed104-fa01-f4ff-9cd4-1baf71258bcf@yahoo.es>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83f273d0-289e-7b17-26a7-9025f4072fd8@marcobertorello.it \
--to=me@marcobertorello.it \
--cc=pve-user@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.