automatic migration

Pierre Neidhardt 67eece0845 Init 9 gadi atpakaļ
testdata 67eece0845 Init 9 gadi atpakaļ
LICENSE 67eece0845 Init 9 gadi atpakaļ
README.md 67eece0845 Init 9 gadi atpakaļ
TODO 67eece0845 Init 9 gadi atpakaļ
hsync.go 67eece0845 Init 9 gadi atpakaļ
hsync_test.go 67eece0845 Init 9 gadi atpakaļ

README.md

hsync - a filesystem hierarchy synchronizer

hsync SOURCE TARGET renames files in TARGET so that identical files found in SOURCE and TARGET have the same relative path.

The main goal of the program is to make folders synchronization faster by sparing big file transfers when a simple rename suffices. It complements other synchronization programs that lack this capability.

See http://ambrevar.bitbucket.org/hsync and hsync -h'for more details.

Installation

Set up a Go environment (see https://golang.org/doc/install) and run:

$ go get bitbucket.org/ambrevar/hsync

Usage

See hsync -h.

License

See LICENSE.