Registry / utility / spf13-fsync

spf13-fsync

JSON →
library0.10.1gogounverified

Synchronizes files and directories between two locations, similar to rsync.

go get github.com/spf13/fsync
INSTALL
IMPORT
SIG · SPF13-FSYNC
S
spf13-fsync
utilitygov0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fsync
github.com/spf13/fsync

Syncs a source directory to a destination.

package main import ( "fmt" "github.com/spf13/fsync" ) func main() { err := fsync.Sync("/src", "/dst") if err != nil { fmt.Println("Sync error:", err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
spf13-fsync — go get spf13-fsync · libregistry