search for: ncrement

Displaying 4 results from an estimated 4 matches for "ncrement".

Did you mean: increment
2002 Dec 10
1
bug: smbtar and incremental backup
....8.2.1 and branch Main revision 1.9, and hasn't been modified for almost three years. The line numbers listed below are in referance to brance Main revision 1.9 as listed here: http://cvs.samba.org/cgi-bin/cvsweb/samba/source/script/smbtar?annotate=1.9 Problem: When calling smbtar with the [i]ncremental option, it still performs a full dump. Solutions for smbtar: Either change the smbtar script from: 82: i) # [i]ncremental 83: tarargs=${tarargs}g 84: ;; 82: i) # [i]ncremental 83: tarargs=${tarargs}g 84: clientargs="-c 'tarmode inc'" 85:...
2007 Sep 21
2
Creating a .deb file
Hi, Does anyone have any appropriate debian control files so that I can create a .deb package for FLAC? I don't want to just compile it and overwrite in case it gets automatically overwritten by the Debian package management tools. Cheers Andy
2007 Sep 21
0
Creating a .deb file
...ow, apply it to your flac-fresh directory: $ cd flac-fresh/ $ zcat ../flac*.diff.gz | patch -p1 Now you're in the flac-fresh directory; let's increase the version number of this Debian package using dch, the "d"ebian "ch"angelog editor, telling it to "i"ncrement the version. $ dch -i In the editor that spawns, write some short note or nothing at all; the important thing is that the version number is now higher than the one Debian provides. Now build the package: $ dpkg-buildpackage -rfakeroot Now you should have some .deb files in ../*.deb. --...
2006 Apr 26
4
Adding a column to a table
This is a real newbie question with what i''m sure will be a simple answer... If i add a column a table (in a development application), how do i update my models to reflect this change? Cheers, Steve