--- psinib.pl 2003/01/21 19:50:47 1.5 +++ psinib.pl 2003/01/21 21:30:19 1.6 @@ -547,7 +547,7 @@ over network) =item - usage of C<.md5sum> files (compatible with command-line utility -C to keep file between snapshots hard-linked +C) to keep file between snapshots hard-linked =back @@ -591,6 +591,24 @@ server/c_WinNT_fonts/yyyymmdd/.... +=head2 Won't I run out of disk space? + +Of course you will... Snapshots and logfiles will eventually fill-up your disk. +However, you can do two things to stop that: + +=head3 Clean snapshort older than x days + +You can add following command to your C crontab: + + find /backup/isis_backup -type d -mindepth 3 -maxdepth 3 -mtime +11 -exec rm -Rf {} \; + +I assume that C is directory in which are your snapshots +and that you don't want to keep snapshots older than 11 days (that's +C<-mtime +11> part of command). + +=head3 Rotate your logs + +I will leave that to you. I relay on GNU/Debian's C to do it for me. =head1 AUTHOR