Posted innetcat tar Backup using netcat and tar Posted by admin September 16, 2010No CommentsPosted innetcat, tar On the master/sender: $ tar cf - directory_to_copy | netcat other_host 10000 On the backup/receiver: $ netcat -l -p 10000 | tar x admin View All Posts Post navigation Previous Post Mounting a JFFS2 filesystem in LinuxNext PostNginx, limit website visitor bandwidth by country