Coder Social home page Coder Social logo

Missing remotes: git about bacup HOT 2 CLOSED

galeone avatar galeone commented on May 30, 2024
Missing remotes: git

from bacup.

Comments (2)

dantepippi avatar dantepippi commented on May 30, 2024

Just to clarify, do you mean to use git as a backup solution or is it meant to backup git repos?

from bacup.

galeone avatar galeone commented on May 30, 2024

Just to clarify, do you mean to use git as a backup solution or is it meant to backup git repos?

In my particular scenario, I have a project that generates in place (inside the git folder) some content (think about a static website, with automatically generated articles). I had the need to backup them once they are generated, and since they are generated directly inside the repo, I just do git add . and commit them.

Anyway, the solution should be general.

The uploader trait has 4 cases:

  • upload_folder -> move all the files into the repo (if they are not there yet), and git add .; git commit -m 'backup'; git push origin
  • upload_file -> move this file into the repo (and as above)
  • upload_file_compressed -> same as upload_file, but the file is first compressed, then moved inside the repo
  • upload_folder_compressed -> compress a folder, move it inside the repo, and commit it

from bacup.

Related Issues (13)

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.