# Backup
# Backup Tool
- https://flathub.org/apps/org.gnome.World.PikaBackup
# Software
Software | OS | Purpose |
---|---|---|
Soursetree | Windows | Git Client Mysql Scripts |
sqlbak | Both | MySQL backup |
FileZilla | Linux | Upload folders to FPT |
# Bat File
File : scr2zip.bat
@echo off
rem PATH "c:\Program Files (x86)\WinRAR\"
rem "(file.lst) List of Files to be back up"
rem "c:\src2zip code"
path "C:\Program Files\WinRAR\"
# path "C:\Program Files\7-Zip"
winrar.exe a %1_%date% @file.lst
# 7z.exe a %1_%date% @file.lst
echo all done!
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
File : file.lst
d:\tss\bin\bpp\*.pbl
d:\tss\bin\bpp\*.pbt
d:\tss\bin\bum\*.pbl
d:\tss\bin\bum\*.pbt
d:\tss\bin\bum\*.sql
d:\tss\bin\core\*.pbl
d:\tss\bin\core\*.pbt
d:\tss\bin\cheque\*.pbl
d:\tss\bin\cheque\*.pbt
d:\tss\bin\bum\*.pbl
d:\tss\bin\bum\*.pbt
d:\tss\bin\sms\*.pbl
d:\tss\bin\sms\*.pbt
d:\tss\bin\workspace\*.*
D:\tss\Bin\retail\*.pbt
D:\tss\Bin\retail\*.pbl
D:\tss\Bin\mandal\*.pbt
D:\tss\Bin\mandal\*.pbl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Shell Script
# Folder
- Virtual Machine & HDD
- My-Desk
- Share-Me
- DSK
- Pictures
- Training Videos
- Download
- Document
- Desktop
- Workbench Profile
- FileZilla Profile
- PDF Printer Profile
- Code Editors Settings
# Restore
- Browser Extensions : VueDev Tools, Json Formattter
# Dictonary
- Location : ~/.config/BraveSoftware/Brave-Browser/Default/Custom Dictionary.txt
- Stop Brave : brave-browser --shutdown
- Replace : cp ~/Documents/brave_dictionary_backup.txt ~/.config/BraveSoftware/Brave-Browser/Default/Custom\ Dictionary.txt
← Virtual Machine Stock →