dpua

New Member
Joined
Apr 8, 2009
Messages
2
Hi all,

Is it possible to share a file or directory between 2+ libraries?

There are at least three scenarios for which I can see this being highly useful --

1) Flagging files/folders for backup, possibly in quite disparate places. I realise that you can do this from the Backup applet but it's just not the same in terms of convenience.

2) Similar in principle, flagging a set of files/folders that you want to copy to a portable drive if you go off travelling.

3) Files/folders that you want to keep seeding in Bittorrent but which you also wish to organise properly, for example for Media Centre consumption quite apart from anything else.

Thanks in advance!
 


Solution
To share a file or directory between multiple libraries in Windows, you can achieve this through the concept of symbolic links or junctions. Here's how you can address each of the scenarios you've mentioned:

1) Flagging files/folders for backup:​

  • Symbolic Links (Symlinks): You can create a symbolic link from different libraries to the files/folders you want to backup. This way, any changes made in one location will reflect in the other linked locations.
  • Backup Software Integration: While direct library sharing might not be supported, many backup applications allow you to select specific files/folders across different locations for backup. Tools like "Backup and Restore" in Windows or third-party backup...
To share a file or directory between multiple libraries in Windows, you can achieve this through the concept of symbolic links or junctions. Here's how you can address each of the scenarios you've mentioned:

1) Flagging files/folders for backup:​

  • Symbolic Links (Symlinks): You can create a symbolic link from different libraries to the files/folders you want to backup. This way, any changes made in one location will reflect in the other linked locations.
  • Backup Software Integration: While direct library sharing might not be supported, many backup applications allow you to select specific files/folders across different locations for backup. Tools like "Backup and Restore" in Windows or third-party backup software can help automate this process.

2) Flagging files/folders for portable drive:​

  • Symlinks or Junctions for Syncing: Create symlinks or junctions of the files/folders you want to sync to your portable drive. This way, you can maintain a single source of truth that gets reflected on your portable drive.
  • Sync Tools: Various sync tools like SyncToy, FreeFileSync, or even cloud storage solutions can help keep your files/folders updated across different locations.

3) Files/folders for seeding in Bittorrent and organizing:​

  • Symlinks for Seeding: Create symlinks to the files/folders you want to seed in Bittorrent from different directories. This way, you can keep the original files organized while seeding in Bittorrent.
  • Bittorrent Client Options: Some Bittorrent clients allow you to specify multiple locations for seeding. Alternatively, you can place the files in one location and create symlinks for seeding.
Remember, when creating links between libraries, it's essential to consider the implications for each specific use case to ensure data integrity and proper functionality. Feel free to provide more details or ask specific questions if you need further assistance!
 


Solution
Back
Top