Link Search Menu Expand Document

Auto-backup to the cloud

  1. Make backup-list files. Example:
    ~/data-store/gitlab-prod/backup-list.txt
     gitlab-config                    # pvc-directory name example
     /path/to/backup.bash             # execute this script with parameter $HOME_USER_NAME
     user@host:/path/to/backup/daily  # scp $NOW.zip from the daily directory
    
  2. Change HOME_BACKUP_CRON in:
    setup/setup_def.bash
    or setup/setup_def_custom.bash