Crates.io | xdbm |
lib.rs | xdbm |
version | 0.2.1 |
source | src |
created_at | 2024-03-18 00:23:08.547831 |
updated_at | 2024-06-19 09:35:35.23555 |
description | Cross device backup manager, which manages backups on several storages mounted on multiple devices. |
homepage | https://github.com/qwjyh/xdbm |
repository | https://github.com/qwjyh/xdbm |
max_upload_size | |
id | 1176918 |
size | 149,049 |
Cross device backup manager, which manages backups on several storages mounted on multiple devices with a single repository.
xdbm init
to setup new device(i.e. PC).xdbm storage add
to add storages, or xdbm storage bind
to make existing storages available on new device.xdbm backup add
to add new backup configuration.xdbm backup done
to tell xdbm to write backup execution datetime.xdbm storage list
and xdbm backup list
to see their status.xdbm path
to see the path of repository. Use git
to sync it among the devices.xdbm completion <SHELL>
to generate completion scripts for shells.--help
to see helps on the commands.