hi Glenn you are right. rsync -a --delete -e ssh /home/pi/backup.tar.gz [email protected]:/www/ backup/ it is working fine now. thanks.
El jueves, 11 de junio de 2020, 3:37:43 (UTC+2), Glenn McKechnie escribió: > > On 11/06/2020, Jose <[email protected] <javascript:>> wrote: > [...] > > > > rsync -a --delete -e ssh /home/pi/backup.tar.gz [email protected]:/www/ > > backup/ &> /dev/null > > > > this command worked fine in the past but not now. When I run this > command > > nothing happens, no updating remote hosting and even no error messages. > so > > RSYNC with WeeWX is working fine but RSYNC in command line don't. > > Just focusing on your statement that you see no errors with the above > command. > It's doing exactly what you've told it to, that you want no feedback > from it, ever. It's dead to you. > Send whatever it has to say (&>) to the bit bucket (/dev/null) > > Remove that redirect that you have on the end and it will probably > offer up a few clues. > > rsync -a --delete -e ssh /home/pi/backup.tar.gz [email protected]:/www/ > backup/ > > -- > > > Cheers > Glenn > > rorpi - read only raspberry pi & various weewx addons > https://github.com/glennmckechnie > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/36663c33-5540-4cf8-a06c-1c006b27a50ao%40googlegroups.com.
