michaelblight / node-red-contrib-rsync

Node for rsyncwrapper
Apache License 2.0
0 stars 0 forks source link

Trying to use node, getting errors? #5

Open dachshund-digital opened 3 years ago

dachshund-digital commented 3 years ago

The rsync support is installed... ` rsync --version rsync version 3.1.3 protocol version 31 Copyright (C) 1996-2018 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes, prealloc

rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. `

From NR debug (logging)... 11/3/2020, 3:09:58 PMnode: Repositorymsg : string[14] "1 errors found" 11/3/2020, 3:09:58 PMnode: Repositorymsg : string[41] "TypeError: node.context is not a function" 11/3/2020, 3:09:58 PMnode: Repositorymsg : string[14] "1 errors found" 11/3/2020, 3:09:58 PMnode: Repositorymsg : string[41] "TypeError: node.context is not a function"

dachshund-digital commented 3 years ago

CLI test works... `rsync -avr /tmp/*.zip pi@[redacted]:/repository/node-red/archive/ Warning: Permanently added the ECDSA host key for IP address '192.168.1.102' to the list of known hosts. pi@[redacted]'s password: sending incremental file list

sent 435 bytes received 49 bytes 88.00 bytes/sec total size is 1,938,777 speedup is 4,005.74 ` Not sure credentials setup for NR node is correct.