Am Montag 09 Juli 2007 02:42 schrieb Arch Willingham: > I am trying to do my first backup. For whatever reason its not working. > If I look in "/var/log/BackupPC/LOG" I see this error any time I try to > start a backup: > > "2007-07-08 20:00:01 truck: mkdir /data/BackupPC: Permission denied at > /usr/local/BackupPC/bin/BackupPC_dump line 193" > > Any ideas? > > Thanks! > > Arch > > ------------------------------------------------------------------------- > 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/ Check your $Conf{TopDir} (e.g. grep TopDir /etc/backuppc/config.pl) If it is set to /data/BackupPC you have to mkdir /data/BackupPC. If it is not set to /data/BackupPC you could set it (wether nano /etc/backuppc/config.pl or within the web interface Thats all.
br Matthias -- Don't Panic ------------------------------------------------------------------------- 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/
