<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>tech on Collection of Stuff</title>
    <link>https://blog.master4132.ovh/tags/tech/</link>
    <description>Recent content in tech on Collection of Stuff</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved.</copyright>
    <lastBuildDate>Sat, 17 Feb 2024 16:00:00 +0000</lastBuildDate><atom:link href="https://blog.master4132.ovh/tags/tech/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Symbolic Link - Cloud and Local Folder</title>
      <link>https://blog.master4132.ovh/post/symbolic-link-cloud-local/</link>
      <pubDate>Sat, 17 Feb 2024 16:00:00 +0000</pubDate>
      
      <guid>https://blog.master4132.ovh/post/symbolic-link-cloud-local/</guid>
      <description>
        
          
            Some applications store the files under My Documents. If there is a need to move it to a cloud location like OneDrive, Symbolic link is quite helpful. In my case, Focalboard stores data in My Documents but I wanted to move it to my OneDrive folder
1mklink /D &amp;#34;C:\Users\{user}\Documents\Focalboard&amp;#34; &amp;#34;C:{OneDrivePath}\folder\Focalboard&amp;#34; e.g.,
1mklink /D &amp;#34;C:\Users\jack\Documents\Focalboard&amp;#34; &amp;#34;C:\Users\jack\OneDrive\productivity\tools\Focalboard&amp;#34; Source - https://www.howtogeek.com/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
