Git Product home page Git Product logo

glastree's Introduction

glastree 1.05 stable

Overview

  Builds live backup trees, with branches for each day.  Users directly browse
  the past to recover older documents or retrieve lost files.

  Hard links serve to compress out unchanged files, while modified ones are
  copied verbatim.  A prune utility effects a constant, sliding window.

  Satoru Takabayashi has writen a similar program, in Ruby,
  "pdumpfs":http://namazu.org/~satoru/pdumpfs.

Installation

  Edit install variables in Makefile, then 'make install' ::

    # su
    # make install

Examples

  Backup home directory to /vol02/backup ::

    # mkdir /vol02/backup
    # glastree ~ /vol02/backup

  You will subsequently see directories such as ::

     /vol02/backup/200105/26/blah/blah
     /vol02/backup/200105/27/blah/blah
     ...

  Backup my Mail files to /backup/joe/Mail (a directory I own), everyday
  at 4am, keeping last 35 days ::

    0 4 * * *  glastree Mail /backup/joe/Mail ; \
               glastreeprune --days=35 /backup/joe/Mail | xargs -- rm -fr

  As root, backup /home; user trees will be self-owned ::

    # su
    # glastree /home /backup

License

  Released into the public domain.  I provide no warranty, accept no
  responsibility, etc.

Contact

  Jeremy Wohl, jeremywohl at the gmail, "code homepage":https://github.com/jeremywohl/glastree.

  I appreciate feedback, patches or anecdotes.

glastree's People

Contributors

jeremywohl 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.