⚠ 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.
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