Found 6 bookmarks
Custom sorting
Create SSH Key
Create SSH Key
How to create a new SSH key for secure connections.
ssh-keygen -t rsa -b 4096 -o -a 100
·docs.borgbase.com·
Create SSH Key
How to orchestrate Borg backups with Borgmatic
How to orchestrate Borg backups with Borgmatic
In this tutorial we see how to install Borgmatic on some the most used Linux distributions and how to use it to orchestrate Borg backups.
https://linuxconfig.org/how-to-organize-your-passwords-using-pass-password-manager
·linuxconfig.org·
How to orchestrate Borg backups with Borgmatic
Introduction to Borg Backup
Introduction to Borg Backup
In this tutorial we are going to see how to install Borg on some of the most used Linux distributions, and some examples of its usage.
·linuxconfig.org·
Introduction to Borg Backup
borgmatic
borgmatic
# List of source directories to backup. source_directories: - /home - /etc # Paths of local or remote repositories to backup to. repositories: - path: ssh://k8pDxu32@k8pDxu32.repo.borgbase.com/./repo label: borgbase - path: /var/lib/backups/local.borg label: local # Retention policy for how many backups to keep. keep_daily: 7 keep_weekly: 4 keep_monthly: 6 # List of checks to run to validate your backups. checks: - name: repository - name: archives frequency: 2 weeks # Custom preparation scripts to run. before_backup: - prepare-for-backup.sh # Databases to dump and include in backups. postgresql_databases: - name: users # Third-party services to notify you if backups aren't happening. healthchecks: ping_url: https://hc-ping.com/be067061-cf96-4412-8eae-62b0c50d6a8c
·torsion.org·
borgmatic