mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
79329aae66
commit
387dd491b1
30 changed files with 175 additions and 134 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Rclone: The Swiss Army Knife of Cloud Storage"
|
||||
date: 2022-04-10T22:05:46-04:00
|
||||
date: 2022-04-10 22:05:46-04:00
|
||||
draft: false
|
||||
tags: ["Backup"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: ee4c7c4d2966
|
||||
tags:
|
||||
- Backup
|
||||
title: 'Rclone: The Swiss Army Knife of Cloud Storage'
|
||||
---
|
||||
|
||||
[Rclone](https://rclone.org/) is a terminal application that manages remote storage. It supports the standard remote filesystem protocols such as S3, (S)FTP, WebDAV as well as easy to use integration with cloud providers such as Amazon S2, Backblaze B2, Google Drive, and others. We can even perform regular backups using [Restic](https://restic.net/) with Rclone underneath. With all these features, it's easy to configure all remote storage within Rclone and then synchronize the configuration file across machines.
|
||||
|
@ -221,4 +223,4 @@ WantedBy=default.target
|
|||
|
||||
## Conclusion
|
||||
|
||||
This is just the tip of the iceburg when it comes to Rclone! Another popular feature is automatically [encrypting](https://rclone.org/crypt/) files uploaded to cloud storage. Once you have everything configured to your liking, you can synchronize the file under `~/.config/rclone/rclone.conf` across all your machines.
|
||||
This is just the tip of the iceburg when it comes to Rclone! Another popular feature is automatically [encrypting](https://rclone.org/crypt/) files uploaded to cloud storage. Once you have everything configured to your liking, you can synchronize the file under `~/.config/rclone/rclone.conf` across all your machines.
|
Loading…
Add table
Add a link
Reference in a new issue