Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardomv/snapper-gui
GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes
https://github.com/ricardomv/snapper-gui
btrfs filesystem gui linux snapper snapshot
Last synced: 8 days ago
JSON representation
GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes
- Host: GitHub
- URL: https://github.com/ricardomv/snapper-gui
- Owner: ricardomv
- License: gpl-2.0
- Created: 2013-08-23T12:17:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T03:57:34.000Z (11 months ago)
- Last Synced: 2024-08-02T12:46:59.046Z (3 months ago)
- Topics: btrfs, filesystem, gui, linux, snapper, snapshot
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 219
- Watchers: 13
- Forks: 32
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ricardomv/snapper-gui - GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes (linux)
README
snapper-gui
===========Snapper-gui is a graphical user interface for the tool [snapper](http://snapper.io/) for Linux filesystem snapshot management. It can compare snapshots and revert differences between snapshots. In simple terms, this allows root and non-root users to view older versions of files and revert changes. Currently works with btrfs, ext4 and thin-provisioned LVM volumes
Dependencies
-----------### ArchLinux:
python3
gtk3
python-dbus
python-gobject
python-setuptools
gtksourceview3
snapper
### openSUSE:
python3
dbus-1-python3
python-gtksourceview-devel
python3-setuptools
### Ubuntu
python3
libgtksourceview-3.0-1
gir1.2-gtksource-3.0
python3-dbus
python3-setuptoolsInstallation
-----------$ git clone https://github.com/ricardo-vieira/snapper-gui/
$ cd snapper-gui/
# python3 setup.py installScreenshots
-----------
![](http://i.imgur.com/ck9indK.png)
Main window, create delete open submodule forlder and open changes in selected snapshots![](http://i.imgur.com/RgHX2fN.png)
Changes window in diff viewContributors
------------- Ricardo Vieira
- Marek RusinowskiLicense
-------This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.