Giter Site home page Giter Site logo

makuosan's People

Contributors

yasui0906 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

makuosan's Issues

Feature request - rsync-like command usage

Dear Yasui,

I've searched for a multicast file-transfer software that is easy to use and reliable and makuosan is by far the best I've encountered so far.

It works as intended but for my particular use-case it requires some extra setup that makes is harder to use. What I am looking for is something that could replace the following bash code:

What I usually do - using rsync

# Logged in on host1 I run:
for target in host1 host2 host3 host4 host5 host6; do
    rsync -a /some/path/bigfile ${target}:/destination/folder/bigfile_under_another_name
done

Things to note in this example:

  • The host sending the file is also part of the destination hosts
  • The file is being read from one path and transfered to a different path on all destinations
  • The source filename and destination filename may not be the same

What I currently do - using makuosan

So far I've managed to do the same with makuosan (although a much faster transfer) by manually logging in to each target node (ssh host1), starting makuosan -n -b /destination/folder, then on the sending node start makuosan -n -b /some/path and still on the sending node use msync bigfile.

This works but has 2 issues. The sending host doesn't receive the file and I have to rename the file afterwards on all destination hosts if it should exist under a different name.

Given all this, do you have any suggestions on better use makuosan to work as described above or do you see this as an interesting interface to implement on makuosan?

Thanks

msync a symlink transfers the symlink and ends in timeout

When running:

msync my-symlink.txt

where my-symlink.txt is:

my-symlink.txt -> /some/location/large-file.txt

makuosan tries to transfer the symlink itself which succeeds (a symlink is created) but makuosan reports a "Timeout" error/warning.

I couldn't find an option tell msync to dereference the link.
Unix cp uses -L such as in:

cp -L my-symlink.txt /tmp/not-a-symlink.txt

Is there any chance this could be added to makuosan?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.