How to upload files via RSYNC to my CDN Storage?
Introduction
Rsync, which stands for "remote sync", is a remote and local file synchronization tool. It uses an algorithm that minimizes the amount of data copied by only moving the portions of files that have changed.What Is Rsync?
Rsync is a very flexible network-enabled syncing tool. It can also refer to the network protocol developed to utilize this tool.When we reference rsync in this guide, we are mainly referring to the utility, and not the protocol.
Due to its ubiquity on Linux and Unix-like systems and its popularity as a tool for system scripts, it is included on most Linux distributions by default.
How To Use Rsync to my CDN Storage?
Upload from your directoryrsync -rtv YOUR_DIRECTORY user_642acdfcd519b05***@85d07***-vorigin.vws.vegacdn.vn::user_642acdfcd519b05***
Download to your directory
rsync -rtv user_642acdfcd519b0****@85d07***-vorigin.vws.vegacdn.vn::user_642acdfcd519b05*** YOUR_DIRECTORY