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

Latest commit

 

History

History
19 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 483 Bytes

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