File: timeshift.appdata.xml

package info (click to toggle)
timeshift 25.07.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,576 kB
  • sloc: xml: 133; sh: 23; makefile: 6
file content (71 lines) | stat: -rw-r--r-- 3,225 bytes parent folder | download | duplicates (3)
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
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 suve <veg@svgames.pl> -->
<component type="desktop">
	<id>timeshift-gtk.desktop</id>
	<metadata_license>CC-BY-SA-3.0</metadata_license>
	<project_license>GPL-2.0-or-later</project_license>
	<name>Timeshift</name>
	<summary>System restore utility for Linux</summary>
	<summary xml:lang="cs">Nástroj pro obnovení systému pro Linux</summary>
	<summary xml:lang="hr">Alat obnove sustava za Linux</summary>

	<description>
		<p xml:lang="en">
			Timeshift protects your system by taking incremental snapshots of the file system at regular intervals.
			These snapshots can be restored at a later date to undo all changes to the system. 
		</p>
		<p xml:lang="en">
			Timeshift is designed to protect system files and settings.
			It is NOT a backup tool and is not meant to protect user data.
			Entire contents of users' home directories are excluded by default.
		</p>
		<p xml:lang="cs">
			Timeshift chrání systém pořizováním přírůstkových zachycených stavů souborového systému v pravidelných intervalech.
			Tyto zachycené stavy je možné později obnovit a vzít tak zpět veškeré změny v systému. 
		</p>
		<p xml:lang="cs">
			Timeshift je navržen tak, aby chránil systémové soubory a nastavení.
			NEJEDNÁ se o zálohovací nástroj a není určen k ochraně dat uživatelů.
			Veškerý obsah domovských složek uživatelů je ve výchozím stavu vynecháván.
		</p>
		<p xml:lang="hr">
			Timeshift štiti vaš sustav stvaranjem pojedinačnih snimaka datotečnog sustava u redovitim vremenskim razmacima.
			Te snimke sustava kasnije se mogu obnoviti kako bi se poništile sve promjene načinjene u sustavu. 
		</p>
		<p xml:lang="hr">
			Timeshift je dizajniran kako bi zaštitio vaše datoteke i postavke sustava.
			Timeshift nije alat za sigurnosno kopiranje i namjena mu nije zaštita korisničkih podataka.
			Sav sadržaj osobne mape korisnika po zadanome je izuzet.
		</p>
	</description>


	<screenshots>
		<screenshot type="default">
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/main_window.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/settings_location.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/settings_schedule.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/settings_rsync.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/settings_btrfs.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/settings_users_rsync.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/settings_filters.png</image>
		</screenshot>
		<screenshot>
			<image>https://raw.githubusercontent.com/linuxmint/timeshift/master/images/restore_summary.png</image>
		</screenshot>
	</screenshots>
	
	<url type="homepage">https://github.com/linuxmint/timeshift</url>
</component>