Displaying 4 results from an estimated 4 matches for "ncremental".
Did you mean:
incremental
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
On Fri, 21 Sep 2007, Andy Hawkins wrote:
> 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.
A reasonable way to do this is to do this on a Debian or Ubuntu system:
First, make
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