Using DropBox on a Macintosh to backup files

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    files
AI Thread Summary
The discussion centers on backing up source files for a program using aliases in Mac OS and syncing with GitHub. The user attempted to create aliases of their source files and move them to Dropbox, mistakenly believing this would back up the original files. However, aliases are not copies but pointers to the original files, leading to confusion regarding their functionality. The user also inquires about automatically syncing their project with GitHub, seeking clarification on the process of continuous updates. It is noted that syncing with GitHub requires user action, such as committing changes, and highlights the importance of understanding GitHub terminology for effective use.
Jamin2112
Messages
973
Reaction score
12
I'm intending to backup the source files of a program I'm working on. So what I tried to do is

left-click-->Make Alias

with each of the source files and then moved the aliases to my DropBox folder on my computer. I assumed this would have the effect of having the source files being saved in my DropBox account as well as on my machine whenever I save my work. But the alias files have some weird encoding.

Also, I just made a GitHub account and I'm wondering whether there's a way to use my GitHub client to automatically sync the most recent version of the project on my computer.
 
Last edited:
Computer science news on Phys.org
What do you mean by automatically synching? You can synch GitHub files but you have to at least tell it to synch. Are you referring to a commit?
 
An alias in Mac OS is not a copy of the original file. It's a sort of "pointer" file that contains information that tells the OS where to find the original file. When you double-click on the alias, the OS opens the original file.
 
Borg said:
What do you mean by automatically synching? You can synch GitHub files but you have to at least tell it to synch. Are you referring to a commit?

I want to continuously "push" a GitHub repository, I guess
 
I probably should've learned GitHub terminology before making this thread
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top