Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

mugful/fedora-rdiff-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fedora-rdiff-backup

Fedora container image with rdiff-backup installed.

Example

Restoring a backup when rdiff-backup is installed locally but not on the remote server:

rdiff-backup \
    -r now \
    --force \
    --remote-schema 'ssh -C %s podman run -i --rm --privileged -v /:/host:rw quay.io/mugful/fedora-rdiff-backup rdiff-backup --server' \
    local-rdiff-backup-dir \
    root@remote-server.example.org::/host/remote-dir-to-restore-to

About

Fedora-based container image with rdiff-backup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published