First posted by glene77is »
Monday, January 16, 2023 now with revised source code notes. edit: 240801-0928
... UPDATED Current Version #5.1 dated 230205 is uploaded here :
... This version #5.1 has a custom gtk box_help sub-routine which is more flexible than the original gtkdialog.
... This version #5.1 can use a /CTB_config.sh file to specify alternate tar.gz output targets.
... version 5.1 "CTB" has a "alpha" exe script, a "compact" rendering which is stripped of notes ... much smaller.
... version 4.1 "CTB-SL" has option to scan list of 8 mounted drives sda1 thru sdh1
V#5.1: Download the Cold-Tar-Backup executable BASH script, "run", and read the "Help" page-out.
V#5.1: current file is also available at http://www.GeoCities.WS/glene77is/
V#5.1: On my website, on the "front page" click this label : "Linux Page" for the GC_Linux.html
Suggestion to observe tar messages as a Progress Indicator.
(0) Once you have downloaded, and extracted the several code scripts to a working directory.
(1) Rename "CTB-SL.sh" file to "CTX.sh" and follow these instructions ( to use the Xterm method ).
(2) place the executable file into "/root/my-applications/bin", which is a Puppy System Path location.
(3) From Command Line terminal, carefully enter xterm -e CTX.sh
(4) This proces will call "xterm", which will execute "CTX.sh" , which will show the "TarOpt" code activity inside "CTX.sh" .
You can observe the message output of tar as it cycles through groups of code lines, as a Progress Indicator.
"CTB"
...is our Puppy Backup for Frugal saveDATA
"PUPSTATE"
...controls the program parameters.
"CTB"
...will generate a 'saveDATA.tar.gz' with and your custom name , tagged with "Date-Time-Seconds".
...will generate a standard '.tar.gz' backup
...for saveFOLDER or saveFILE.4fs
...for Official Puppy Frugal Systems.
"CTB"
...will place the generated output file "saveDATA-DTS.tar.gz" "local" to the source data.
..can use a /CTB_config.sh file to specify alternate tar.gz output targets. Read HELP page.
...
...
"CTB-SL v.4.1" has option to scan list of 8 mounted drives sda1 thru sdh1
... to copy the saveDATA.tar.gz into '/CTB_Backup_' . List is user modifiable in source code.
...
"CTB"
... is written only with lots of standard BASH script .
...... We use some common gtk dialog-boxes v.8, and xmessage boxes.
...... Both gtk routines are included in all Official Puppy OS .
"CTB v.5.0"
... has tool-tips on front screen main buttons.
... Run the CTB script and read the "HELP" tagged page.
... Then Open the (KOSHER) Source Code to see how it's done.
"CTB v.5.2"
CTB Version 5 series is available:
This series has Double-Click <buttons> and Embedded-Images.
This has customized and embedded gtkdialog code
for some of the gtkdialog/box_ and a "config file" .
To restore: ''XArchive', will 'Extract all' from
the saveDATA-CTB---tar.gz file. PKunzip also works ok.
Our Design Philosphy is: .
(1) I.T. documented coding,
(2) readable/modular coding,
(3) modifiable coding.
CTB Produces a '.tar.gz' output file.
Very Standard ... just 'tar' into 'gzip' ...
just like in 1975, the UNIX Tape-ARchive.
Not spectacular, but guaranteed !
Produces a '.tar.gz' output file written to the Working Home SubDir
alongside of the "saveDATA" entity. .
Features for Puppy Linux Backup :
(0) "CTB" original "reads" / "writes" from / into the Puppy OS "home" location.
(1) "CTB" creates a 'tar.gz' backup
. . . with filename plus date-time-seconds stamp.
. . . saved in the Source directory, Puppy OS "home" default.
(2) "CTB" automatically selects fast compression.
(3) "CTB" runs OK on 32/64-bit Frugal SaveFOLDER installs ... in EXT2/3/4 hard-drives and Flash-Drives.
(4) "CTB" runs OK on 32/64-bit Frugal SaveFILE.4fs installs
... in EXT2/3/4 hard-drives and Flash-Drives.
(5) "CTB" is controlled by the PUPSTATE file.
(6) "CTB" handles any System home location
... by using Barry Kauler calculation code described in source code .
(7) "CTB-SL" can scan list of 8 mounted hard-drives sda1 thru sdh1
... to copy the saveDATA.tar.gz into subdir CTB_Backup_ .
Our script has been tested successfuly
on our 12 running Official Puppy Linux systems :
From the Puppy F.A.Q for UpupFF+D 20.12 :
https: // github.com /puppylinux-woof-CE/woof-CE
Q: What is an official Puppy Linux distribution ?
A: It must meet two conditions.
1) It must be built using Woof-CE and its build “recipe” should be in woof-distro.
2) It must be endorsed as “official” by the Puppy Master.
NOT Tested on personal Puppyish distros
which may NOT have all required "dependencies" included by their original distro authors.
unofficial derivatives( “puplets” ) are usually remasters (or remasters of remasters,
made and maintained by Puppy Linux enthusiasts, usually targeted for specific purposes.
( quote from https: // puppylinux-woof-ce. github.io )
CTB Version 5 series is available:
This has customized and embedded gtkdialog code
for some of the gtkdialog/box_ and a "config file" .
Note: about Puppy Wheezy
DebianDog project started as Light-Wheezy+Porteus-Wheezy.
Wheezy is not Puppy Linux , but is only "Puppyish",
and it has nothing to do with Puppy based on Debian via Woof-CE. .
Wheezy was not generated via Woof-CE and is Not in the List of Official Puppies.
Wheezy presents dependency problems for routines written for Official Puppies.
If you Download DebianDog / Wheezy be ready to learn different package manager
and different System setup in Debian manner and different Dependencies.
...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
If you have a problem, try using the "private mail" option at the top of Murga page.
If you have a problem, please remember that this is BASH,
....... BASH is not perfect, and BASH has Quirks .
A better language might be Python, Pascal or Fox ( SCO Unix ),
but our projects [ CTB , MGN, B2R, C3C, S2F, et al ] have given us a chance to explore BASH.
.......
.......