How do you rsync over SSH when all you have is a Plain Old FTP server to connect to? Maybe there is something I need to learn.
On Sat, Nov 18, 2017 at 5:08 PM, Andrey Repin <[email protected]> wrote: > Greetings, Saint Michael! > > > I need to do an rsync of hundreds of files very morning. The least > complex > > way to achieve that is to do an rsync with some parameters that narrow > down what files I need. > > Is there a better way? > > rsync over a network mount is the WORST POSSIBLE SOLUTION EVER. > Use normal rsync over SSH, it will be much faster, even if you do checksum > syncs. > > > -- > With best regards, > Andrey Repin > Sunday, November 19, 2017 01:07:34 > > Sorry for my terrible english... > > _______________________________________________ > lxc-users mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-users >
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
