Code Monkey home page Code Monkey logo

adlibre-backup's People

Contributors

drscream avatar macropin avatar rjw1 avatar saintaardvark avatar scout3r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adlibre-backup's Issues

Feature - backup status

It would be great to have a "status" feature:

./bin/status.sh --all
foo.example.com - <last backup> - success/fail/partial

backup multiple hosts at the same time

might it be possible to integrate multiple host backups at the same time? something like jobs=4 within backup.conf

for sure this would speed up the backupjobs since rsync is not the fastest

rsync needs --inplace

Don't you need to use rsync's --inplace option to get the efficiency of the snapshotting of ZFS (and I would assume btrfs)?

Otherwise when rsync detects any change of file content it rebuilds the new file in a temporary name such as .$filename.$unique_string in the same directory as the original file, pulling data from the original local file and the remote file to reconstruct the new local file. But only once it's reconstructed in that temporary file does it then replace (probably with what is effectively a mv) the original file with the new file. But by that time you have lost the efficiency of not duplicating the identical blocks between the snapshot(s) and where the new file is being created.

Allow to be used without send_nsca

Currently it generates a warning if send_nsca is not found. It should be possible to use without this.

send_nsca not found. Please specify $NSCA_BIN location in backup.conf.

update on the status of the project

Sorry to ask via issues, but I wondered if the project is still alive (expanding in features) and maintained (not sure since there were no commits for over a year)?
Thanks in advance!

cannot use rsync protocol but always ssh

Is there a possibility to use the rsync protocol instead of using ssh?

I'd like to connect to rsync://<hostname>/<target> instead of root@<hostname>/<target> because in our use case , security is not a concern, but network speed is much faster using unencrpyted rsync data.

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.