Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soartec-lab/s3_sync
https://github.com/soartec-lab/s3_sync
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/soartec-lab/s3_sync
- Owner: soartec-lab
- Created: 2018-02-09T05:43:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T07:02:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-22T02:12:58.570Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sync
s3へ同期するファイルを格納します# sync.sh
syncディレトリをS3に同期させます```
$ ./sync.sh # dryrun
$ ./sync.sh -y # 同期実行
```