zfssnap | Automatic snapshots and replication for ZFS on Linux

 by   hkbakke Python Version: v3.8.0 License: MIT

kandi X-RAY | zfssnap Summary

kandi X-RAY | zfssnap Summary

zfssnap is a Python library. zfssnap has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However zfssnap build file is not available. You can download it from GitHub.

zfssnap is a python script that automates the task of creating snapshots and/or replicating snapshots on ZFS on Linux systems. As ZFS properties are used to identify the snapshot label the snapshot names are compatible with the shadow_copy2 module in Samba for use with Previous Versions.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              zfssnap has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              zfssnap 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

              zfssnap releases are available to install and integrate.
              zfssnap has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 1368 lines of code, 151 functions and 4 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed zfssnap and discovered the below as its top functions. This is intended to give you an instant insight into zfssnap implemented functionality, and help decide if they suit your requirements.
            • Create a snapshot of the filesystem
            • Get the ssh command
            • Return the ssh command
            • Execute a policy
            • Get a specific policy
            • Merges two dictionaries recursively
            • Validate the keep interval
            • Get global defaults
            • Destroy this snapshot
            • Destroy zfs
            • Remove a snapshot from the cache
            • Destroy the filesystem
            • Get a property from the cache
            • Remove fsvol from cache
            Get all kandi verified functions for this library.

            zfssnap Key Features

            No Key Features are available at this moment for zfssnap.

            zfssnap Examples and Code Snippets

            zfssnap,Configuration
            Pythondot img1Lines of Code : 10dot img1License : Permissive (MIT)
            copy iconCopy
            cmds:
              zfs: /sbin/zfs
            
            policies:
              snapshot-all:
                type: snapshot
                keep:
                  hourly: 24
                  daily: 7
                  weekly: 5
              
            zfssnap,Samba configuration for Previous Version
            Pythondot img2Lines of Code : 8dot img2License : Permissive (MIT)
            copy iconCopy
            [global]
            shadow: snapdir = .zfs/snapshot
            shadow: sort = desc
            shadow: format = zfssnap_%Y%m%dT%H%M%SZ
            shadow: localtime = no
            
            []
            vfs_objects = shadow_copy2
              
            zfssnap,Usage
            Pythondot img3Lines of Code : 4dot img3License : Permissive (MIT)
            copy iconCopy
            ./zfssnap.py --policy snapshot-all
            
            ./zfssnap.py --policy snapshot-all --reset
            
            ./zfssnap.py --policy snapshot-all --list snapshots
            
            ./zfssnap.py --help
              

            Community Discussions

            No Community Discussions are available at this moment for zfssnap.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install zfssnap

            To schedule snapshots crontab are normally used. This is an example root crontab for this purpose:.
            zfssnap.py has been symlinked to /usr/local/bin/zfssnap for ease of use.
            --quiet can be used to supress all output, even warnings and errors. However, you are normally interested in getting a notification from cron if something goes wrong.

            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/zfssnap.git

          • CLI

            gh repo clone hkbakke/zfssnap

          • sshUrl

            git@github.com:hkbakke/zfssnap.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