• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Question about backup script

Scheduled Pinned Locked Moved General Discussion
30 Posts 3 Posters 1.8k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    rkorell @rkorell
    last edited by Mar 3, 2025, 4:25 PM

    Nope.
    Doesnt’t work.
    Have created a “.gitconfig” file with

    git config --global --edit
    

    Entered user, email and password - but your script asks again for “user” …

    ???

    Thanks
    Ralf

    S 1 Reply Last reply Mar 3, 2025, 4:35 PM Reply Quote 0
    • S Offline
      sdetweil @rkorell
      last edited by Mar 3, 2025, 4:35 PM

      @rkorell the SCRIPT does not prompt

      I use these git config parms

      if [ "$user_name." == "." ]; then
      	# prompt for users name
      	git config --local user.name $user_name
      else	
      	git config --local user.name $user_name
      fi
      if [ "$email." == "." ]; then
      	# prompt for email address
      	git config --local user.email $email
      else
      	git config --local user.email $email
      fi
      

      git will prompt

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R 1 Reply Last reply Mar 3, 2025, 5:40 PM Reply Quote 0
      • S Offline
        sdetweil @rkorell
        last edited by Mar 3, 2025, 4:45 PM

        @rkorell you HAVE the git cli

        git --help
        (–local means in this folder only)

        git config --local user.name “your name”
        git config --local user.email “your email”

        see here

        https://stackoverflow.com/questions/35942754/how-can-i-save-username-and-password-in-git

        and username means github userid

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        R 1 Reply Last reply Mar 3, 2025, 6:28 PM Reply Quote 0
        • R Offline
          rkorell @sdetweil
          last edited by rkorell Mar 3, 2025, 5:40 PM Mar 3, 2025, 5:40 PM

          @sdetweil said in Question about backup script:

          @rkorell the SCRIPT does not prompt
          I use these git config parms

          OK, where do you get this from?
          If I have a look at your other post „local means this folder only“ let me assume that you may look at „$HOME/MagicMirror/.gitconfig“
          Is this true?
          Than this cannot work because my

          git config --global --edit
          

          created a .gitconfig in $HOME …

          Will at least try your suggestion with git config … (THANKS for this - the stackoverflow article will be chacked as well)

          Warmest regards,

          Ralf

          S 2 Replies Last reply Mar 3, 2025, 5:50 PM Reply Quote 0
          • S Offline
            sdetweil @rkorell
            last edited by Mar 3, 2025, 5:50 PM

            @rkorell if you don’t have a global ($HOME) git config,
            i dont presume to decide this for you.
            so i only set it in the MM_backup folder

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @rkorell
              last edited by Mar 3, 2025, 5:50 PM

              @rkorell git will look local first and global second

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • R Offline
                rkorell @sdetweil
                last edited by Mar 3, 2025, 6:28 PM

                @sdetweil
                Your:

                git config --local user.name “my name”
                git config --local user.email “my email”
                plus
                git config --local user.password “myverylonggithubtoken”

                does the trick…

                The stackoverflow article is confusing to me but your suggestion is there :-)
                Thanks a lot!

                Warm regards,
                Ralf

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 3
                • 3 / 3
                3 / 3
                • First post
                  28/30
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy