Skip to content

Mireiawen/borg-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BorgBackup

Docker Container for the BorgBackup to be used as backup client

Dockerfile contains the following

Running

Run this container and list the backups at the remote host

docker run \
	--rm \
	--interactive \
	--tty \
--volume "/home/mireiawen-docker:/root" 
	--env BORG_REPO="borgbackup@<host>:/backups/repository" \
	--env BORG_PASSPHRASE="<passphrase>" \
	mireiawen/borg-client list