pyznap icon indicating copy to clipboard operation
pyznap copied to clipboard

ZFS snapshot tool written in python

Results 27 pyznap issues
Sort by recently updated
recently updated
newest added

Two new, optional parameters in the configuration file `date_format` and `time_format` allow you to override the default `strftime()` values of `%Y-%m-%d` and `%H:%M:%S` respectively. This change may be really helpful...

I believe there are a couple of issues related to initial Pyznap replication of zvol. These issues could be related to each other...? **Issue no. 1: Zvol sparse-setting is not...

Can you add an option to configure the mbuffer size? At the moment it's hard-coded to 512M, which is fine in most cases, but I was using zfs on a...

Hi, I noticed that some python programs have the ability to select which tests to run. Could you elaborate if this is possible with your program? The test command I'm...

Add option recursive=yes|no for taking non recursive snapshots on each target. This option has been requested in this issue: https://github.com/yboetz/pyznap/issues/6 Here is an example config on how it looks like:...

I have pyznap deployed on several Arch servers and every few months it stops producing snapshots and sending/pulling because (I think) the files (python? libraries?) it was installed against were...

The error is: ``` Traceback (most recent call last): File "/usr/local/bin/pyznap", line 5, in from pyznap.main import main ModuleNotFoundError: No module named 'pyznap' ``` During the upgrade of Ubuntu, python...