* Re: [PVE-User] copy files between servers
[not found] ` <233ed104-fa01-f4ff-9cd4-1baf71258bcf@yahoo.es>
@ 2020-12-16 14:23 ` Bertorello, Marco
0 siblings, 0 replies; only message in thread
From: Bertorello, Marco @ 2020-12-16 14:23 UTC (permalink / raw)
To: pve-user
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread