Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 711 Bytes

File metadata and controls

13 lines (10 loc) · 711 Bytes

Backup Scripts

This repository contains scripts for backing up various data and configurations. The scripts are designed to automate the backup process and ensure that important data is safely stored.

Some of the scripts backup to a git repositories, while others may use different methods for storage. The scripts are organized in a way that allows for easy maintenance and updates.

Auto-update this repo

Crontab:

*/5 * * * * git -C /path/to/repo/backup-scripts pull

The git directory contains scripts specifically for backing up data to git repositories. These scripts can be used to automate the process of committing and pushing changes to a remote repository.