https://github.com/rogusdev/dirbu
A directory/drive backup tool
https://github.com/rogusdev/dirbu
Last synced: 6 months ago
JSON representation
A directory/drive backup tool
- Host: GitHub
- URL: https://github.com/rogusdev/dirbu
- Owner: rogusdev
- License: mit
- Created: 2024-01-09T17:39:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T17:52:25.000Z (over 2 years ago)
- Last Synced: 2025-02-15T07:36:27.107Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dirbu
A directory/drive backup tool for educating myself
Effectively a combination of `rsync` and `tree` -- to do an rsync copy off of tree esque output.
In practice, I use rsync, with tree as a confirmation helper. But building this was informative all the same.