Added gitignore and an example of how much disk-space cloning with hard
links saves
This commit is contained in:
parent
921c28e07d
commit
b3c5c9acc8
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
conf/sources/*/destination/*
|
11
HOW_IT_LOOKS_LIKE_WHEN_YOU_SAVE_SPACE
Normal file
11
HOW_IT_LOOKS_LIKE_WHEN_YOU_SAVE_SPACE
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Hard links are such a nice thing ;-)
|
||||||
|
|
||||||
|
[10:53] srsyg01:sources% du -sh ~/backupdir
|
||||||
|
4.6M /home/nico/backupdir
|
||||||
|
[10:53] srsyg01:sources% du -sh ~/backupdir/*
|
||||||
|
4.1M /home/nico/backupdir/daily.2005-12-08-10:52.28456
|
||||||
|
4.1M /home/nico/backupdir/daily.2005-12-08-10:53.28484
|
||||||
|
4.1M /home/nico/backupdir/daily.2005-12-08-10:53.28507
|
||||||
|
4.1M /home/nico/backupdir/daily.2005-12-08-10:53.28531
|
||||||
|
4.1M /home/nico/backupdir/daily.2005-12-08-10:53.28554
|
||||||
|
4.1M /home/nico/backupdir/daily.2005-12-08-10:53.28577
|
Loading…
Reference in a new issue