Code Monkey home page Code Monkey logo

vscode-rsync's Introduction

sync-rsync

Basic sync using Rsync

Features

This extension syncs with a remote server using rsync

With these commands:

  • Sync - Rsync: Local to Remote
  • Sync - Rsync: Remote to local

Requirements

Rsync installed both locally and remotely

Extension Settings

This extension contributes the following settings:

  • sync-rsync.remote: the rsync remote location e.g. user@remote:path (must end in path separator)
  • sync-rsync.local: the local location defaults to workspace (must end in path separator)
  • sync-rsync.delete: true or false if you want rsync to delete files
  • sync-rsync.flags: rsync flags
  • sync-rsync.exclude: rsync exclude patterns e.g. [".git",".vscode"]
  • sync-rsync.onSave: sync project on save (currently syncs entire project because I do not have an easy way to deal with excluded files)
  • sync-rsync.autoHideOutput: Auto hide rsync output when rsync is done
  • sync-rsync.shell: Rsync's -e option e.g. ssh -p 1234
  • sync-rsync.chmod: Rsync's --chmod option

0.10.1

work on cmd or powershell with rsync.exe

0.10.0

local in config

0.9.3

readme fix

0.9.2

path seperator fix

0.9.0

chmod option

0.8.0

shell option

0.7.0

Auto hide rsync output when rsync is done

0.6.1

Upgraded rsync library

0.6.0

Sync on save

0.5.1

Exclude patterns

0.4.1

Added ability to delete and specify flags

0.1.0

Initial release

vscode-rsync's People

Contributors

jvanderstelt avatar yamajik avatar thisboyiscrazy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.