Skip to content

spacebro/rsyncbro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsyncbro

A simple app to rsync media to a remote folder

❓Why ?

It is a simple app written for the spacebro galaxy

Sometimes you want all the media from a collection to be sent to a remove computer. rsyncbro sends all files to the same folder in the remote computer. All you have to do is set the name of the remote computer in settings

Input media:

{
  path: '/home/user/photos/myphoto.jpg',
}

The app will attempt to copy the file to the server mentioned in settings.destination at the same path. That would be the following rsync command:


rsync -Paur /home/user/photos/myphoto.jpg destination:/home/user/photos/myphoto.jpg

🌍 Installation

git clone https://github.com/spacebro/rsyncbro
nvm use
yarn

⚙ Configuration

cp settings/settings.default.json settings/settings.json

And edit settings.json You can also change settings with argv parameters. Learn more about this on standard-settings

👋 Usage

nvm use
node index.js

Special server settings

Custom port? Custom ssh key? Put that in your ~/.ssh/config file.

🕳 Troubleshooting

Ask emmanuel on soixantecircuits.slack.com

❤️ Contribute

Please do!

About

A spacebro client to rsync media to a remote device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published