hardlink Questions

4

Solved

I am attempting to create a git repository to store all of my dotfiles and config files. My idea was to simply create hard links to all of the files I cared about and store those links in their own...
Cerise asked 2/8, 2012 at 22:16

3

Solved

I am creating a zip archive containing two identical files at different paths. Does the zip archive format support something akin to the Unix concept of hard links? By this I mean the ability to st...
Fears asked 14/1, 2012 at 2:12

2

Solved

I have a series of directories on Linux and each directory contains lots of files and data. The data in those directories are automatically generated, but multiple users will need to perform more a...
Abbottson asked 12/7, 2012 at 15:57

2

Solved

What I basically would like to do is cp -Rl dir1 dir2. But as I understand it, python only provides shutils.copytree(src,dst) which actually copies the files, but has no possibility of hardlinking ...
Mortie asked 28/5, 2012 at 0:28

2

Solved

I'm trying to copy a file using a hardlink, where the file is stored as a Django FileField. I'd like to use a hardlink to save space and copy time (no changes are expected to be made to the origina...
Livonia asked 10/4, 2012 at 16:7

4

Solved

Considering that Git does not recognize symbolic links that point outside of the repository, is there any problem using hard links? Could Git break them? Can you please point me to detailed infor...
Stipendiary asked 16/9, 2010 at 17:45

1

Solved

To fix a bug in this answer: What's the correct name of the function to create a hard link in MSVCRT?
Logo asked 16/5, 2011 at 8:53

1

Solved

I can use GetFileInformationByHandle to determine the number of hard links associated with a file. How can I enumerate the paths which make up those links? For example, if C:\TEMP_1.BIN and C:\TEM...
Morrill asked 30/9, 2010 at 22:39

2

Solved

I just wanted to clarify if a hard/symbolic link is actually a file that is created ?? I ran the command: ln source hardlink ln -s source softlink -- The ls command shows this 2 links as a file...
Malamute asked 11/5, 2010 at 6:3

1

Solved

I've got a Win7 x64 box running Tortoise 1.0 x64 release. About Tortoise reveals that it's 1.0 "with Mercurial-1.5, Python-2.6.4, PyGTK-2.16.0, GTK-2.18.7". I've also got ActivePython 2.6 and Mercu...
Ween asked 26/3, 2010 at 13:36

1

Solved

I am using Mercurial under Windows XP (using the TortoiseHg distribution) and I want to use NTFS hardlinks when cloning a repository. Out of the box Mercurial does not do this. I have read that a w...
Lauro asked 7/8, 2009 at 2:17

© 2022 - 2024 — McMap. All rights reserved.