Giter VIP home page Giter VIP logo

bachy's Introduction


Logo

Bachy

A simple backup tool for manually backing up your data!
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

There are many great backup tools available. Many have complex functionality or need to always run in the background. If you prefer something simple that "just copies your files to another drive," this project is for you. Perhaps you don't back up your data at all (by the way, you should), in which case you could use this project as a start for your backup journey!

Bachy (pronounced "backy" like in Back-up - the name is a joke based on a best friend's name and the german word "Bach" for stream) was created because remembering all the locations of important and backup-worthy data is difficult, and manually copying is tedious. This project is also cross-platform and should work on Windows, Linux, and macOS out of the box.

So, why should you use this project?

  • You don't have any backups and do not back up your data.
  • Everything else you've seen is too complex.
  • You want a cross-platform solution with a nicer UI.

Why should you contribute to this project?

  • The software is useful for your use case.
  • You would like to learn about Rust/Svelte.
  • You know what you are doing and want to help/teach others.

Build with

Svelte Tailwindcss Tauri

(back to top)

Usage and Installation

For a detailed usage guide and explanation on how to create a backup and use the software, visit the Wiki.

To install the current version, visit the releases page!

Currently, there are no releases available, but version 0.0.1 will be released soon! You can always build a release yourself.

(back to top)

Contribution

Feel free to contribute to this project by creating issues or pull requests. You can also submit enhancement requests or suggest new features through issue creation, providing us with valuable ideas to shape the future of this project.

If you are a professional with expertise in Svelte or Rust, we welcome your code review and feedback.

License

TBD. If available see LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)

bachy's People

Contributors

mrraptorious avatar simon-lw avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bachy's Issues

Scheduling for Backups

Enable the creation of schedules for backups.

Backups should be performed in background.
If a backup is finished, the user should be notified via the system notifications.

Add different backup strategies

Add different strategies and a setting to choose for each bachy

  • Full Backup (just copy)
  • incremental Backup
  • differential Backup

Add keyboard shortcuts

Following shortcuts are required:

  • save the current backup configuration
  • perform the currently selected backup

Ability to perfrom the backup

This includes:

  • copying all files from the configuration to the target folder
  • copying all folders recursively to the target folder

Mark what files were previously backed up

The UI should show what files were backed up before and it they are out of date or not.

For that we just need to check

  • does the file exist?
  • is the last changed timestamp greater than the timestamp of the already backed up file?

UI v0.1.0

  • List on the side to select backup
    • Name
    • Icon
  • Detail view of backup as table
    • Name (editable)
    • Icon (editable)
    • Table
      • file path
      • delete button
      • last backup

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.