💾 Archived View for freeshell.de › tldr › rclone.gmi captured on 2023-04-20 at 00:25:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
CLI program to copy/sync/move files and directories to and from many cloud services.
rclone lsf {remote_name}:{path/to/directory}
rclone copy {path/to/source_file_or_directory} {remote_name}:{path/to/destination_directory}
rclone copy {remote_name}:{path/to/source_file_or_directory} {path/to/destination_directory}
rclone sync {path/to/file_or_directory} {remote_name}:{path/to/directory}
rclone move {path/to/file_or_directory} {remote_name}:{path/to/directory}
rclone --dry-run delete {remote_name}:{path/to/file_or_directory}
rclone mount {remote_name}:{path/to/directory} {path/to/mount_point}
fusermount -u {path/to/mount_point}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).