mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 18:13:17 +00:00
Added rclone archive command to create and read archive files
Co-Authored-By: Nick Craig-Wood <nick@craig-wood.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
409dc75328
commit
cc09978b79
7
cmd/archive/create/create_unsupported.go
Normal file
7
cmd/archive/create/create_unsupported.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// Build for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
//go:build plan9
|
||||
|
||||
// Package archive implements 'rclone archive create'.
|
||||
package create
|
||||
Reference in New Issue
Block a user