<div dir="ltr"><div class="gmail_default" style="font-size:small">Last wee they upgraded to SFTP</div><div class="gmail_default" style="font-size:small">It is one of those Federal Agencies that are behind in times.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 19, 2017 at 2:14 PM, Ron Kelley <span dir="ltr"><<a href="mailto:rkelleyrtp@gmail.com" target="_blank">rkelleyrtp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe I missed something here, but you have a government system that allows FTP but not NFS?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
> On Nov 19, 2017, at 10:17 AM, Saint Michael <<a href="mailto:venefax@gmail.com">venefax@gmail.com</a>> wrote:<br>
><br>
> The server is at a the government. I would go to jail.<br>
> But thanks for the input.<br>
><br>
> On Sun, Nov 19, 2017 at 8:03 AM, Ron Kelley <<a href="mailto:rkelleyrtp@gmail.com">rkelleyrtp@gmail.com</a>> wrote:<br>
> Can you install an rsync daemon on the server side?  If so, simply create /etc/rsyncd.conf file with this:<br>
><br>
> [BACKUP]<br>
> comment = Allow RW access for backups<br>
> path = /usr/local/backup_dir<br>
> uid = root<br>
> hosts allow = 192.168.1.46, 192.168.1.47<br>
> read only = yes<br>
><br>
><br>
> Next, on each of your remote clients, simply run rsync via cron job to your server.   Something like this:<br>
><br>
> /usr/bin/rsync -arv /<local_dir> root@192.168.1.10::BACKUP/<a href="http://192.168.1.46/" target="_blank" rel="noreferrer">192.<wbr>168.1.46/</a><br>
><br>
> The above assumes your server IP is 192.168.1.10 and your client IP is 192.168.1.46.  Also, note the trailing slash (/) on the second rsync argument.  It ensures the files get put into the right directory.<br>
><br>
> I run rsync scripts each night on lots of client machines (specifically LXD containers running wordpress) to a central backup server.  It works great.<br>
><br>
><br>
> BTW: I don’t know if I could say rsync over a network mount is the worst possible solution ever.  I have used rsync for a long time and using a variety of network connections (rsync daemon, nfs, rsync via ssh).  My experience has shown rsync over ssh is by far the slowest because of the ssh cipher.  Rsync over nfs mount is very fast - almost as fast as a local copy.<br>
><br>
> -Ron<br>
><br>
><br>
><br>
><br>
><br>
><br>
> > On Nov 18, 2017, at 9:37 PM, Saint Michael <<a href="mailto:venefax@gmail.com">venefax@gmail.com</a>> wrote:<br>
> ><br>
> > How do you rsync over SSH when all you have is a Plain Old FTP server to connect to?<br>
> > Maybe there is something I need to learn.<br>
> ><br>
> > On Sat, Nov 18, 2017 at 5:08 PM, Andrey Repin <<a href="mailto:anrdaemon@yandex.ru">anrdaemon@yandex.ru</a>> wrote:<br>
> > Greetings, Saint Michael!<br>
> ><br>
> > > I need to do an rsync of hundreds of files very morning. The least complex<br>
> > > way to achieve that is to do an rsync with some parameters that narrow down what files I need.<br>
> > > Is there a better way?<br>
> ><br>
> > rsync over a network mount is the WORST POSSIBLE SOLUTION EVER.<br>
> > Use normal rsync over SSH, it will be much faster, even if you do checksum<br>
> > syncs.<br>
> ><br>
> ><br>
> > --<br>
> > With best regards,<br>
> > Andrey Repin<br>
> > Sunday, November 19, 2017 01:07:34<br>
> ><br>
> > Sorry for my terrible english...<br>
> ><br>
> > ______________________________<wbr>_________________<br>
> > lxc-users mailing list<br>
> > <a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
> > <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank" rel="noreferrer">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a><br>
> ><br>
> > ______________________________<wbr>_________________<br>
> > lxc-users mailing list<br>
> > <a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
> > <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank" rel="noreferrer">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a><br>
><br>
> ______________________________<wbr>_________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank" rel="noreferrer">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a><br>
><br>
> ______________________________<wbr>_________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank" rel="noreferrer">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a><br>
<br>
______________________________<wbr>_________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank" rel="noreferrer">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a></div></div></blockquote></div><br></div>