Displaying 1 result from an estimated 1 matches for "20110329_125251".
2011 Mar 29
1
weird result when using --link-dest
...ed on that, using --link-dest to reduce the size of the following backups, but the result is very suprising. the full backup seems to be reduzed in size!!
I've reduced the commands to the bare minimum that still procduces the str.
ange result.
mkdir -p /tmp/full_20110329_122743
mkdir -p /tmp/20110329_125251
rsync --archive -e "ssh" server:/var/webdir/ /tmp/full_20110329_122743
du -s /tmp/*20110329*
18272 /tmp/full_20110329_122743
12 /tmp/20110329_125251
rsync --archive -e "ssh" --link-dest /tmp/full_20110329_122743 server:/var/webdir /tmp/20110329_125251/
du -s /tmp/*2011032...