Skip to content

Rapid sync, easily sync your files across local filesystem

License

Notifications You must be signed in to change notification settings

AL4AL/rapid_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid sync A simple alternative to tools like rdiff-backup or rsync implemented using rust

Usage: rapid_sync [OPTIONS] --source-base <SOURCE_BASE> --destination-base <DESTINATION_BASE>

Options:
    -s, --source-base <SOURCE_BASE>            
    -d, --destination-base <DESTINATION_BASE>  
    -i, --items <ITEMS>                        
    -v, --verbosity <VERBOSITY>                [default: 0]
    -a, --abort-on-error                       
    -h, --help                                 Print help
    -V, --version                              Print version

Example:

./rapid_sync -s /path/to/source/directory -d /path/to/destination/directory -i folder_1 -i folder_2 -i myfile.txt

Known problems:

  • verbosity flag doesn't work
  • abort-on-error flag doesn't work

About

Rapid sync, easily sync your files across local filesystem

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages