Code Monkey home page Code Monkey logo

remote-rsync's Introduction

A modest rsync script I wrote to perform weekly backups on a cron job to a remote server. It will use a private key (password-less ssh - google it) to log into the remote server and transfer the files.

Example Cron: Run at 00:01 every Saturday:

1 0 * * 6 /usr/bin/remote-rsync.sh

Variables

REMOTE_HOST = Target server where files will be pushed for backup.

REMOTE_USER = SSH username to target system.

REMOTE_PORT = SSH port for target system.

KEY = /path/to/private/key.file

LOCAL_PATH = Path to the files on the local server which will be pushed to the target server.

REMOTE_PATH = Remote path on the target server where the files are to be stored.

Switches

-a archive mode; equals -rlptgoD

-u skip files that are newer on the receiver

-v increase verbosity

-e specify the remote shell to use

We then tell rsync to use ssh, declare the port, shake hands with the private key, log in, and transfer the files.

remote-rsync's People

Contributors

ccheney avatar

Watchers

James Cloos avatar  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.