Mapping Select Folder to ~/Pictures

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
morbid_bean

Mapping Select Folder to ~/Pictures

Post by morbid_bean »

Hello,

Basicly, what I do on my Windows 7 Install is pretty much map my Dropbox/Pictures folder to my User/Pictures folder... So what ever I put into the Pictures folder automatically gets uploaded to the cloud.


I am trying to accomplish this on MINT:

My Dropbox Pictures folder is: ~/Dropbox/Pictures

and I want to map that to: ~/Pictures

OR

Is there a way to add a shortcut to Dropbox folder on the side Pane in Thunar?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Orbmiser

Re: Mapping Select Folder to ~/Pictures

Post by Orbmiser »

Wouldn't linking both separate folders to same dropbox then sync do the same thing?
.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Mapping Select Folder to ~/Pictures

Post by catweazel »

morbid_bean wrote:My Dropbox Pictures folder is: ~/Dropbox/Pictures

and I want to map that to: ~/Pictures
If 'Pictures' exists in ~/Dropbox, copy out the files and delete the directory. Next, do this in a terminal:

Code: Select all

ln -s ~/Pictures ~/Dropbox/Pictures
Now, if you put a file in ~/Dropbox/Pictures, it will be stored in ~/Pictures.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Beginner Questions”