# 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

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

# Shell Script

# Folder

  1. Virtual Machine & HDD
  2. My-Desk
  3. Share-Me
  4. DSK
  5. Pictures
  6. Training Videos
  7. Download
  8. Document
  9. Desktop
  10. Workbench Profile
  11. FileZilla Profile
  12. PDF Printer Profile
  13. 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
Last Updated: 29/12/2021 9:58:12 am