2017-07-15 19:27:36 +02:00
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
Simple wrapper for `cloudup` script from Bash-Snippets.
|
|
|
|
|
|
|
|
|
|
|
|
# INSTALL
|
|
|
|
|
|
|
|
$ sparrow plg install cloudup
|
|
|
|
|
|
|
|
# USAGE
|
|
|
|
|
|
|
|
Basic usage:
|
|
|
|
|
|
|
|
$ sparrow plg run cloudup -- <args>
|
2017-07-16 22:54:10 +02:00
|
|
|
|
|
|
|
For example:
|
|
|
|
|
|
|
|
$ sparrow plg run cloudup -- -p repo1 repo2 repo3
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
If you need some automation:
|
|
|
|
|
|
|
|
$ sparrow project create utils
|
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow task add utils backup-top-repos cloudup
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow task ini utils/backup-top-repos
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
args:
|
2017-07-16 22:54:10 +02:00
|
|
|
- '-p'
|
|
|
|
- repo1
|
|
|
|
- repo2
|
|
|
|
- repo3
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-16 22:54:10 +02:00
|
|
|
$ sparrow task run utils/backup-top-repos
|
2017-07-15 19:27:36 +02:00
|
|
|
|
2017-07-17 19:42:32 +02:00
|
|
|
See parameters description at [https://github.com/alexanderepstein/Bash-Snippets#cloudup](https://github.com/alexanderepstein/Bash-Snippets#cloudup)
|
|
|
|
|
|
|
|
# Authors
|
2017-07-15 19:27:36 +02:00
|
|
|
|
|
|
|
* The author of main script is [Alex Epstein](https://github.com/alexanderepstein)
|
|
|
|
|
|
|
|
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)
|
|
|
|
|
|
|
|
|
|
|
|
|