Coder Social home page Coder Social logo

rudgiosync's Introduction

Rudgiosync - The Rudimentary GIO Synchronization utility.


Rudgiosync is a simplistic file synchronizing utility, inspired heavily by
rsync, which uses gio as its I/O library, and can therefore access and
synchronize gvfs-based filesystems.

The synchronization utility compares files either by comparing their size
and time of last modification, or by only comparing their sizes, or optionally
by comparing the SHA256 checksums of the individual files.


The program expects two command-line arguments, the source and destination
locations to be synchronized (specified as a filename or a GIO-supported URI).

Additionally, you may specify which comparison criteria should apply, and
whether extraneous files from destination directories should be deleted; see
the help listing for more details:  rudgiosync --help


Example usage:

    $ rudgiosync -ds "/tmp/sync/" "mtp://[usb:005,007]/SD card/sync/"


Installing/Compiling:

    For generic installation instructions, see the INSTALL file.

    In case you've gotten this program from a git repo, in order to generate
    the missing build system files, run:  autoreconf -vfi

Dependencies:

    Required for compiling:
        pkg-config >= 0.9.0
        glib       >= 2.32.4

    Required for checksum support: (optional)
        nettle

    Required for bootstrapping from git:
        autoconf   >= 2.69
        automake   >= 1.11.6

    Required for "make dist" from a git tree:
        perl

rudgiosync's People

Contributors

dusxmt avatar

Watchers

 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.