otomatik-yedekleme

Automate Antigravity project backups with scheduling, exclusions, retention, and logging.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/cengo33/hal-piyasa --skill otomatik-yedekleme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: otomatik-yedekleme
Source: https://github.com/cengo33/hal-piyasa/tree/main/_skills/otomatik-yedekleme
Command: npx skills add https://github.com/cengo33/hal-piyasa --skill otomatik-yedekleme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the backup process for the Antigravity project, including scheduling, file cleanup, and logging, reducing manual effort and ensuring data integrity.

Core Features & Use Cases

  • Automated Backups: Schedule weekly backups using crontab or run manually.
  • Selective Backup: Exclude unnecessary files like .git, node_modules, and media files.
  • Backup Retention: Keep only the last 4 backups and automatically delete older ones.
  • Logging: Maintain a log file for each backup operation.
  • Use Case: For organizations managing the Antigravity project, this Skill provides a reliable backup solution that reduces the risk of data loss and ensures that the project's history is preserved.

Quick Start

Use the otomatik-yedekleme skill to perform a backup now.

Frequently Asked Questions about otomatik-yedekleme

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule automated backups for my project using crontab?

You can schedule automated backups for your project using crontab to execute shell scripts on a weekly basis. This ensures regular file management and project integrity without manual effort.

Can I exclude files like node_modules and .git from my project backup?

Yes, you can exclude unnecessary files like .git, node_modules, and media files from your project backup. This selective backup approach saves storage space and streamlines the backup process.

How does backup retention work for automated project backups?

Backup retention automatically keeps only the last 4 backups and deletes older ones. This retention policy manages disk space efficiently while preserving recent project data for disaster recovery.

What is the best way to log backup operations for disaster recovery?

The best way to log backup operations is to maintain a dedicated log file for each backup execution. This logging records scheduling, file exclusion, and retention actions for audit and recovery planning.

Does this backup solution work without additional dependencies?

Yes, this backup solution works without additional dependencies, utilizing standard shell scripting and crontab for execution. It is suitable for organizations managing the Antigravity project requiring reliable data preservation.