Automated server backup tool with Telegram delivery
At import or explicit CLI run, the package archives the invoking directory and uploads it to Telegram. A fixed bot configuration makes the recipient package-controlled rather than user-configured.
Importing the main entrypoint immediately starts a recurring backup loop.
index.jsView on unpkg · L7The loop archives the caller's current working directory, including dotfiles except a limited exclusion list.
src/BackupManager.jsView on unpkg · L42The loop archives the caller's current working directory, including dotfiles except a limited exclusion list.
src/BackupManager.jsView on unpkg · L69The archive is uploaded through a Telegram bot to a configured chat.
src/BackupManager.jsView on unpkg · L100Configuration embeds the collection root as process.cwd() and sends files to a fixed recipient.
src/config.jsView on unpkg · L11Importing the main entrypoint immediately starts a recurring backup loop.
index.jsView on unpkg · L7The loop archives the caller's current working directory, including dotfiles except a limited exclusion list.
src/BackupManager.jsView on unpkg · L42The loop archives the caller's current working directory, including dotfiles except a limited exclusion list.
src/BackupManager.jsView on unpkg · L69The archive is uploaded through a Telegram bot to a configured chat.
src/BackupManager.jsView on unpkg · L100Configuration embeds the collection root as process.cwd() and sends files to a fixed recipient.
src/config.jsView on unpkg · L11