Giter Club home page Giter Club logo

spbau-data-backup's Introduction

spbau-data-backup

Training project for SpbAU students where they develop data backup software

Our goal is to develop:

  • Storage of backed up data
  • Data backup server
  • Set of data backup clients for all the mainstream operating systems

Additional features:

  • Authentcation and authorization of clients
  • Encryption/decryption of data streams
  • Adaptive data compression/decompression
  • Computation and backup of only diffs from the last backup
  • Restore of client session if it was cancelled for some reason
  • Data deduplication on server side, dedup aware clients
  • And... many more

spbau-data-backup's People

Contributors

eabatalov avatar kodark avatar lizatretyakova avatar

Watchers

 avatar  avatar

Forkers

kodark

spbau-data-backup's Issues

Implement library for FS tree collection

We need to be able to collect tree of all the files in the system. Each tree node should be able to store at least one user provided pointer to user provided data. (we'll associate arbitrary information with each tree node ex. file hash).

Also we need a set of helper functions for convenient traversal of collected FS tree.

Special handling of hard and soft links is required. It is special tree nodes that have pointers to file/dir nodes.

Use POSIX API for now.

Let's discuss library design at a whiteboard first.

Changes review

To make debug version: make debug
To run under valgrind: make mem_check
To run on the test: make; bin//main <folder_name>

Changes are made in this period: 9079510...3206f66

Implement basic echo client and server

Let's make two applications. One is client and another one is a server.

Server application is started first. Server opens socket on specific TCP port. Let's choose port #5000.
Then server listens for client connections on it.
After that client is able to connect to server. So it connects and sends some string. Server receives it and sends that string back. That's the concept of echo client and server that we want to implement.

Please create dedicated directories for client and server code. Use POSIX API for now. Target OS: Linux. Client is a command line app for now.

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.