Hi...rsync working fine for my fedora 5 box to fedora 9 box. Now i want to take back of my folder /home/rajiv to a windows 98 box...Shared a folder in win98 system for full access but do not know how to take backup...tried with the following but got error message [EMAIL PROTECTED] ~]# rsync -aPrv /data/stock/ //192.168.1.75/dir sending incremental file list rsync: mkdir "//192.168.1.75/dir" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(567) [receiver=3.0.2] rsync: connection unexpectedly closed (9 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(635) [sender=3.0.2]
rsync -aPrv /home/rajiv/ //192.168.1.75/dir/ ip 75 is my win98 system....is it possible to do this? Please post ur reply Rajiv.
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
