https://github.com/xaionaro-go/slowsync
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.
https://github.com/xaionaro-go/slowsync
copy file mac macos ntfs sync
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/xaionaro-go/slowsync
- Owner: xaionaro-go
- Created: 2018-10-13T07:16:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:37:25.000Z (over 3 years ago)
- Last Synced: 2025-04-05T11:34:20.683Z (about 1 year ago)
- Topics: copy, file, mac, macos, ntfs, sync
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
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]
$ `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
```