Created
January 22, 2020 13:43
-
-
Save hewersonfreitas/ef411490432f4e1dcdf833028a4f9341 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syncWithCdn.sh >> | |
#!/bin/bash | |
s3cmd sync /PATH s3://bucket-name/ | |
#~ sync path in S3 Amazon | |
* * * * * /PATH/syncWithCdn.sh >> /PATH/log_sync.txt | |
#~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment