Skip to content
/ dsync Public

Syncing files accross directories and devices.

License

Notifications You must be signed in to change notification settings

rillki/dsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk synchronization tool

Syncing files accross directories and devices.

Usage

dsync version v1.0.3 -- syncing files accross directories and devices.
-s       --src Required: source directory
-d       --dst Required: destination directory
-m    --method           sync method
-i --ignore_df           ignore dot files
-v   --verbose           verbose output
-h      --help           This help information.
OPTIONS:
    --method=target  ensure the destination folder is a strict copy of the source specified
    --method=dual    synchronize both targets, but do not remove files automatically
    --method=full    synchronize both targets completely
    --method=net     synchronize both targets over the network in full mode
EXAMPLE:
    dsync --src ~/disk1 --dst ~/disk2 --method target --verbose

Build

dub build

The binary will be saved to the bin folder.

LICENSE

All code is licensed under the MIT license.

Releases

No releases published

Packages