Page 1 of 1

backup2l exclude directorys (skipcond) funktioniert nicht

Posted: 2004-11-24 13:28
by kwik
In meiner backup2l.conf habe ich folgendes drin:


SRCLIST=(/boot /etc /home)

SKIPCOND=(-path '/home/www/web123/html/admin/filez' -o -path '/home/www/web123/html/admin/filez/*' -path '/home/www/web234/html/sae' -o -path '/home/www/web234/html/sae/*')

Aber trotzdem werden die Files mitgesichert. Was mache ich da falsch?

Re: backup2l exclude directorys (skipcond) funktioniert nicht

Posted: 2004-11-26 21:06
by ffl
Vor dem zweiten "path" fehlt ein -o

Denke ich.... bei mir gehts auch.

Re: backup2l exclude directorys (skipcond) funktioniert nicht

Posted: 2004-11-26 21:54
by kwik
Da steht doch eins. Oder meinst Du dei Dritte Angabe?

Re: backup2l exclude directorys (skipcond) funktioniert nicht

Posted: 2004-11-26 21:59
by ffl
Genau

Re: backup2l exclude directorys (skipcond) funktioniert nicht

Posted: 2004-11-26 22:16
by kwik
Hab grad mal nachgeschaut. Im Beispiel war dort auch eins. Hast wohl recht :) Danke !!!