Am Montag 19 Mai 2008 schrieb Tino Schwarze: > On Mon, May 19, 2008 at 09:57:03PM +0200, Matthias Meyer wrote: > > Hello, > > > > I've renamed my "localhost" to "fileserver". > > Thats mean I renamed the directory "backuppc/pc/localhost" > > to "backuppc/pc/fileserver" and renamed the entry in /etc/backuppc/hosts > > too. > > Of course I import the new host key for fileserver for user backuppc. > > > > Unfortunately I get erros in every backup since this change: > > > > Running: /usr/bin/ssh -q -x -n -l root fileserver env > > LC_ALL=C /bin/tar -c -v -f - -C --totals --newer=2008-05-11\ 16:06:46 . > > Something is missing behind that -C option. There should be a directory. > It looks like you changed something else as well, maybe there should be > a "/"? > Thanks Tino,
mv /etc/backuppc/localhost.pl /etc/backuppc/fileserver.pl chown backuppc:www-data /etc/backuppc/fileserver.pl will solve the problem. br Matthias -- Don't Panic ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
