rsync-backup | Rsync based backup script with automated MD5 checksum | Continuous Backup library

 by   hkbakke Python Version: v2.1.3 License: MIT

kandi X-RAY | rsync-backup Summary

kandi X-RAY | rsync-backup Summary

rsync-backup is a Python library typically used in Backup Recovery, Continuous Backup applications. rsync-backup has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However rsync-backup build file is not available. You can download it from GitHub.

rsync-backup makes use of rsync's hard linking feature to create efficient backups where unchanged files are linked together between backups, minimizing the need for extra storage when doing versioned backups. Rsync only copies changed blocks, so network backups are efficient and fast after the initial backup. rsync-backup implements a configurable snapshot, daily, monthly and yearly scheme to reduce the number of backups when long retention times are used. The storage requirements are also reduced when using such a scheme compared to rolling backups with no efficient trimming of older backups.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              rsync-backup has a low active ecosystem.
              It has 9 star(s) with 3 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 4 have been closed. On average issues are closed in 0 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of rsync-backup is v2.1.3

            kandi-Quality Quality

              rsync-backup has 0 bugs and 0 code smells.

            kandi-Security Security

              rsync-backup has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              rsync-backup code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              rsync-backup is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              rsync-backup releases are available to install and integrate.
              rsync-backup has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed rsync-backup and discovered the below as its top functions. This is intended to give you an instant insight into rsync-backup implemented functionality, and help decide if they suit your requirements.
            • Run a backup
            • Perform a backup
            • Set the current symlink
            • Parse the path
            • Verify all the files in the backup directory
            • Check if pid file exists
            • Create directories
            • Get all configs
            Get all kandi verified functions for this library.

            rsync-backup Key Features

            No Key Features are available at this moment for rsync-backup.

            rsync-backup Examples and Code Snippets

            Manual run
            Pythondot img1Lines of Code : 8dot img1License : Permissive (MIT)
            copy iconCopy
            ./backup.py -a
            
            ./backup.py -c 
            
            ./backup.py -c  -i
            
            ./backup.py -c  -i monthly_2015-04-01-010005
            
            ./backup.py -c  -t
            
            ./backup.py --help
            
            cd /path/to/backups//backups//backup
            zcat ../checksums.gz | md5sum -c
              
            Docker
            Pythondot img2Lines of Code : 7dot img2License : Permissive (MIT)
            copy iconCopy
            cd 
            docker build -t rsync-backup --rm=true .
            
            docker run -i -t --rm \
                --name=rsync-backup \
                -v "":"" \
                -v "":"/root/.ssh" \
                rsync-backup 
              

            Community Discussions

            Trending Discussions on rsync-backup

            QUESTION

            Create a Log file for Rsync if not exists
            Asked 2017-Jan-12 at 12:25

            Im writing a simple bash script where the bash script will sync my live servers with my staging servers. I am using rsync to do this.

            What I need is a log file for each day the script was executed. I am using the following command

            ...

            ANSWER

            Answered 2017-Jan-11 at 10:25

            An easy way would be to execute touch to create an empty file before executing rsync:

            Source https://stackoverflow.com/questions/41588158

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install rsync-backup

            You can download it from GitHub.
            You can use rsync-backup like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hkbakke/rsync-backup.git

          • CLI

            gh repo clone hkbakke/rsync-backup

          • sshUrl

            git@github.com:hkbakke/rsync-backup.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Continuous Backup Libraries

            restic

            by restic

            borg

            by borgbackup

            duplicati

            by duplicati

            manifest

            by phar-io

            velero

            by vmware-tanzu

            Try Top Libraries by hkbakke

            tc-gen

            by hkbakkeShell

            borgwrapper

            by hkbakkeShell

            qubes-wireguard

            by hkbakkeShell

            check-systemd-service

            by hkbakkePython

            zfssnap

            by hkbakkePython