GithubHelp home page GithubHelp logo

owodunni / bashshot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hansfilipelo/bashshot

0.0 3.0 0.0 555 KB

Replicates the Solaris sun-auto-snap functionality as shell script. Tested on Debian and Ubuntu GNU/Linux with zfsonlinux.

License: Other

Makefile 16.93% Shell 83.07%

bashshot's Introduction

bashShot

Replicates the Solaris sun-auto-snap functionality as shell script with help of cron. Tested on Debian and Ubuntu GNU/Linux with ZFSonLinux (zfsonlinux.org).

LICENSE

bashShot - sun-auto-snap-like implementation for ZFSonLinux using
	cron. Copyright (C) 2014  Hans-Filip Elo, Rovanion Luckey,
	Christian Svensson.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

REQUIREMENTS

Should run on any Linux system that has bash, cron and ZFS (zfsonlinux.org) installed, but has only been tested on Debian and Ubuntu. If you are interested in running bashShot on another distro or OS, please proceed in caution and confirm it's operability.

INSTALLATION

These scripts needs bash and cron/anacron, which are installed by default on Debian and Ubuntu. You also need ZFSonLinux (zfsonlinux.org). Note that the author recommends reading and understanding any script before running it as root.

Clone the project and switch to it's folder:

git clone git://github.com/hansfilipelo/bashshot.git
cd bashshot

Install the software on your system:

sudo make install

Edit /usr/local/etc/bashshot.conf. Set which filesystems to snapshot and the periocity of these snapshots. Example below:

filesystems="pool/filesystem pool/filesystem2"
frequent="no"
hourly="no"
daily="yes"
weekly="yes"
monthly="yes"

UNINSTALL

Simply run make uninstall:

sudo make uninstall
# To also remove config
sudo make purge

bashshot's People

Contributors

hansfilipelo avatar rovanion avatar bluecmd avatar

Watchers

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