-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
45 lines (31 loc) · 1.04 KB
/
README
File metadata and controls
45 lines (31 loc) · 1.04 KB
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
Termux Backup 0.1.2.0 :: Create a list of installed packages and later reinstall them.
Copyright (C) 2017 :: Shadow Team <Public.ShadowTeam@gmail.com>
================
Create a list of currently installed packages
and later Restore all packages from a previously
created package list.
What's new?
------------------
1.Restore packages
2.Create a list of currently installed packages.
Full Feature List
------------------------
1.Restore packages
2.Create a list of currently installed packages.
License and Copying
------------------------
-See LICENSE file.
Credits
------------------------
Catayao56: Programmer
Requirements
------------------------
1.BASH Shell
2.APT
3.DPKG
Installing & Running
------------------------
1.Create a list of currently installed packages:
termux-pkg-backup [FILENAME OF BACKUP FILE TO BE CREATED]
2.Restore all packages from a previously created package list:
termux-pkg-restore [FILENAME OF BACKUP FILE TO BE RESTORED]]