-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# LilSyncy | ||
A simple and relative fast sync tool for windows. | ||
|
||
Copies folders and files from one folder to another, updating files that have changed and removing files that have been deleted. | ||
|
||
# Downloads | ||
Stable releases can be downloaded [here](https://github.com/Killeroo/LilSyncy/releases/). | ||
|
||
# Usage | ||
``` | ||
LilSyncy --source C:\Path\To\Sync\From\ --destination C:\Path\To\Sync\To\ | ||
``` | ||
|
||
# Arguments | ||
``` | ||
[required] --source Path you want to sync from. | ||
[required] --destination Path you want to sync to. | ||
--dryrun Run sync without actually moving or deleting any files. | ||
--help Displays this help message. | ||
``` | ||
|
||
## License | ||
|
||
License under the MIT License: | ||
|
||
Copyright (c) 2023 Matthew Carney <[email protected]> |