mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	Update namespace (#129)
This commit is contained in:
		
							parent
							
								
									07c853663c
								
							
						
					
					
						commit
						f5d7a0afb6
					
				@ -5,7 +5,7 @@
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
- hosts: webservers
 | 
					- hosts: webservers
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
  - role: m3nu.ansible_role_borgbackup
 | 
					  - role: borgbase.ansible_role_borgbackup
 | 
				
			||||||
    borg_encryption_passphrase: CHANGEME
 | 
					    borg_encryption_passphrase: CHANGEME
 | 
				
			||||||
    borg_repository: ssh://m5vz9gp4@m5vz9gp4.repo.borgbase.com/./repo
 | 
					    borg_repository: ssh://m5vz9gp4@m5vz9gp4.repo.borgbase.com/./repo
 | 
				
			||||||
    borgmatic_timer: systemd
 | 
					    borgmatic_timer: systemd
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
# Ansible Role: BorgBackup Client
 | 
					# Ansible Role: BorgBackup Client
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://github.com/borgbase/ansible-role-borgbackup/actions/workflows/main.yml) [](https://galaxy.ansible.com/m3nu/ansible_role_borgbackup)
 | 
					[](https://github.com/borgbase/ansible-role-borgbackup/actions/workflows/main.yml) [](https://galaxy.ansible.com/borgbase/ansible_role_borgbackup)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Set up encrypted, compressed and deduplicated backups using [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) and [Borgmatic](https://github.com/witten/borgmatic). Currently supports Debian/Ubuntu, CentOS/Red Hat/Fedora, Archlinux and Manjaro.
 | 
					Set up encrypted, compressed and deduplicated backups using [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) and [Borgmatic](https://github.com/witten/borgmatic). Currently supports Debian/Ubuntu, CentOS/Red Hat/Fedora, Archlinux and Manjaro.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -24,7 +24,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
- hosts: all
 | 
					- hosts: all
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
  - role: m3nu.ansible_role_borgbackup
 | 
					  - role: borgbase.ansible_role_borgbackup
 | 
				
			||||||
    borg_encryption_passphrase: CHANGEME
 | 
					    borg_encryption_passphrase: CHANGEME
 | 
				
			||||||
    borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
 | 
					    borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
 | 
				
			||||||
    borg_source_directories:
 | 
					    borg_source_directories:
 | 
				
			||||||
@ -43,7 +43,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
- hosts: all
 | 
					- hosts: all
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
  - role: m3nu.ansible_role_borgbackup
 | 
					  - role: borgbase.ansible_role_borgbackup
 | 
				
			||||||
    borg_encryption_passphrase: CHANGEME
 | 
					    borg_encryption_passphrase: CHANGEME
 | 
				
			||||||
    borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
 | 
					    borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
 | 
				
			||||||
    borgmatic_timer: systemd
 | 
					    borgmatic_timer: systemd
 | 
				
			||||||
@ -64,7 +64,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Download from Ansible Galaxy
 | 
					Download from Ansible Galaxy
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
$ ansible-galaxy install m3nu.ansible_role_borgbackup
 | 
					$ ansible-galaxy install borgbase.ansible_role_borgbackup
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Clone latest version from Github
 | 
					Clone latest version from Github
 | 
				
			||||||
 | 
				
			|||||||
@ -4,7 +4,7 @@ dependencies: []
 | 
				
			|||||||
galaxy_info:
 | 
					galaxy_info:
 | 
				
			||||||
  author: Manuel Riel
 | 
					  author: Manuel Riel
 | 
				
			||||||
  role_name: ansible_role_borgbackup
 | 
					  role_name: ansible_role_borgbackup
 | 
				
			||||||
  namespace: m3nu
 | 
					  namespace: borgbase
 | 
				
			||||||
  description: Set up backup to remote machine using Borg and Borgmatic.
 | 
					  description: Set up backup to remote machine using Borg and Borgmatic.
 | 
				
			||||||
  company: "BorgBase.com"
 | 
					  company: "BorgBase.com"
 | 
				
			||||||
  license: license (BSD, MIT)
 | 
					  license: license (BSD, MIT)
 | 
				
			||||||
 | 
				
			|||||||
@ -18,7 +18,7 @@
 | 
				
			|||||||
        state: present
 | 
					        state: present
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
    - role: m3nu.ansible_role_borgbackup
 | 
					    - role: borgbase.ansible_role_borgbackup
 | 
				
			||||||
      borg_install_method: pip
 | 
					      borg_install_method: pip
 | 
				
			||||||
      borgmatic_timer: cron
 | 
					      borgmatic_timer: cron
 | 
				
			||||||
      borg_repository: m5vz9gp4@m5vz9gp4.repo.borgbase.com:repo
 | 
					      borg_repository: m5vz9gp4@m5vz9gp4.repo.borgbase.com:repo
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user