search for: prevday

Displaying 1 result from an estimated 1 matches for "prevday".

Did you mean: preval
2004 Apr 12
3
cp -al issues
Hi, I'm having some strange issues when using cp in my rsync script. It seems there may be links breaking or something. Before running the actual rsync I run the following command in my script: cp -al /backup/Current /backup/$prevday Then I rsync from the source to /Current So shouldn't all my previous days have hard links back to the original /backup directory? Sometimes the /backup directory will end up holding only around 200mb of data, and one of the date directories will end up holding the bulk of the 37GB, shoul...