Skip to content

Instantly share code, notes, and snippets.

@rhaleblian
Last active January 19, 2021 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhaleblian/16a26e9c59927811e4842887fbe7edca to your computer and use it in GitHub Desktop.
Save rhaleblian/16a26e9c59927811e4842887fbe7edca to your computer and use it in GitHub Desktop.
rclone to arvixe

Install rclone.

rclone configure and make sure to allow insecure methods when it asks.

Let's say you called the configuration 'arvixe' and will put files at the path var/andy on Arvixe. To copy folder 'f' there:

rclone copy f arvixe:var/andy/f

That will make folder f on Arvixe.

To see how much space we're using against quota, SSH in and

df -h .

For a breakdown by folder,

du -sh *

My files are at var/ray.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment