- Build the project using
make build - Run the program using the command:
bin/synchro sync --source_dir <src> --destination_dir <dst>shorthand flags are also supported:
bin/synchro sync --src <src> --dst <dst>--delete_missing optional flag can be used to delete files in the destination directory that are not present in the source directory anymore
long version:
bin/synchro sync --source_dir <src> --destination_dir <dst> --delete_missingshorthand version:
bin/synchro sync --src <src> --dst <dst> -d