Tagged Questions
1
vote
1answer
57 views
What happens when I copy a file from one network location to another
Suppose I have three networked computers: A, B and C.
A mounts a directory from B and from C.
A/mnt/im-on-B/
A/mnt/im-on-C/
A then copies a file:
cp /mnt/im-on-B/file ../im-on-C/
What happens ...
1
vote
1answer
107 views
Killed `rm` and `cp` on nfs share
I am just testing an rsnapshot installation on my laptop which should backup to a NAS mounted via nfs on my laptop.
On one test rsnapshot died with a cp -al problem (i.e. a problem with hard links) ...