zfssnap | Automatic snapshots and replication for ZFS on Linux
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.
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
Support
zfssnap has a low active ecosystem.
It has 9 star(s) with 2 fork(s). There are 1 watchers for this library.
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
Quality
zfssnap has 0 bugs and 0 code smells.
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.
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.
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
Copy
cmds:
zfs: /sbin/zfs
policies:
snapshot-all:
type: snapshot
keep:
hourly: 24
daily: 7
weekly: 5
Copy
[global]
shadow: snapdir = .zfs/snapshot
shadow: sort = desc
shadow: format = zfssnap_%Y%m%dT%H%M%SZ
shadow: localtime = no
[]
vfs_objects = shadow_copy2
Copy
./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.
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page