Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #255613
| From | <tomas@tuxteam.de> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: what method do you prefer for data transfer between nodes? |
| Date | 2023-03-05 10:20 +0100 |
| Message-ID | <G5SH7-ag3g-5@gated-at.bofh.it> (permalink) |
| References | <G5RUJ-afvQ-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sun, Mar 05, 2023 at 04:22:25PM +0800, Ken Young wrote: > Hello, > > The methods I know, > > 1. scp > pros: the native tool in the OS > cons: you will either input password or put key pairs into servers for > authentication. Sometimes. From the command line, and if I only have to transfer a hadnful of files, this one is the most convenient. > 2. rsync > pros: it can transfer data by increasement > cons: you need to setup rsyncd server and make the correct authorization. This. Hands down. Pros: Your list of pros is just too short. A corollary of your first pro is that you can interrupt the proces at any time and it'll pick up more or less where it left. Plus you can ask it what it would do (--dry-run). Plus you you can tell it to make back-up files at the other end, and to delete non-existing files. Yadda, yadda. Cons: - you need to setup rsyncd server Wrong: you just need one "transport", SSH is fine. If you can access the other box via SSH, you're set. - and make the correct authorization. I don't know what you mean with that: I'd hope any method to put files on a box would need proper authentificationn/authorization. The others I'd only use when forced to. Well, rclone, I think, I'd even refuse when forced to. Eek. Cheers -- t
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
what method do you prefer for data transfer between nodes? Ken Young <ken@highwinds.cloud> - 2023-03-05 09:30 +0100
Re: what method do you prefer for data transfer between nodes? <tomas@tuxteam.de> - 2023-03-05 10:20 +0100
Re: what method do you prefer for data transfer between nodes? Michel Verdier <mv524@free.fr> - 2023-03-05 11:40 +0100
Re: what method do you prefer for data transfer between nodes? <tomas@tuxteam.de> - 2023-03-05 12:00 +0100
Re: what method do you prefer for data transfer between nodes? Ken Young <ken@highwinds.cloud> - 2023-03-05 12:30 +0100
Re: what method do you prefer for data transfer between nodes? tomas@tuxteam.de - 2023-03-05 14:10 +0100
Re: what method do you prefer for data transfer between nodes? Ken Young <ken@highwinds.cloud> - 2023-03-05 14:50 +0100
Re: what method do you prefer for data transfer between nodes? Rodrigo Cunha <rodrigo.root.rj@gmail.com> - 2023-03-05 20:00 +0100
Re: what method do you prefer for data transfer between nodes? Celejar <celejar@gmail.com> - 2023-03-07 02:30 +0100
Re: what method do you prefer for data transfer between nodes? Ken Young <ken@highwinds.cloud> - 2023-03-07 02:30 +0100
Re: what method do you prefer for data transfer between nodes? Michel Verdier <mv524@free.fr> - 2023-03-05 11:40 +0100
Re: what method do you prefer for data transfer between nodes? Linux-Fan <Ma_Sys.ma@web.de> - 2023-03-05 20:50 +0100
Re: what method do you prefer for data transfer between nodes? Ken Young <ken@highwinds.cloud> - 2023-03-06 00:50 +0100
Re: what method do you prefer for data transfer between nodes? Charles Curley <charlescurley@charlescurley.com> - 2023-03-06 01:20 +0100
Re: what method do you prefer for data transfer between nodes? David Christensen <dpchrist@holgerdanske.com> - 2023-03-06 12:10 +0100
Re: what method do you prefer for data transfer between nodes? Max Nikulin <manikulin@gmail.com> - 2023-03-06 12:50 +0100
Re: what method do you prefer for data transfer between nodes? <tomas@tuxteam.de> - 2023-03-06 13:20 +0100
Re: what method do you prefer for data transfer between nodes? Vincent Lefevre <vincent@vinc17.net> - 2023-03-07 03:40 +0100
csiph-web