1,104
edits
Line 84: | Line 84: | ||
sudo cp rclone.1 /usr/local/share/man/man1/ | sudo cp rclone.1 /usr/local/share/man/man1/ | ||
sudo mandb | sudo mandb | ||
</syntaxhighlight> | |||
Then configure with <code>rclone config</code> | |||
* (n)ew remote | |||
* name: <code>neuromatchstodon</code> | |||
* ''keys happen'' | |||
* Select s3, configure for current bucket (see linode dashboard) | |||
* Select "private" ACL | |||
Now copy the data to the bucket! | |||
<syntaxhighlight lang="bash"> | |||
cd /home/mastodon/live | |||
# rclone sync -P public/system {rclone_label}:{bucket_name} | |||
rclone sync -P public/system neuromatchstodon:neuromatchstodon | |||
</syntaxhighlight> | </syntaxhighlight> | ||