0.3.2 • Published 3 years ago

whaler-rsync-plugin v0.3.2

Weekly downloads
33
License
MIT
Repository
github
Last release
3 years ago

Whaler rsync plugin

Install

whaler plugins:install whaler-rsync-plugin

Usage

NB! By default [app] is current dir name.

Sync files from current dir to remote machine

whaler rsync . [app]@<domain name or IP>

Sync files from remote machine to current dir

whaler rsync [app]@<domain name or IP> .

Sync single file from current dir to remote machine

whaler rsync ./file.txt [app]@<domain name or IP>

Sync single file from remote machine to current dir

whaler rsync [app]@<domain name or IP>:/file.txt ./

Sync to remote machine service

whaler rsync . <service>.[app]@<domain name or IP>:/var/www

Sync from remote machine service

whaler rsync <service>.[app]@<domain name or IP>:/var/www ./

NB! Create a .rsyncignore file with a list of all the files and directories you don't want to backup.

License

This software is under the MIT license. See the complete license in:

LICENSE
0.3.2

3 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago