@fredlackey/devutils 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
- package/src/commands/install.js +374 -36
- package/src/installs/adobe-creative-cloud.js +527 -25
- package/src/installs/adobe-creative-cloud.md +605 -0
- package/src/installs/appcleaner.js +303 -26
- package/src/installs/appcleaner.md +699 -0
- package/src/installs/apt-transport-https.js +390 -0
- package/src/installs/apt-transport-https.md +678 -0
- package/src/installs/atomicparsley.js +624 -26
- package/src/installs/atomicparsley.md +795 -0
- package/src/installs/aws-cli.js +779 -26
- package/src/installs/aws-cli.md +727 -0
- package/src/installs/balena-etcher.js +688 -26
- package/src/installs/balena-etcher.md +761 -0
- package/src/installs/bambu-studio.js +912 -26
- package/src/installs/bambu-studio.md +780 -0
- package/src/installs/bash-completion.js +554 -23
- package/src/installs/bash-completion.md +833 -0
- package/src/installs/bash.js +399 -26
- package/src/installs/bash.md +993 -0
- package/src/installs/beyond-compare.js +585 -26
- package/src/installs/beyond-compare.md +813 -0
- package/src/installs/build-essential.js +511 -26
- package/src/installs/build-essential.md +977 -0
- package/src/installs/ca-certificates.js +618 -0
- package/src/installs/ca-certificates.md +937 -0
- package/src/installs/caffeine.js +490 -26
- package/src/installs/caffeine.md +839 -0
- package/src/installs/camtasia.js +577 -25
- package/src/installs/camtasia.md +762 -0
- package/src/installs/chatgpt.js +458 -26
- package/src/installs/chatgpt.md +814 -0
- package/src/installs/chocolatey.js +447 -0
- package/src/installs/chocolatey.md +661 -0
- package/src/installs/chrome-canary.js +472 -26
- package/src/installs/chrome-canary.md +641 -0
- package/src/installs/chromium.js +645 -26
- package/src/installs/chromium.md +838 -0
- package/src/installs/claude-code.js +558 -26
- package/src/installs/claude-code.md +1173 -0
- package/src/installs/curl.js +361 -26
- package/src/installs/curl.md +714 -0
- package/src/installs/cursor.js +561 -26
- package/src/installs/cursor.md +970 -0
- package/src/installs/dbschema.js +674 -26
- package/src/installs/dbschema.md +925 -0
- package/src/installs/dependencies.md +435 -0
- package/src/installs/development-tools.js +600 -0
- package/src/installs/development-tools.md +977 -0
- package/src/installs/docker.js +1010 -25
- package/src/installs/docker.md +1109 -0
- package/src/installs/drawio.js +1001 -26
- package/src/installs/drawio.md +795 -0
- package/src/installs/elmedia-player.js +328 -25
- package/src/installs/elmedia-player.md +556 -0
- package/src/installs/ffmpeg.js +870 -25
- package/src/installs/ffmpeg.md +852 -0
- package/src/installs/file.js +464 -0
- package/src/installs/file.md +987 -0
- package/src/installs/gemini-cli.js +793 -26
- package/src/installs/gemini-cli.md +1153 -0
- package/src/installs/git.js +382 -26
- package/src/installs/git.md +907 -0
- package/src/installs/gitego.js +931 -26
- package/src/installs/gitego.md +1172 -0
- package/src/installs/go.js +913 -26
- package/src/installs/go.md +958 -0
- package/src/installs/google-chrome.js +801 -25
- package/src/installs/google-chrome.md +862 -0
- package/src/installs/gpg.js +412 -73
- package/src/installs/gpg.md +1056 -0
- package/src/installs/homebrew.js +1015 -26
- package/src/installs/homebrew.md +988 -0
- package/src/installs/imageoptim.js +950 -26
- package/src/installs/imageoptim.md +1119 -0
- package/src/installs/installers.json +2297 -0
- package/src/installs/jq.js +382 -26
- package/src/installs/jq.md +809 -0
- package/src/installs/keyboard-maestro.js +701 -26
- package/src/installs/keyboard-maestro.md +825 -0
- package/src/installs/latex.js +771 -26
- package/src/installs/latex.md +1095 -0
- package/src/installs/lftp.js +338 -26
- package/src/installs/lftp.md +907 -0
- package/src/installs/lsb-release.js +346 -0
- package/src/installs/lsb-release.md +814 -0
- package/src/installs/messenger.js +829 -26
- package/src/installs/messenger.md +900 -0
- package/src/installs/microsoft-office.js +550 -26
- package/src/installs/microsoft-office.md +760 -0
- package/src/installs/microsoft-teams.js +782 -25
- package/src/installs/microsoft-teams.md +886 -0
- package/src/installs/node.js +886 -26
- package/src/installs/node.md +1153 -0
- package/src/installs/nordpass.js +698 -26
- package/src/installs/nordpass.md +921 -0
- package/src/installs/nvm.js +977 -26
- package/src/installs/nvm.md +1057 -0
- package/src/installs/openssh.js +734 -64
- package/src/installs/openssh.md +1056 -0
- package/src/installs/pandoc.js +644 -26
- package/src/installs/pandoc.md +1036 -0
- package/src/installs/pinentry.js +492 -26
- package/src/installs/pinentry.md +1142 -0
- package/src/installs/pngyu.js +851 -26
- package/src/installs/pngyu.md +896 -0
- package/src/installs/postman.js +781 -26
- package/src/installs/postman.md +940 -0
- package/src/installs/procps.js +425 -0
- package/src/installs/procps.md +851 -0
- package/src/installs/safari-tech-preview.js +355 -25
- package/src/installs/safari-tech-preview.md +533 -0
- package/src/installs/sfnt2woff.js +640 -26
- package/src/installs/sfnt2woff.md +795 -0
- package/src/installs/shellcheck.js +463 -26
- package/src/installs/shellcheck.md +1005 -0
- package/src/installs/slack.js +722 -25
- package/src/installs/slack.md +865 -0
- package/src/installs/snagit.js +566 -25
- package/src/installs/snagit.md +844 -0
- package/src/installs/software-properties-common.js +372 -0
- package/src/installs/software-properties-common.md +805 -0
- package/src/installs/spotify.js +858 -25
- package/src/installs/spotify.md +901 -0
- package/src/installs/studio-3t.js +803 -26
- package/src/installs/studio-3t.md +918 -0
- package/src/installs/sublime-text.js +780 -25
- package/src/installs/sublime-text.md +914 -0
- package/src/installs/superwhisper.js +687 -25
- package/src/installs/superwhisper.md +630 -0
- package/src/installs/tailscale.js +727 -26
- package/src/installs/tailscale.md +1100 -0
- package/src/installs/tar.js +389 -0
- package/src/installs/tar.md +946 -0
- package/src/installs/termius.js +780 -26
- package/src/installs/termius.md +844 -0
- package/src/installs/terraform.js +761 -26
- package/src/installs/terraform.md +899 -0
- package/src/installs/tidal.js +752 -25
- package/src/installs/tidal.md +864 -0
- package/src/installs/tmux.js +328 -26
- package/src/installs/tmux.md +1030 -0
- package/src/installs/tree.js +393 -26
- package/src/installs/tree.md +833 -0
- package/src/installs/unzip.js +460 -0
- package/src/installs/unzip.md +879 -0
- package/src/installs/vim.js +403 -26
- package/src/installs/vim.md +1040 -0
- package/src/installs/vlc.js +803 -26
- package/src/installs/vlc.md +927 -0
- package/src/installs/vscode.js +825 -26
- package/src/installs/vscode.md +1002 -0
- package/src/installs/wget.js +415 -0
- package/src/installs/wget.md +791 -0
- package/src/installs/whatsapp.js +710 -25
- package/src/installs/whatsapp.md +854 -0
- package/src/installs/winpty.js +352 -0
- package/src/installs/winpty.md +620 -0
- package/src/installs/woff2.js +535 -26
- package/src/installs/woff2.md +977 -0
- package/src/installs/wsl.js +572 -0
- package/src/installs/wsl.md +699 -0
- package/src/installs/xcode-clt.js +520 -0
- package/src/installs/xcode-clt.md +351 -0
- package/src/installs/xcode.js +542 -26
- package/src/installs/xcode.md +573 -0
- package/src/installs/yarn.js +806 -26
- package/src/installs/yarn.md +1074 -0
- package/src/installs/yq.js +636 -26
- package/src/installs/yq.md +944 -0
- package/src/installs/yt-dlp.js +683 -26
- package/src/installs/yt-dlp.md +946 -0
- package/src/installs/yum-utils.js +297 -0
- package/src/installs/yum-utils.md +648 -0
- package/src/installs/zoom.js +740 -25
- package/src/installs/zoom.md +884 -0
- package/src/scripts/README.md +567 -45
- package/src/scripts/STATUS.md +208 -0
- package/src/scripts/afk.js +395 -7
- package/src/scripts/backup-all.js +731 -9
- package/src/scripts/backup-source.js +711 -8
- package/src/scripts/brewd.js +373 -7
- package/src/scripts/brewi.js +505 -9
- package/src/scripts/brewr.js +512 -9
- package/src/scripts/brews.js +462 -9
- package/src/scripts/brewu.js +488 -7
- package/src/scripts/c.js +185 -7
- package/src/scripts/ccurl.js +325 -8
- package/src/scripts/certbot-crontab-init.js +488 -8
- package/src/scripts/certbot-init.js +641 -9
- package/src/scripts/ch.js +339 -7
- package/src/scripts/claude-danger.js +253 -8
- package/src/scripts/clean-dev.js +419 -8
- package/src/scripts/clear-dns-cache.js +525 -7
- package/src/scripts/clone.js +417 -7
- package/src/scripts/code-all.js +420 -7
- package/src/scripts/count-files.js +195 -8
- package/src/scripts/count-folders.js +195 -8
- package/src/scripts/count.js +248 -8
- package/src/scripts/d.js +203 -7
- package/src/scripts/datauri.js +373 -8
- package/src/scripts/delete-files.js +363 -7
- package/src/scripts/docker-clean.js +410 -8
- package/src/scripts/dp.js +426 -7
- package/src/scripts/e.js +375 -9
- package/src/scripts/empty-trash.js +497 -7
- package/src/scripts/evm.js +428 -9
- package/src/scripts/fetch-github-repos.js +441 -10
- package/src/scripts/get-channel.js +329 -8
- package/src/scripts/get-course.js +384 -11
- package/src/scripts/get-dependencies.js +290 -9
- package/src/scripts/get-folder.js +783 -10
- package/src/scripts/get-tunes.js +411 -10
- package/src/scripts/get-video.js +352 -9
- package/src/scripts/git-backup.js +561 -9
- package/src/scripts/git-clone.js +477 -9
- package/src/scripts/git-pup.js +303 -7
- package/src/scripts/git-push.js +380 -8
- package/src/scripts/h.js +607 -9
- package/src/scripts/hide-desktop-icons.js +483 -7
- package/src/scripts/hide-hidden-files.js +522 -7
- package/src/scripts/install-dependencies-from.js +440 -9
- package/src/scripts/ips.js +647 -10
- package/src/scripts/iso.js +354 -8
- package/src/scripts/killni.js +561 -7
- package/src/scripts/ll.js +451 -8
- package/src/scripts/local-ip.js +310 -8
- package/src/scripts/m.js +508 -8
- package/src/scripts/map.js +293 -8
- package/src/scripts/mkd.js +287 -7
- package/src/scripts/ncu-update-all.js +441 -8
- package/src/scripts/nginx-init.js +702 -12
- package/src/scripts/npmi.js +366 -7
- package/src/scripts/o.js +495 -8
- package/src/scripts/org-by-date.js +321 -7
- package/src/scripts/p.js +208 -7
- package/src/scripts/packages.js +313 -8
- package/src/scripts/path.js +209 -7
- package/src/scripts/ports.js +582 -8
- package/src/scripts/q.js +290 -8
- package/src/scripts/refresh-files.js +378 -10
- package/src/scripts/remove-smaller-files.js +500 -8
- package/src/scripts/rename-files-with-date.js +517 -9
- package/src/scripts/resize-image.js +523 -9
- package/src/scripts/rm-safe.js +653 -8
- package/src/scripts/s.js +525 -9
- package/src/scripts/set-git-public.js +349 -7
- package/src/scripts/show-desktop-icons.js +459 -7
- package/src/scripts/show-hidden-files.js +456 -7
- package/src/scripts/tpa.js +265 -8
- package/src/scripts/tpo.js +264 -7
- package/src/scripts/u.js +489 -7
- package/src/scripts/vpush.js +422 -8
- package/src/scripts/y.js +267 -7
- package/src/utils/common/os.js +94 -2
- package/src/utils/ubuntu/apt.js +13 -7
|
@@ -1,25 +1,577 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* git-backup - Create timestamped zip backup of a git repository
|
|
5
|
+
*
|
|
6
|
+
* Migrated from legacy dotfiles function.
|
|
7
|
+
* Original:
|
|
8
|
+
* git-backup() {
|
|
9
|
+
* local target_folder="$1"
|
|
10
|
+
* local ssh_repo="$2"
|
|
11
|
+
* local timestamp
|
|
12
|
+
* timestamp=$(date +"%Y%m%d-%H%M")
|
|
13
|
+
* ... (creates mirror clone, packages into timestamped zip, skips if no changes)
|
|
14
|
+
* }
|
|
15
|
+
*
|
|
16
|
+
* This script creates a complete backup of a git repository including all
|
|
17
|
+
* branches, tags, and history. The backup is stored as a timestamped zip file
|
|
18
|
+
* containing a mirror clone and a README with restore instructions.
|
|
19
|
+
*
|
|
20
|
+
* Features:
|
|
21
|
+
* - Backs up current repo or a remote repo via SSH URL
|
|
22
|
+
* - Creates mirror clones preserving all refs and history
|
|
23
|
+
* - Skips backup if no changes since last backup (compares HEAD commits)
|
|
24
|
+
* - Includes README.md with restore instructions
|
|
25
|
+
*
|
|
26
|
+
* Usage:
|
|
27
|
+
* git-backup <target-folder> # Backup current repo
|
|
28
|
+
* git-backup <target-folder> <ssh-repo> # Backup remote repo
|
|
29
|
+
*
|
|
5
30
|
* @module scripts/git-backup
|
|
6
31
|
*/
|
|
7
32
|
|
|
33
|
+
const os = require('../utils/common/os');
|
|
34
|
+
const { execSync } = require('child_process');
|
|
35
|
+
const fs = require('fs');
|
|
36
|
+
const path = require('path');
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Helper function to check if a command exists on the system.
|
|
40
|
+
* Uses 'which' on Unix-like systems and 'where' on Windows.
|
|
41
|
+
*
|
|
42
|
+
* @param {string} cmd - The command name to check
|
|
43
|
+
* @returns {boolean} True if the command exists, false otherwise
|
|
44
|
+
*/
|
|
45
|
+
function isCommandAvailable(cmd) {
|
|
46
|
+
try {
|
|
47
|
+
const checkCmd = process.platform === 'win32' ? `where ${cmd}` : `which ${cmd}`;
|
|
48
|
+
execSync(checkCmd, { stdio: 'ignore' });
|
|
49
|
+
return true;
|
|
50
|
+
} catch {
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
8
55
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
56
|
+
* Formats current date/time as YYYYMMDD-HHMM for timestamping backups.
|
|
57
|
+
*
|
|
58
|
+
* @returns {string} Formatted timestamp string
|
|
59
|
+
*/
|
|
60
|
+
function getTimestamp() {
|
|
61
|
+
const now = new Date();
|
|
62
|
+
const year = now.getFullYear();
|
|
63
|
+
const month = String(now.getMonth() + 1).padStart(2, '0');
|
|
64
|
+
const day = String(now.getDate()).padStart(2, '0');
|
|
65
|
+
const hours = String(now.getHours()).padStart(2, '0');
|
|
66
|
+
const minutes = String(now.getMinutes()).padStart(2, '0');
|
|
67
|
+
return `${year}${month}${day}-${hours}${minutes}`;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Generates the README.md content for the backup archive.
|
|
72
|
+
* This file explains how to restore from the backup.
|
|
73
|
+
*
|
|
74
|
+
* @param {string} repoName - The name of the repository
|
|
75
|
+
* @param {string} timestamp - The backup timestamp
|
|
76
|
+
* @returns {string} README.md content
|
|
77
|
+
*/
|
|
78
|
+
function generateReadme(repoName, timestamp) {
|
|
79
|
+
return `# ${repoName} Backup
|
|
80
|
+
|
|
81
|
+
This is a mirror clone of the Git repository, created on ${timestamp}.
|
|
82
|
+
|
|
83
|
+
## Usage
|
|
84
|
+
|
|
85
|
+
To clone this backup and preserve all refs and history, run:
|
|
86
|
+
|
|
87
|
+
git clone --mirror ${repoName}.git
|
|
88
|
+
|
|
89
|
+
To clone it and create a working directory:
|
|
90
|
+
|
|
91
|
+
git clone ${repoName}.git ${repoName}-restored
|
|
92
|
+
|
|
93
|
+
`;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Gets the HEAD commit hash from a git repository directory.
|
|
98
|
+
*
|
|
99
|
+
* @param {string} repoPath - Path to the git repository (can be bare/mirror)
|
|
100
|
+
* @returns {string|null} The HEAD commit hash, or null if unavailable
|
|
101
|
+
*/
|
|
102
|
+
function getHeadCommit(repoPath) {
|
|
103
|
+
try {
|
|
104
|
+
const result = execSync(`git -C "${repoPath}" rev-parse HEAD`, {
|
|
105
|
+
encoding: 'utf8',
|
|
106
|
+
stdio: ['pipe', 'pipe', 'pipe']
|
|
107
|
+
});
|
|
108
|
+
return result.trim();
|
|
109
|
+
} catch {
|
|
110
|
+
return null;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Checks if we are inside a git repository.
|
|
116
|
+
*
|
|
117
|
+
* @param {string} [dir] - Directory to check (defaults to current directory)
|
|
118
|
+
* @returns {boolean} True if inside a git repo
|
|
119
|
+
*/
|
|
120
|
+
function isInsideGitRepo(dir) {
|
|
121
|
+
try {
|
|
122
|
+
const opts = { stdio: ['pipe', 'pipe', 'pipe'] };
|
|
123
|
+
if (dir) {
|
|
124
|
+
opts.cwd = dir;
|
|
125
|
+
}
|
|
126
|
+
execSync('git rev-parse --is-inside-work-tree', opts);
|
|
127
|
+
return true;
|
|
128
|
+
} catch {
|
|
129
|
+
return false;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Gets the root directory of the current git repository.
|
|
135
|
+
*
|
|
136
|
+
* @returns {string|null} The repo root path, or null if not in a repo
|
|
137
|
+
*/
|
|
138
|
+
function getRepoRoot() {
|
|
139
|
+
try {
|
|
140
|
+
const result = execSync('git rev-parse --show-toplevel', {
|
|
141
|
+
encoding: 'utf8',
|
|
142
|
+
stdio: ['pipe', 'pipe', 'pipe']
|
|
143
|
+
});
|
|
144
|
+
return result.trim();
|
|
145
|
+
} catch {
|
|
146
|
+
return null;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Extracts repository name from a git URL or path.
|
|
152
|
+
*
|
|
153
|
+
* @param {string} repoPath - Path or URL to the repository
|
|
154
|
+
* @returns {string} The repository name (without .git extension)
|
|
155
|
+
*/
|
|
156
|
+
function getRepoName(repoPath) {
|
|
157
|
+
// Handle SSH URLs like git@github.com:user/repo.git
|
|
158
|
+
// Handle HTTPS URLs like https://github.com/user/repo.git
|
|
159
|
+
// Handle local paths like /path/to/repo or /path/to/repo.git
|
|
160
|
+
const baseName = path.basename(repoPath);
|
|
161
|
+
// Remove .git extension if present
|
|
162
|
+
return baseName.replace(/\.git$/, '');
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Creates a temporary directory using Node.js native APIs.
|
|
167
|
+
*
|
|
168
|
+
* @returns {string} Path to the created temporary directory
|
|
169
|
+
*/
|
|
170
|
+
function createTempDir() {
|
|
171
|
+
const tmpBase = os.getTempDir();
|
|
172
|
+
const prefix = 'git-backup-';
|
|
173
|
+
// Create unique temp directory
|
|
174
|
+
const tempPath = path.join(tmpBase, prefix + Date.now() + '-' + Math.random().toString(36).slice(2));
|
|
175
|
+
fs.mkdirSync(tempPath, { recursive: true });
|
|
176
|
+
return tempPath;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Recursively removes a directory and all its contents.
|
|
181
|
+
*
|
|
182
|
+
* @param {string} dirPath - Path to directory to remove
|
|
183
|
+
*/
|
|
184
|
+
function removeDir(dirPath) {
|
|
185
|
+
if (fs.existsSync(dirPath)) {
|
|
186
|
+
fs.rmSync(dirPath, { recursive: true, force: true });
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Finds the most recent backup file for a repository in the target folder.
|
|
192
|
+
*
|
|
193
|
+
* @param {string} targetFolder - The backup target folder
|
|
194
|
+
* @param {string} repoName - The repository name
|
|
195
|
+
* @returns {string|null} Path to the most recent backup, or null if none found
|
|
196
|
+
*/
|
|
197
|
+
function findLatestBackup(targetFolder, repoName) {
|
|
198
|
+
if (!fs.existsSync(targetFolder)) {
|
|
199
|
+
return null;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
const files = fs.readdirSync(targetFolder);
|
|
203
|
+
// Filter for this repo's backups and sort by name (timestamp in name makes this work)
|
|
204
|
+
const backups = files
|
|
205
|
+
.filter(f => f.startsWith(`${repoName}-`) && f.endsWith('.zip'))
|
|
206
|
+
.sort()
|
|
207
|
+
.reverse();
|
|
208
|
+
|
|
209
|
+
if (backups.length === 0) {
|
|
210
|
+
return null;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
return path.join(targetFolder, backups[0]);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Creates a zip archive from a directory.
|
|
218
|
+
* Uses the native 'zip' command on Unix or PowerShell on Windows.
|
|
219
|
+
*
|
|
220
|
+
* @param {string} sourceDir - Directory to zip (will be the working directory)
|
|
221
|
+
* @param {string} outputPath - Full path for the output zip file
|
|
222
|
+
* @param {string} platform - The platform type ('windows', 'cmd', 'powershell', 'gitbash', or Unix)
|
|
223
|
+
*/
|
|
224
|
+
function createZipArchive(sourceDir, outputPath, platform) {
|
|
225
|
+
if (platform === 'windows' || platform === 'cmd' || platform === 'powershell') {
|
|
226
|
+
// Use PowerShell's Compress-Archive on Windows
|
|
227
|
+
execSync(
|
|
228
|
+
`powershell -Command "Compress-Archive -Path '${sourceDir}\\*' -DestinationPath '${outputPath}' -Force"`,
|
|
229
|
+
{ stdio: 'inherit' }
|
|
230
|
+
);
|
|
231
|
+
} else {
|
|
232
|
+
// Use native zip command on Unix-like systems
|
|
233
|
+
execSync(`zip -qr "${outputPath}" .`, {
|
|
234
|
+
cwd: sourceDir,
|
|
235
|
+
stdio: 'inherit'
|
|
236
|
+
});
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Extracts a zip archive to a directory.
|
|
242
|
+
* Uses 'unzip' on Unix or PowerShell on Windows.
|
|
243
|
+
*
|
|
244
|
+
* @param {string} zipPath - Path to the zip file
|
|
245
|
+
* @param {string} targetDir - Directory to extract to
|
|
246
|
+
* @param {string} platform - The platform type
|
|
247
|
+
*/
|
|
248
|
+
function extractZipArchive(zipPath, targetDir, platform) {
|
|
249
|
+
fs.mkdirSync(targetDir, { recursive: true });
|
|
250
|
+
|
|
251
|
+
if (platform === 'windows' || platform === 'cmd' || platform === 'powershell') {
|
|
252
|
+
// Use PowerShell's Expand-Archive on Windows
|
|
253
|
+
execSync(
|
|
254
|
+
`powershell -Command "Expand-Archive -Path '${zipPath}' -DestinationPath '${targetDir}' -Force"`,
|
|
255
|
+
{ stdio: 'pipe' }
|
|
256
|
+
);
|
|
257
|
+
} else {
|
|
258
|
+
// Use native unzip command on Unix-like systems
|
|
259
|
+
execSync(`unzip -qq "${zipPath}" -d "${targetDir}"`, { stdio: 'pipe' });
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Pure Node.js implementation of the git backup logic.
|
|
265
|
+
* This handles most of the backup process using Node.js APIs,
|
|
266
|
+
* but delegates to git and zip commands which are required dependencies.
|
|
267
|
+
*
|
|
268
|
+
* @param {string[]} args - Command line arguments [target-folder, ssh-repo?]
|
|
269
|
+
* @param {string} platformType - The platform type for zip handling
|
|
270
|
+
* @returns {Promise<void>}
|
|
271
|
+
*/
|
|
272
|
+
async function do_git_backup_nodejs(args, platformType) {
|
|
273
|
+
const targetFolder = args[0];
|
|
274
|
+
const sshRepo = args[1];
|
|
275
|
+
|
|
276
|
+
// Validate required argument
|
|
277
|
+
if (!targetFolder) {
|
|
278
|
+
console.log('Usage: git-backup <target-folder> [ssh-repo]');
|
|
279
|
+
console.log('');
|
|
280
|
+
console.log('Arguments:');
|
|
281
|
+
console.log(' target-folder Directory where the backup zip will be saved');
|
|
282
|
+
console.log(' ssh-repo Optional SSH URL to backup (defaults to current repo)');
|
|
283
|
+
console.log('');
|
|
284
|
+
console.log('Examples:');
|
|
285
|
+
console.log(' git-backup ./backups # Backup current repo');
|
|
286
|
+
console.log(' git-backup ./backups git@github.com:user/repo.git # Backup remote repo');
|
|
287
|
+
process.exit(1);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// Check for required dependencies
|
|
291
|
+
if (!isCommandAvailable('git')) {
|
|
292
|
+
console.error('Error: git is required but not installed.');
|
|
293
|
+
console.error('Please install git to use this command.');
|
|
294
|
+
process.exit(1);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
// Check for zip/unzip availability (different check for Windows)
|
|
298
|
+
const isWindowsPlatform = platformType === 'windows' || platformType === 'cmd' || platformType === 'powershell';
|
|
299
|
+
if (!isWindowsPlatform && !isCommandAvailable('zip')) {
|
|
300
|
+
console.error('Error: zip is required but not installed.');
|
|
301
|
+
console.error('Install it with:');
|
|
302
|
+
console.error(' macOS: brew install zip');
|
|
303
|
+
console.error(' Ubuntu/Debian: sudo apt install zip');
|
|
304
|
+
console.error(' Amazon Linux/RHEL: sudo yum install zip');
|
|
305
|
+
process.exit(1);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// Create timestamp for this backup
|
|
309
|
+
const timestamp = getTimestamp();
|
|
310
|
+
|
|
311
|
+
// Ensure target folder exists
|
|
312
|
+
fs.mkdirSync(targetFolder, { recursive: true });
|
|
313
|
+
|
|
314
|
+
let workDir;
|
|
315
|
+
let repoName;
|
|
316
|
+
let repoPath;
|
|
317
|
+
|
|
318
|
+
try {
|
|
319
|
+
if (sshRepo) {
|
|
320
|
+
// Backup from remote SSH URL
|
|
321
|
+
workDir = createTempDir();
|
|
322
|
+
const mirrorPath = path.join(workDir, 'mirror');
|
|
323
|
+
|
|
324
|
+
console.log(`Cloning mirror of ${sshRepo}...`);
|
|
325
|
+
execSync(`git clone --mirror "${sshRepo}" "${mirrorPath}"`, {
|
|
326
|
+
stdio: 'pipe'
|
|
327
|
+
});
|
|
328
|
+
|
|
329
|
+
repoName = getRepoName(sshRepo);
|
|
330
|
+
repoPath = mirrorPath;
|
|
331
|
+
} else {
|
|
332
|
+
// Backup current repository
|
|
333
|
+
if (!isInsideGitRepo()) {
|
|
334
|
+
console.error('Error: not inside a Git repository.');
|
|
335
|
+
console.error('Either run this command from within a git repo, or provide an SSH URL.');
|
|
336
|
+
process.exit(1);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
const currentRepoRoot = getRepoRoot();
|
|
340
|
+
if (!currentRepoRoot) {
|
|
341
|
+
console.error('Error: could not determine repository root.');
|
|
342
|
+
process.exit(1);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
repoName = getRepoName(currentRepoRoot);
|
|
346
|
+
workDir = createTempDir();
|
|
347
|
+
const mirrorPath = path.join(workDir, 'mirror');
|
|
348
|
+
|
|
349
|
+
console.log(`Creating mirror of ${repoName}...`);
|
|
350
|
+
execSync(`git clone --mirror "${currentRepoRoot}" "${mirrorPath}"`, {
|
|
351
|
+
stdio: 'pipe'
|
|
352
|
+
});
|
|
353
|
+
|
|
354
|
+
repoPath = mirrorPath;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// Create wrapper directory structure
|
|
358
|
+
const wrapperDir = path.join(workDir, 'wrapper');
|
|
359
|
+
const gitDir = path.join(wrapperDir, `${repoName}.git`);
|
|
360
|
+
fs.mkdirSync(wrapperDir, { recursive: true });
|
|
361
|
+
|
|
362
|
+
// Move mirror to wrapper with proper name
|
|
363
|
+
fs.renameSync(repoPath, gitDir);
|
|
364
|
+
|
|
365
|
+
// Create README.md with restore instructions
|
|
366
|
+
const readmePath = path.join(wrapperDir, 'README.md');
|
|
367
|
+
fs.writeFileSync(readmePath, generateReadme(repoName, timestamp), 'utf8');
|
|
368
|
+
|
|
369
|
+
// Get the HEAD commit of the new backup
|
|
370
|
+
const newHeadCommit = getHeadCommit(gitDir);
|
|
371
|
+
|
|
372
|
+
// Check for existing backups and compare
|
|
373
|
+
const latestBackup = findLatestBackup(targetFolder, repoName);
|
|
374
|
+
if (latestBackup && newHeadCommit) {
|
|
375
|
+
// Extract latest backup temporarily to compare
|
|
376
|
+
const tempExtract = createTempDir();
|
|
377
|
+
try {
|
|
378
|
+
extractZipArchive(latestBackup, tempExtract, platformType);
|
|
379
|
+
|
|
380
|
+
// Find the .git directory in the extracted backup
|
|
381
|
+
const extractedDirs = fs.readdirSync(tempExtract);
|
|
382
|
+
let oldHeadCommit = null;
|
|
383
|
+
|
|
384
|
+
for (const dir of extractedDirs) {
|
|
385
|
+
const potentialGitDir = path.join(tempExtract, dir, `${repoName}.git`);
|
|
386
|
+
if (fs.existsSync(potentialGitDir)) {
|
|
387
|
+
oldHeadCommit = getHeadCommit(potentialGitDir);
|
|
388
|
+
break;
|
|
389
|
+
}
|
|
390
|
+
// Also check if .git dir is at root level
|
|
391
|
+
const rootGitDir = path.join(tempExtract, `${repoName}.git`);
|
|
392
|
+
if (fs.existsSync(rootGitDir)) {
|
|
393
|
+
oldHeadCommit = getHeadCommit(rootGitDir);
|
|
394
|
+
break;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
if (oldHeadCommit && newHeadCommit && oldHeadCommit === newHeadCommit) {
|
|
399
|
+
console.log('No changes since last backup. Skipping new archive.');
|
|
400
|
+
removeDir(tempExtract);
|
|
401
|
+
removeDir(workDir);
|
|
402
|
+
return;
|
|
403
|
+
}
|
|
404
|
+
} catch (err) {
|
|
405
|
+
// If comparison fails, proceed with backup anyway
|
|
406
|
+
console.log('Warning: Could not compare with previous backup, creating new backup.');
|
|
407
|
+
} finally {
|
|
408
|
+
removeDir(tempExtract);
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// Create the archive
|
|
413
|
+
const archiveName = `${repoName}-${timestamp}.zip`;
|
|
414
|
+
const archivePath = path.join(path.resolve(targetFolder), archiveName);
|
|
415
|
+
|
|
416
|
+
console.log('Creating backup archive...');
|
|
417
|
+
createZipArchive(wrapperDir, archivePath, platformType);
|
|
418
|
+
|
|
419
|
+
console.log(`Backup created at: ${archivePath}`);
|
|
420
|
+
|
|
421
|
+
} finally {
|
|
422
|
+
// Cleanup temp directory
|
|
423
|
+
if (workDir) {
|
|
424
|
+
removeDir(workDir);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Create timestamped zip backup on macOS.
|
|
431
|
+
* macOS has native zip command available and uses standard git.
|
|
432
|
+
*
|
|
433
|
+
* @param {string[]} args - Command line arguments
|
|
434
|
+
* @returns {Promise<void>}
|
|
435
|
+
*/
|
|
436
|
+
async function do_git_backup_macos(args) {
|
|
437
|
+
return do_git_backup_nodejs(args, 'macos');
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* Create timestamped zip backup on Ubuntu.
|
|
442
|
+
* Ubuntu has zip available via apt and uses standard git.
|
|
443
|
+
*
|
|
444
|
+
* @param {string[]} args - Command line arguments
|
|
445
|
+
* @returns {Promise<void>}
|
|
446
|
+
*/
|
|
447
|
+
async function do_git_backup_ubuntu(args) {
|
|
448
|
+
return do_git_backup_nodejs(args, 'ubuntu');
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* Create timestamped zip backup on Raspberry Pi OS.
|
|
453
|
+
* Raspberry Pi OS (Raspbian) has zip available via apt and uses standard git.
|
|
454
|
+
*
|
|
455
|
+
* @param {string[]} args - Command line arguments
|
|
456
|
+
* @returns {Promise<void>}
|
|
457
|
+
*/
|
|
458
|
+
async function do_git_backup_raspbian(args) {
|
|
459
|
+
return do_git_backup_nodejs(args, 'raspbian');
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* Create timestamped zip backup on Amazon Linux.
|
|
464
|
+
* Amazon Linux has zip available via yum/dnf and uses standard git.
|
|
465
|
+
*
|
|
466
|
+
* @param {string[]} args - Command line arguments
|
|
467
|
+
* @returns {Promise<void>}
|
|
468
|
+
*/
|
|
469
|
+
async function do_git_backup_amazon_linux(args) {
|
|
470
|
+
return do_git_backup_nodejs(args, 'amazon_linux');
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* Create timestamped zip backup on Windows Command Prompt.
|
|
475
|
+
* Uses PowerShell's Compress-Archive for zip functionality.
|
|
476
|
+
*
|
|
477
|
+
* @param {string[]} args - Command line arguments
|
|
478
|
+
* @returns {Promise<void>}
|
|
479
|
+
*/
|
|
480
|
+
async function do_git_backup_cmd(args) {
|
|
481
|
+
return do_git_backup_nodejs(args, 'cmd');
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Create timestamped zip backup on Windows PowerShell.
|
|
486
|
+
* Uses native PowerShell Compress-Archive cmdlet for zip functionality.
|
|
487
|
+
*
|
|
488
|
+
* @param {string[]} args - Command line arguments
|
|
489
|
+
* @returns {Promise<void>}
|
|
490
|
+
*/
|
|
491
|
+
async function do_git_backup_powershell(args) {
|
|
492
|
+
return do_git_backup_nodejs(args, 'powershell');
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
/**
|
|
496
|
+
* Create timestamped zip backup in Git Bash on Windows.
|
|
497
|
+
* Git Bash provides Unix-like environment but we use PowerShell for zip
|
|
498
|
+
* to ensure compatibility.
|
|
11
499
|
*
|
|
12
500
|
* @param {string[]} args - Command line arguments
|
|
13
|
-
* @param {string} args.0 - Target folder for the backup
|
|
14
|
-
* @param {string} [args.1] - Optional SSH repo URL (defaults to current repo)
|
|
15
501
|
* @returns {Promise<void>}
|
|
16
502
|
*/
|
|
17
|
-
async function
|
|
18
|
-
//
|
|
503
|
+
async function do_git_backup_gitbash(args) {
|
|
504
|
+
// Git Bash runs on Windows - check if native zip is available
|
|
505
|
+
// If not, fall back to PowerShell
|
|
506
|
+
if (isCommandAvailable('zip')) {
|
|
507
|
+
return do_git_backup_nodejs(args, 'gitbash');
|
|
508
|
+
}
|
|
509
|
+
return do_git_backup_nodejs(args, 'powershell');
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* Main entry point - detects environment and executes appropriate implementation.
|
|
514
|
+
*
|
|
515
|
+
* Creates a timestamped zip backup of a git repository. The backup includes:
|
|
516
|
+
* - A mirror clone with all branches, tags, and refs
|
|
517
|
+
* - A README.md with instructions for restoring the backup
|
|
518
|
+
*
|
|
519
|
+
* The backup is intelligent:
|
|
520
|
+
* - Skips creating a new backup if no changes since the last one
|
|
521
|
+
* - Uses timestamps to allow multiple backups over time
|
|
522
|
+
* - Preserves complete git history
|
|
523
|
+
*
|
|
524
|
+
* @param {string[]} args - Command line arguments [target-folder, ssh-repo?]
|
|
525
|
+
* @returns {Promise<void>}
|
|
526
|
+
*/
|
|
527
|
+
async function do_git_backup(args) {
|
|
528
|
+
const platform = os.detect();
|
|
529
|
+
|
|
530
|
+
const handlers = {
|
|
531
|
+
'macos': do_git_backup_macos,
|
|
532
|
+
'ubuntu': do_git_backup_ubuntu,
|
|
533
|
+
'debian': do_git_backup_ubuntu,
|
|
534
|
+
'raspbian': do_git_backup_raspbian,
|
|
535
|
+
'amazon_linux': do_git_backup_amazon_linux,
|
|
536
|
+
'rhel': do_git_backup_amazon_linux,
|
|
537
|
+
'fedora': do_git_backup_ubuntu,
|
|
538
|
+
'linux': do_git_backup_ubuntu,
|
|
539
|
+
'wsl': do_git_backup_ubuntu,
|
|
540
|
+
'cmd': do_git_backup_cmd,
|
|
541
|
+
'windows': do_git_backup_cmd,
|
|
542
|
+
'powershell': do_git_backup_powershell,
|
|
543
|
+
'gitbash': do_git_backup_gitbash
|
|
544
|
+
};
|
|
545
|
+
|
|
546
|
+
const handler = handlers[platform.type];
|
|
547
|
+
if (!handler) {
|
|
548
|
+
console.error(`Platform '${platform.type}' is not supported for this command.`);
|
|
549
|
+
console.error('');
|
|
550
|
+
console.error('Supported platforms:');
|
|
551
|
+
console.error(' - macOS');
|
|
552
|
+
console.error(' - Ubuntu, Debian, and other Linux distributions');
|
|
553
|
+
console.error(' - Raspberry Pi OS');
|
|
554
|
+
console.error(' - Amazon Linux, RHEL, Fedora');
|
|
555
|
+
console.error(' - Windows (CMD, PowerShell, Git Bash)');
|
|
556
|
+
process.exit(1);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
await handler(args);
|
|
19
560
|
}
|
|
20
561
|
|
|
21
|
-
module.exports = {
|
|
562
|
+
module.exports = {
|
|
563
|
+
main: do_git_backup,
|
|
564
|
+
do_git_backup,
|
|
565
|
+
do_git_backup_nodejs,
|
|
566
|
+
do_git_backup_macos,
|
|
567
|
+
do_git_backup_ubuntu,
|
|
568
|
+
do_git_backup_raspbian,
|
|
569
|
+
do_git_backup_amazon_linux,
|
|
570
|
+
do_git_backup_cmd,
|
|
571
|
+
do_git_backup_powershell,
|
|
572
|
+
do_git_backup_gitbash
|
|
573
|
+
};
|
|
22
574
|
|
|
23
575
|
if (require.main === module) {
|
|
24
|
-
|
|
576
|
+
do_git_backup(process.argv.slice(2));
|
|
25
577
|
}
|