summaryrefslogtreecommitdiff
path: root/raveos-app-installer/data/backup/backup-paths.json
blob: abfe3158ec1f66d8aed8b3c3c02e7231421f20b0 (plain)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
{
  "version": 1,
  "groups": [
    {
      "id": "apps",
      "label": {
        "hu": "Alkalmazásprofilok",
        "en": "Application profiles"
      },
      "description": {
        "hu": "Böngészők, kommunikációs appok és fontos desktop alkalmazások profiljai.",
        "en": "Profiles of browsers, communication apps, and important desktop applications."
      },
      "default_expanded": true,
      "items": [
        {
          "id": "librewolf_profile",
          "label": {
            "hu": "LibreWolf profil",
            "en": "LibreWolf profile"
          },
          "path": ".var/app/io.gitlab.librewolf-community/.librewolf",
          "scope": "home",
          "default_selected": true,
          "size_hint": "medium"
        },
        {
          "id": "vivaldi_profile",
          "label": {
            "hu": "Vivaldi profil",
            "en": "Vivaldi profile"
          },
          "path": ".config/vivaldi",
          "scope": "home",
          "default_selected": true,
          "size_hint": "medium"
        },
        {
          "id": "brave_profile",
          "label": {
            "hu": "Brave Origin profil",
            "en": "Brave Origin profile"
          },
          "path": ".config/BraveSoftware/Brave-Origin",
          "scope": "home",
          "default_selected": true,
          "size_hint": "medium"
        },
        {
          "id": "bitwarden_config",
          "label": {
            "hu": "Bitwarden beállítások",
            "en": "Bitwarden settings"
          },
          "path": ".config/Bitwarden",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "heroic_config",
          "label": {
            "hu": "Heroic Games Launcher beállítások",
            "en": "Heroic Games Launcher settings"
          },
          "path": ".var/app/com.heroicgameslauncher.hgl/config/heroic",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "qbittorrent_config",
          "label": {
            "hu": "qBittorrent beállítások",
            "en": "qBittorrent settings"
          },
          "path": ".config/qBittorrent",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "signal_config",
          "label": {
            "hu": "Signal profil",
            "en": "Signal profile"
          },
          "path": ".config/Signal",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "telegram_data",
          "label": {
            "hu": "Telegram Desktop adatok",
            "en": "Telegram Desktop data"
          },
          "path": ".local/share/TelegramDesktop",
          "scope": "home",
          "default_selected": true,
          "size_hint": "medium"
        },
        {
          "id": "discord_config",
          "label": {
            "hu": "Discord beállítások",
            "en": "Discord settings"
          },
          "path": ".config/discord",
          "scope": "home",
          "default_selected": false,
          "size_hint": "small"
        },
        {
          "id": "vencord_config",
          "label": {
            "hu": "Vencord beállítások",
            "en": "Vencord settings"
          },
          "path": ".config/Vencord",
          "scope": "home",
          "default_selected": false,
          "size_hint": "small"
        },
        {
          "id": "steam_userdata",
          "label": {
            "hu": "Steam felhasználói adatok",
            "en": "Steam user data"
          },
          "path": ".local/share/Steam",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large",
          "note": {
            "hu": "Nagy lehet, játékadatokat és cache-t is tartalmazhat.",
            "en": "Can be large, may include game data and cache."
          }
        },
        {
          "id": "lutris_data",
          "label": {
            "hu": "Lutris adatok",
            "en": "Lutris data"
          },
          "path": ".local/share/lutris",
          "scope": "home",
          "default_selected": false,
          "size_hint": "medium"
        }
      ]
    },
    {
      "id": "desktop",
      "label": {
        "hu": "Desktop és felület",
        "en": "Desktop and interface"
      },
      "description": {
        "hu": "Témák, GNOME shell kiegészítők és HUD/overlay beállítások.",
        "en": "Themes, GNOME Shell extensions, and HUD/overlay settings."
      },
      "default_expanded": true,
      "items": [
        {
          "id": "icons_dir",
          "label": {
            "hu": "Ikonok",
            "en": "Icons"
          },
          "path": ".icons",
          "scope": "home",
          "default_selected": true,
          "size_hint": "medium"
        },
        {
          "id": "themes_dir",
          "label": {
            "hu": "Témák",
            "en": "Themes"
          },
          "path": ".themes",
          "scope": "home",
          "default_selected": true,
          "size_hint": "medium"
        },
        {
          "id": "gnome_shell_data",
          "label": {
            "hu": "GNOME Shell kiegészítők",
            "en": "GNOME Shell extensions"
          },
          "path": ".local/share/gnome-shell",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "flatpak_overrides",
          "label": {
            "hu": "Flatpak override-ok",
            "en": "Flatpak overrides"
          },
          "path": ".local/share/flatpak/overrides",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "mangohud_config",
          "label": {
            "hu": "MangoHud beállítások",
            "en": "MangoHud settings"
          },
          "path": ".config/MangoHud",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "goverlay_config",
          "label": {
            "hu": "GOverlay beállítások",
            "en": "GOverlay settings"
          },
          "path": ".config/goverlay",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        }
      ]
    },
    {
      "id": "work",
      "label": {
        "hu": "Munka és produktivitás",
        "en": "Work and productivity"
      },
      "description": {
        "hu": "Irodai, média- és alkotó appok fontos user-adatkönyvtárai.",
        "en": "Important user data directories of office, media, and creative apps."
      },
      "default_expanded": false,
      "items": [
        {
          "id": "libreoffice_config",
          "label": {
            "hu": "LibreOffice beállítások",
            "en": "LibreOffice settings"
          },
          "path": ".config/libreoffice",
          "scope": "home",
          "default_selected": true,
          "size_hint": "small"
        },
        {
          "id": "onlyoffice_data",
          "label": {
            "hu": "OnlyOffice adatok",
            "en": "OnlyOffice data"
          },
          "path": ".local/share/onlyoffice",
          "scope": "home",
          "default_selected": false,
          "size_hint": "small"
        },
        {
          "id": "calibre_config",
          "label": {
            "hu": "Calibre beállítások",
            "en": "Calibre settings"
          },
          "path": ".config/calibre",
          "scope": "home",
          "default_selected": false,
          "size_hint": "small"
        },
        {
          "id": "kdenlive_data",
          "label": {
            "hu": "Kdenlive adatok",
            "en": "Kdenlive data"
          },
          "path": ".local/share/kdenlive",
          "scope": "home",
          "default_selected": false,
          "size_hint": "medium"
        },
        {
          "id": "freetube_config",
          "label": {
            "hu": "FreeTube profil",
            "en": "FreeTube profile"
          },
          "path": ".config/FreeTube",
          "scope": "home",
          "default_selected": false,
          "size_hint": "small"
        }
      ]
    },
    {
      "id": "content",
      "label": {
        "hu": "Nagy felhasználói tartalmak",
        "en": "Large user content"
      },
      "description": {
        "hu": "Nem alapból kijelölt könyvtárak, mert nagyok lehetnek.",
        "en": "Directories not selected by default because they can be large."
      },
      "default_expanded": false,
      "items": [
        {
          "id": "games_dir",
          "label": {
            "hu": "Games könyvtár",
            "en": "Games directory"
          },
          "path": "Games",
          "scope": "home",
          "default_selected": false,
          "size_hint": "xlarge",
          "note": {
            "hu": "Játékadatok miatt nagyon nagy lehet.",
            "en": "Can be very large due to game data."
          }
        },
        {
          "id": "calibre_library",
          "label": {
            "hu": "Calibre Library",
            "en": "Calibre Library"
          },
          "path": "Calibre Library",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large"
        },
        {
          "id": "desktop_dir",
          "label": {
            "hu": "Asztal / Desktop",
            "en": "Desktop"
          },
          "path": "Desktop",
          "scope": "home",
          "default_selected": false,
          "size_hint": "medium"
        },
        {
          "id": "documents_dir",
          "label": {
            "hu": "Dokumentumok / Documents",
            "en": "Documents"
          },
          "path": "Documents",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large"
        },
        {
          "id": "downloads_dir",
          "label": {
            "hu": "Letöltések / Downloads",
            "en": "Downloads"
          },
          "path": "Downloads",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large"
        },
        {
          "id": "pictures_dir",
          "label": {
            "hu": "Képek / Pictures",
            "en": "Pictures"
          },
          "path": "Pictures",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large"
        },
        {
          "id": "videos_dir",
          "label": {
            "hu": "Videók / Videos",
            "en": "Videos"
          },
          "path": "Videos",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large"
        },
        {
          "id": "music_dir",
          "label": {
            "hu": "Zenék / Music",
            "en": "Music"
          },
          "path": "Music",
          "scope": "home",
          "default_selected": false,
          "size_hint": "large"
        }
      ]
    },
    {
      "id": "system",
      "label": {
        "hu": "Rendszerközeli mentés",
        "en": "System-level backup"
      },
      "description": {
        "hu": "Csak haladó felhasználóknak, külön megerősítéssel.",
        "en": "For advanced users only, requires extra confirmation."
      },
      "default_expanded": false,
      "items": [
        {
          "id": "libvirt_system",
          "label": {
            "hu": "libvirt rendszerbeállítások",
            "en": "libvirt system configuration"
          },
          "path": "/etc/libvirt",
          "scope": "system",
          "default_selected": false,
          "size_hint": "small",
          "requires_root": true
        },
        {
          "id": "jellyfin_web_config",
          "label": {
            "hu": "Jellyfin web config",
            "en": "Jellyfin web config"
          },
          "path": "/usr/share/jellyfin/web/config.json",
          "scope": "system",
          "default_selected": false,
          "size_hint": "small",
          "requires_root": true
        }
      ]
    }
  ]
}