Mineuniverse
Log in Register
Plugins

snapshot

Manage file system snapshots in game
by papadave66
Download Claim this project
1,324 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools

This plugin allows you managing snapshots for a pre-configured file system, currently only ZFS snapshot is supported.
All worlds with auto-saving enabled and player data are saved prior to snapshot to ensure consistency of the save data.

Getting Started
===============

1. You must already be familiar with ZFS management tasks.
2. The ZFS implementation on your operating system must support administration permission delegation to allow snapshots to be taken or destroyed by non-privileged Minecraft server software. Oracle Solaris 11 and OpenZFS for illumos or FreeBSD should work without problem; for GNU/Linux, make sure to use ZoL version 0.7 or later.
3. Make sure to create a dedicated dataset for storing Minecraft server configuration files and/or worlds. `zr/home/minecraft/test-server-1` will be used for following example.
4. Run following commands as root to delegate required permissions to the non-privileged user, `minecraft` as an example:
        # zfs allow -u minecraft snapshot zr/home/minecraft/test-server-1
        # zfs allow -u minecraft mount zr/home/minecraft/test-server-1
        # zfs allow -d -u minecraft destroy zr/home/minecraft/test-server-1
5. Test the configuration by trying to create and destroy a snapshot by the non-privileged user:
        # sudo -u minecraft -i
        $ zfs snapshot zr/home/minecraft/test-server-1@test
        $ zfs destroy zr/home/minecraft/test-server-1@test
You should not see any error reports such as 'Permission denied'.
6. Install this plugin and edit its configuration file to set your ZFS dataset. The default path of the configuration file is plugins/snapshot/config by default; you may start the server once to get this created before editing. For example set 'zfs_dataset=zr/home/minecraft/test-server-1'.
7. Start the server and try to take and list some snapshots. See in-game command 'snapshot' for usage.
tutorial video on asciinema.org

 

Permission Nodes

================

 

* rivoreo.snapshot.take - Allow taking new snapshots

* rivoreo.snapshot.drop - Allow destroying existing snapshots

* rivoreo.snapshot.list - Allow listing snapshots

 


Missing Features / To Do List
=============================

* Configurable scheduled snapshots taking

 

Git repository: sourceforge

snapshot-1.1-bukkit.jar
MC 1.6.2, 1.7.2, CB 1.7.9-R0.2, CB 1.6.2-R0.1, 1.4.7, 1.2.2, CB 1.2.5-R3.0, CB 1.3.2-R2.0, 1.9, 1.16, 1.19.3, 1.1, 1.18.1, 1.2.5, 1.5.0, 1.5.2, CB 1.4.5-R1.0, CB 1.2.5-R1.2
Release 2023-07-22 Get
snapshot-1.0-bukkit.jar
MC 1.6.2, 1.7.2, CB 1.7.9-R0.2, CB 1.6.2-R0.1, 1.5.1, CB 1.5.2-R1.0, 1.4.7, 1.2.2, CB 1.2.5-R3.0, CB 1.3.2-R2.0, 1.9, 1.2.3, 1.4.2, 1.3.1, CB 1.3.2-R0.1, CB 1.6.2-R1.0, 1.16, 1.1
Release 2020-10-31 Get

More from papadave66

Egg Auto Hatch
3,163
mcipm
271
Monospace Font
2,471
Aggressive Chickens
16,529
World Manager
1,260

You Might Also Like

AdBolt Advertising Network
Make money from your Minecraft server by running ads!
9,992
Mineload
Mineload
9,978
BeastTP
BeastTP v1.0 - Teleportation Made Easy! -[Permissions][1317]
9,966
RegionManager
generate regions with just one command!
9,950
TimeKeeper
Keep the Server-Playtime per Day
9,948
SimpleAdmin
simple way to ban/kick unwanted players from your server
9,945