GithubHelp home page GithubHelp logo

puffin-transfer's Introduction

Puffin Transfer

A reverese engineered iCloud solution for Unix systems written in Golang. Goal is to automatically rotate unused, unwanted and unnecessary files out of your system into a cloud of your choice. Current state supports rotation of identified files into a GCP firestore instance upon command. WIP - use with caution.

Dependencies

Build instructions

  1. Retrieve the repository
git clone https://github.com/OliverKlukas/puffin-transfer.git
cd puffin-transfer
  1. Build the binary with
go build -o puffin-transfer cmd/cli/main.go
  1. Run the binary with
./puffin-transfer

Project structure

cmd/cli

  • main tui for user input

config

  • configuration of static properties

internal/firestore

  • connects to firestore in GCP and uploads/downloads files
  • requires service account json file
  • stored files are saved in the files collection for now

internal/fileanalyzer

  • Walks a file tree and analyzes all files on different criteria. If a file violates a rule, it is transferred to the store.
  • Supported criteria currently are: file size and duplicate files

puffin-transfer's People

Contributors

oliverklukas avatar awoc avatar

Stargazers

 avatar  avatar

Watchers

 avatar

puffin-transfer's Issues

Add persistence functionality of files that are rotated out

Expected behavior:

  1. Files that are supposed to be transferred out are deleted
  2. A reference file with the same name is left at the deletion location
  3. Once the reference file is executed, a script retrieves the file back and deletes it in the database

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.