https://github.com/nbari/backup
Command line tool for creating encrypted backups avoiding duplicates
https://github.com/nbari/backup
backup backup-utility duplicates encryption-decryption restore
Last synced: 3 months ago
JSON representation
Command line tool for creating encrypted backups avoiding duplicates
- Host: GitHub
- URL: https://github.com/nbari/backup
- Owner: nbari
- License: bsd-3-clause
- Created: 2019-11-22T08:52:21.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:19:06.000Z (about 1 year ago)
- Last Synced: 2024-11-27T20:23:22.797Z (about 1 year ago)
- Topics: backup, backup-utility, duplicates, encryption-decryption, restore
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# backup
Command line tool for creating encrypted backups avoiding duplicates.
[](https://crates.io/crates/backup)
[](https://travis-ci.org/nbari/backup)
## Usage
Create a new backup of /home/user1 and /home/user2
```bash
backup new mybackup -d /home/user1 -d /home/user2
```