Update README.md
This commit is contained in:
34
README.md
34
README.md
@@ -9,32 +9,28 @@ The executable is completelly portable, there are no dependencies.
|
|||||||
## Usage
|
## Usage
|
||||||
Basic usage to syncronize two directories, dirA and dirB:
|
Basic usage to syncronize two directories, dirA and dirB:
|
||||||
|
|
||||||
filesync sync dirA dirB
|
filesync -sync -dir dirA -dir dirB
|
||||||
|
|
||||||
To make a efficient copy from dirA to dirB:
|
To make a efficient copy from dirA to dirB:
|
||||||
|
|
||||||
filesync copy dirA dirB
|
filesync -copy -dir dirA -dir dirB
|
||||||
|
|
||||||
The rest of options are listed with no parameters:
|
The rest of options are listed with no parameters:
|
||||||
|
|
||||||
|
```
|
||||||
$ filesync
|
$ filesync
|
||||||
Usage:
|
Parameters:
|
||||||
filesync info [file] {[file] {..}}
|
-dir [Item]: Specify a directory.
|
||||||
filesync scan [dir] [tree]
|
-nocheck: Do not check for changes on directories.
|
||||||
filesync rescan [dir] [tree]
|
-dummy: Do not perform operations.
|
||||||
filesync read [file] [tree]
|
-copy: Copy first directory to second directory.
|
||||||
filesync dir [dir]
|
-sync: Synchronize between two directories.
|
||||||
filesync check [dir]
|
-log [Item]: Log actions to file.
|
||||||
|
-scan [Item] [Item]: Scan directory and save to filenode file.
|
||||||
filesync sync [dirA] [dirB]
|
-rescan [Item] [Item]: Rescan directory and save to filenode file.
|
||||||
filesync resync [dirA] [dirB]
|
-read [Item]: Read filenode file.
|
||||||
filesync synctest [dirA] [dirB]
|
-check [Item]: Check changes on a directory.
|
||||||
filesync resynctest [dirA] [dirB]
|
```
|
||||||
|
|
||||||
filesync copy [dirA] [dirB]
|
|
||||||
filesync recopy [dirA] [dirB]
|
|
||||||
filesync copytest [dirA] [dirB]
|
|
||||||
filesync recopytest [dirA] [dirB]
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
There is a GNU Make compatible Makefile usable on Linux and MingGW.
|
There is a GNU Make compatible Makefile usable on Linux and MingGW.
|
||||||
|
|||||||
Reference in New Issue
Block a user