Skip to content

You have a slow large unreliable filestore (like an external HDD with broken NTFS on MacOS)? You can try this utility to copy from it.

Notifications You must be signed in to change notification settings

xaionaro-go/slowsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go get github.com/xaionaro-go/slowsync
go install github.com/xaionaro-go/slowsync/cmd/slowsync
`go env GOPATH`/bin/slowsync -src-broken-files /tmp/1-brokenfiles.txt -src-filetree-cache /tmp/1.cache /tmp/1 /tmp/2
$ `go env GOPATH`/bin/slowsync
slowsync [options] <dir-from> <dir-to>

$ `go env GOPATH`/bin/slowsync --help
Usage of /home/xaionaro/go/bin/slowsync:
  -dry-run
        do not copy anything
  -dst-filetree-cache string
        enables the file tree cache of the destination and set the path where to store it
  -src-broken-files string
        enables the list of broken files and set the path to it
  -src-filetree-cache string
        enables the file tree cache of the source and set the path where to store it

About

You have a slow large unreliable filestore (like an external HDD with broken NTFS on MacOS)? You can try this utility to copy from it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published