| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple bash script to backup multiple directories into compressed ZIP archives with automatic cleanup of old backups.
Copy the example configuration file:
cp backup_config.cfg.example backup_config.cfgEdit backup_config.cfg with your specific settings:
Make sure the backup directory exists and has write permissions:
mkdir -p /path/to/backup/directoryRun the backup script:
./backup.shThe script will create ZIP files named {folder_name}_backup_{YYYY-MM-DD}.zip in your specified backup directory.
If you backup a folder named documents on 2024-01-15, the resulting file will be:
documents_backup_2024-01-15.zip
See LICENSE file for details.
| Back | FazBrowse Home | New Git URL |