https://github.com/travisspomer/symlinkmirror
Mirrors a folder from one location to another using symbolic links instead of copying files.
https://github.com/travisspomer/symlinkmirror
symbolic-link symlink windows
Last synced: 4 months ago
JSON representation
Mirrors a folder from one location to another using symbolic links instead of copying files.
- Host: GitHub
- URL: https://github.com/travisspomer/symlinkmirror
- Owner: TravisSpomer
- License: mit
- Created: 2021-08-11T20:28:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T04:02:51.000Z (over 3 years ago)
- Last Synced: 2025-04-19T18:31:12.351Z (about 1 year ago)
- Topics: symbolic-link, symlink, windows
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# SymLinkMirror
Mirrors a folder from one location to another using symbolic links instead of copying files.
## Usage
* Only Windows is supported.
* Install [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0) if not already installed.
* Open an **elevated** administrator command prompt.
* `SymLinkMirror "C:\Folder1" "C:\Folder2"`
## Building
If you're not using Visual Studio, you can build a release EXE with the following ([.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) is required):
```
dotnet build --configuration Release
dotnet publish -c Release -r win-x86 -p:PublishSingleFile=true --self-contained false
```
---
© 2011-2022 Travis Spomer. [MIT license](License.txt).