Troubleshooting - rsync
If you are having difficulty using rsync to transfer files to your CDN storage account, please check the following items:
- Verify that the user attempting rsync access has the Rsync privilege.
- Verify that a recent version of rsync is installed on your local machine.
- Verify that the specified hostname corresponds to the correct storage location. The rsync hostname assigned to your account is listed on the RSYNC page.
- Verify the command used to transfer your content matches the syntax defined below.
rsync @rsync...transactcdn.com:
- Verify that Local Path points to an .
-
Verify that Destination Path starts with a forward slash.
Example:
/DestinationFolder
- If you have trouble establishing a connection, try using a backslash to escape the @ symbol in the email address specified as your TCC user name.
rsync -avp Local Path joe\@cdn.com@rsync.ams.0001.transactcdn.com:Destination Path
Edgecast CDN