Christian Lahti <christian <at> matissenetworks.com> writes: > > I have solved this problem by soft linking the pool directory to where I > want this: > > Assuming the pool is in /var/lib/BackupPC/pool and you want to really > have this in /export/backups/pool then > > cd /var/lib/BackupPC > /bin/rm -Rf pool > mkdir /export/backups/pool > ln -s /export/backups/pool .
yes that seems to be working. Thanks a lot. I shouldn't have changed the initial directory. Pool and backup data must be located in the same file system. I just mounted a seperate hard drive as /var/lib/backuppc/ so i can store all backup data in there. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
