.17
2.0K./home.18
2.0K./home.19
2.0K./home.20
2.0K./home.21
2.0K./home.22
2.7G.
2.7Gtotal
Ah well, I guess if nothing else, this may be useful to someone
Googling in the future.
Sorry for the spam to the list.
Scott
On Aug 11, 2009, at 14:49:18, Scott Schappell wrote
And now df is reporting proper usage of 5.4 GiB (which is what I
expected). Maybe I just wasn't being patient enough and there's some
weird df lag or something. Anyway, seems like it's working OK, but if
anyone has any pointers on doing this more efficiently, I'd be more
than happy to hear
Hourly I have an rsync job backup /home to /home/backup. I have 24
directories (one for each hour):
home.0
...
home.23
Here is the script I am running via cron:
#! /usr/local/bin/bash
dest=`date +%k | sed 's/ //g'`
linkdir=`date -v-1H +%k | sed 's/ //g'`
chflags -R noschg /home/backup
rm -rf