Code Monkey home page Code Monkey logo

Comments (5)

twpayne avatar twpayne commented on June 2, 2024 2

think this may be my issue. as it seems what I am doing is not dotfile management but a backup of my files that so happen to be under .folders, and git is not suited for that?

Exactly. git is a version control system, not a backup system. chezmoi is a dotfiles manager, not a backup system.

from chezmoi.

zany130 avatar zany130 commented on June 2, 2024 1

I'm sorry I got them confused. I do want to do versioning of my backups but git (and dotfilemanger) aren't the tool for this. https://rdiff-backup.net seems to be a good tool for this. Thanks, though, for responding. Also, thanks for chezmoi. While it doesn't help with the backup of my .files, I will still be using it for syncing select configs between machines, and the templates seem very helpful.

from chezmoi.

halostatue avatar halostatue commented on June 2, 2024

There are a couple of issues here, and only one of them appears to be related to chezmoi — but I don’t think that there’s a good fix for them.

  • argument list too long is literally what happens when you call git add … with too many arguments or an argument list too long (1 million characters on macOS, but it may be shorter with fork). This could happen if full pathnames are used by chezmoi when calling git add; I don’t use auto-add, so I can’t say for certain whether this is the case.

  • The git pack/disconnect is a git issue, unrelated to chezmoi. I have what I think is a fairly large chezmoi repo, and the pack is approximately 15Mb. (git count-objects -vH or du -sh .git).

    The report of a 2.7Gb pack suggests that you have committed large binary data (.zip files, etc.) which is a bad idea for git in general. This is something that you will need to resolve yourself, possibly following the suggestions in the linked SO post or other suggestions to shrink the size of a repository.

from chezmoi.

twpayne avatar twpayne commented on June 2, 2024

It sounds like you have way too many files in git.

What's the output of

chezmoi git status

?

from chezmoi.

zany130 avatar zany130 commented on June 2, 2024

It sounds like you have way too many files in git.

What's the output of

chezmoi git status

?

like I said in the op, I am trying to backup my WHOLE .config folder (well, with some exceptions that I added to .local/share/chezmoi/.chezmoiignore to ignore nonessential stuff like cache and logs). I think this may be my issue. as it seems what I am doing is not dotfile management but a backup of my files that so happen to be under .folders, and git is not suited for that?

chezmoi git status
On branch main
Your branch is ahead of 'origin/main' by 2 commits.
  (use "git push" to publish your local commits)

nothing to commit, working tree clean

from chezmoi.

Related Issues (20)

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.