ebod
Easy/Efficient Backup of Data
I built a command-line utility that helps in backing up files in local drives. I had the problem to backup files as once I have copied a directory of files into a drive at date X, then backing up additional files or syncing two sources of data down the road at date Y was confusing and time consuming.
So I created ebod to help me with backing up and syncing data between directories in local drives. I also learnt about how to read and copy files, read their metadata, deleting duplicates while creating this project.
This project doesn’t have a lot of UI stuff as I just wanted something that worked. But it sure does log everything to the screen with alerts, errors and success messages.
Happy to create something that I will using a lot of times in future. Hope it helps you too. You can download it from crates.io through cargo with the command cargo install ebod.
Thank You