-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

bup


> Backup system based on the Git packfile format, providing incremental saves and global deduplication.

More information.


Initialize a backup repository in the specified local directory:

bup -d {path/to/repository} init

Prepare a given directory before taking a backup:

bup -d {path/to/repository} index {path/to/directory}

Backup a directory to the repository:

bup -d {path/to/repository} save -n {backup_name} {path/to/directory}

Show the backup snapshots currently stored in the repository:

bup -d {path/to/repository} ls

Restore a specific backup snapshot to a target directory:

bup -d {path/to/repository} restore -C {path/to/target_directory} {backup_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:54:21 2024