ablwr / rsync-gui

GNU General Public License v3.0
47 stars 0 forks source link

rsync-gui

⚠ Under Construction ⚠ Thank you ⚠ for your ⚠ patience ⚠ Work in Progress ⚠

For people who want the power of rsync but are not familiar with the command line or need a user-friendly way to understand the potential options and uses.

TODO

Testing

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ablwr/rsync-gui
# Go into the repository
cd rsync-gui
# Install dependencies
npm install
# Run the app
npm start

Administrative metadata