This commit is contained in:
2026-01-26 14:11:48 +01:00
parent 1e3c6fcf4c
commit 2dff234715
9 changed files with 600 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import datasquirel from "@moduletrace/datasquirel";
import { execSync, ExecSyncOptions } from "child_process";
import { execSync, type ExecSyncOptions } from "child_process";
import path from "path";
const BACKUP_DIR = `/root/backups`;
+1 -1
View File
@@ -1,5 +1,5 @@
import datasquirel from "@moduletrace/datasquirel";
import { execSync, ExecSyncOptions } from "child_process";
import { execSync, type ExecSyncOptions } from "child_process";
import path from "path";
const BACKUP_DIR = `/root/backups`;