ruplicity-console

Crates.ioruplicity-console
lib.rsruplicity-console
version0.1.2
sourcesrc
created_at2015-12-09 18:38:59.959789
updated_at2016-01-09 16:50:07.153946
descriptionCommand line interface to browse duplicity backups
homepage
repositoryhttps://github.com/mbrt/ruplicity-console
max_upload_size
id3602
size30,891
Michele Bertasi (mbrt)

documentation

README

ruplicity-console

Build Status Build status

Command line interface for ruplicity.

Installation

Starting from Rust 1.5:

cargo install ruplicity-console

Windows user can download pre-built binaries for convenience in the releases section. For those, Visual C++ 2015 redistributable binaries are needed. If you don't have them, you can download them in Visual Studio Downloads, under the "Tools for Visual Studio 2015" section.

Usage

Only backups present in the local file system are supported for now.

Suppose you have a duplicity backup stored in /media/foo/backup/. You can have informations about the backup by using:

ruplicity-console info /media/foo/backup

And list the files for the last snapshot by using:

ruplicity-console ls /media/foo/backup

You can specify which snapshot to list by using the -i option, to specify the snapshot index:

ruplicity-console ls -i 0 /media/backup

shows the files for the first backup snapshot. If you want to know the index for some snapshot use ruplicity.console info.

Commit count: 43

cargo fmt