[arch-general] Full system backup with rsync
Ralf Mardorf
silver.bullet at zoho.com
Mon Oct 17 20:40:57 UTC 2016
Ok, hard links aren't links anymore.
[rocketmouse at archlinux ~]$ cd /tmp/
[rocketmouse at archlinux tmp]$ mkdir test
[rocketmouse at archlinux tmp]$ echo hello > test/test.txt
[rocketmouse at archlinux tmp]$ ln test/test.txt test/hardlink.txt
[rocketmouse at archlinux tmp]$ ls -i test/
2906732 hardlink.txt 2906732 test.txt
[rocketmouse at archlinux tmp]$ cp -pr test/ test_2
[rocketmouse at archlinux tmp]$ ls -i test_2/
2908188 hardlink.txt 2908189 test.txt
^^ ^^
[rocketmouse at archlinux tmp]$ cat test_2/*
hello
hello
More information about the arch-general
mailing list