README ¶ Rclone Integrations Rclone can be used as a subcommand with: $ suitcasectl rclone src dest. The destination must be a valid rclone endpoint, usually configured in ~/.config/rclone/rclone.conf, however the rclone binary itself is not needed. Pretty decent API doc here Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Package rclone contains all the rclone operations Index ¶ func Clone(source, destination, uid string) error func Exists(d string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Clone ¶ func Clone(source, destination, uid string) error Clone mimics rclonse 'clone' option, given a source and destination func Exists ¶ func Exists(d string) bool Exists checks to see if a destination exists. This is useful as a pre-flight check Types ¶ This section is empty. Source Files ¶ View all Source files rclone.go Click to show internal directories. Click to hide internal directories.