Anibal writes: > Hi List, according with Holger's indications I have changed my script to > "$@" and no shell-scape is made in the variables in localhost.pl but now > I'm getting thousands of warnings (i think) messages from tar like this > (translated from spanish):"file was not changed, not dumped" > > > The original in spanish: > ------------------------ > > Running: /usr/bin/sudo /root/bin/tarCreate -v -f - -C /etc --totals > --newer=2006-11-23 11:33:18 . > Xfer PIDs are now 25417,25416 > /bin/tar: ./.java/.systemPrefs/.systemRootModFile: el fichero no ha > cambiado; no se vuelca > /bin/tar: ./.java/.systemPrefs/.system.lock: el fichero no ha cambiado; > no se vuelca > /bin/tar: ./R/repositories: el fichero no ha cambiado; no se vuelca > /bin/tar: ./R/Makeconf: el fichero no ha cambiado; no se vuelca > /bin/tar: ./R/Renviron: el fichero no ha cambiado; no se vuelca > .... and so on .... > > Thank you if you can help me turn off this (I supose) warnings. > regards, anibal.
Starting with tar 1.15.1 it prints this message for every file that hasn't changed. If it is in English then BackupPC filters the messages out. You need to run tar in English mode by setting LC or LC_ALL. You can do that in your /root/bin/tarCreate script. Craig ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/