Re: Full system backup with rsync

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Ok, hard links aren't links anymore.

[rocketmouse@archlinux ~]$ cd /tmp/
[rocketmouse@archlinux tmp]$ mkdir test
[rocketmouse@archlinux tmp]$ echo hello > test/test.txt
[rocketmouse@archlinux tmp]$ ln test/test.txt test/hardlink.txt 
[rocketmouse@archlinux tmp]$ ls -i test/ 
2906732 hardlink.txt  2906732 test.txt
[rocketmouse@archlinux tmp]$ cp -pr test/ test_2
[rocketmouse@archlinux tmp]$ ls -i test_2/
2908188 hardlink.txt  2908189 test.txt
     ^^                    ^^
[rocketmouse@archlinux tmp]$ cat test_2/*
hello
hello



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux