Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

panzois/linux-backup-automation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux Backup Automation Scripts

Shell-based backup automation using tar, at, and cron.

Design

  • Manual backup execution
  • One-time scheduled backup via at
  • Recurring scheduled backup via cron
  • Basic input validation and error handling

Scripts

  • bck — direct backup of file or directory
  • bck1 — scheduled backup using at
  • bck2 — cron-oriented recurring backup

Usage

bash


chmod +x bck bck1 bck2

./bck user source destination
./bck1 user source destination HH:MM
./bck2

Example cron entry:

bash


0 23 * * 0 /home/username/bck2

Stack

Bash · Linux · tar · at · cron · Automation

Author

Panagiotis Zois MSc ICT | Bridging Business & Technology

About

Linux shell-based backup automation using tar, at, and cron scheduling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages