How to Install and Uninstall zsnapd Package on Kali Linux

Last updated: September 19,2024

1. Install "zsnapd" package

Please follow the guidelines below to install zsnapd on Kali Linux

$ sudo apt update $ sudo apt install zsnapd

2. Uninstall "zsnapd" package

Please follow the steps below to uninstall zsnapd on Kali Linux:

$ sudo apt remove zsnapd $ sudo apt autoclean && sudo apt autoremove

3. Information about the zsnapd package on Kali Linux

Package: zsnapd
Version: 0.8.12-1
Installed-Size: 162
Maintainer: Matthew Grant
Architecture: all
Depends: python3:any (>= 3.3.2~), python3-magcode-core (>= 1.5.4~), python3-setproctitle, python3-psutil, zfsutils-linux
Recommends: openssh-server, openssh-client, mbuffer, zsnapd-rcmd
Size: 31900
SHA256: cd3f070b6c97e971562a628d139f27e198bd766eaf193ab03a171012a383ccb8
SHA1: f0957764fca255469b86cc137e0e882997c8cb0c
MD5sum: d4e727a555d35591ac075a896a888cc4
Description: ZFS Snapshot Daemon written in python
Python daemon that manages ZFS snapshots and send/receive backup.
Based on zfs-snap-manager.
.
* Remote ZFS snapshoting/aging wnd replication back to central ZFS
backup server. Only need to install zfs-utils, zsnapd-rcmd (for secure)
remote ssh key login and sshd on client, and use root ssh key based
log in.
* Has connectivity test to skip scheduled actions when the remote site
cannot be contacted. Actually quite useful for ZFS backing up laptops.
Reachability failures are logged of course!
* Uses Python3
* Native systemd support.
* Configuration is stored in configuration files with the ini file
format. Configuration .d parts directories also present
* Triggers the configured actions based on time or a '.trigger' file
present in the dataset's mountpoint.
* Can take snapshots (with a yyyymmddhhmm timestamp format).
* Can replicate snapshots to/from other nodes.
* Push based when the replication source has access to the replication
target.
* Pull based when the replication source has no access to the replication
target. Typically when you don't want to give all nodes access to the
backup/replication target.
* Cleans all snapshots with the yyyymmddhh timestamp schmea format based
on a GFS schema (Grandfather, Father, Son). Timestamp
evaluation based on actual ZFS snapshot creation metadata.
* Supports pre and post commands.
Description-md5:
Homepage: https://github.com/khenderick/zfs-snap-manager
Section: contrib/admin
Priority: optional
Filename: pool/contrib/z/zsnapd/zsnapd_0.8.12-1_all.deb