File: README.md

package info (click to toggle)
snapper-gui 0git.960a94834f-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: python: 728; makefile: 4
file content (60 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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-setuptools

Installation
-----------

    $ git clone https://github.com/ricardo-vieira/snapper-gui/
    $ cd snapper-gui/
    # python3 setup.py install

Screenshots
-----------
![](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 view

Contributors
------------

 - Ricardo Vieira <ricardo.vieira@tecnico.ulisboa.pt>
 - Marek Rusinowski <marekrusinowski@gmail.com>

License
-------

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.