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

## Issue Currently, pyznap triggers a snapshot for all children datasets based on the parent config. However, the way this is implemented can cause multiple issues when we want specific...

If the source dataset is encrypted, we cannot use create dest since It'll complain the source won't match destination. The best solution I found is to do nothing, this seems...

Today I found this log: **/var/log/pyznap.log.1** > ``` [...] Jan 01 00:00:01 INFO: Starting pyznap... [...] Jan 01 00:25:11 INFO: Deleting snapshot rpool/var/lib/docker/wbuu1gj1afus39gfy6arms4sx@pyznap_2023-12-21_02:11:01_monthly... [...] ``` **/var/log/pyznap.log** > ``` Jan 01...

On a Proxmox install of mine, pyznap is not removing the old snapshots, even though `clean = yes` is specified in the config file. Below is what I mean by...

It'd be pretty cool to only have snapshots that actually are worth having. Seems fairly easy to implement based on [this thread](https://www.reddit.com/r/zfs/comments/11y5le6/wrote_a_script_that_creates_snapshots_only_if/), e.g. ``` local WRITTEN=$(zfs get -H -o value...

What's the correct way to send an encrypted dataset to a remote pool with no existing dataset? I'm using these options: ``` [source/backups] daily = 7 snap = yes clean...

First, let me say thanks for a great tool. I run `pyznap send` daily and `pyznap snap` every 15 minutes via crontab. I do not want to keep snapshots more...

It is a superb tool, but I cannot get it to run on Ubuntu Server 22.04. I installed it with `pip install pyznap` but when run, I get this: ```...

Hi I was wondering if someone could shed some light, Currently sending snapshot to another pool but does not show the disk, it shows that its sending but in the...

hi, i have use pyznap only on remote site to pull snapshots from production server to backup server. everything is ok execpt one thing, deleting snap from dest/backup server. on...