]> arthur.barton.de Git - bup.git/log
bup.git
11 years agoChange --strip-prefix to --strip-path in the bup save manpage.
Gabriel Filion [Sun, 22 Jul 2012 04:10:40 +0000 (23:10 -0500)]
Change --strip-prefix to --strip-path in the bup save manpage.

Thanks to Stefan Buller <stefan.buller@gmail.com> for pointing out the
problem.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoMention DESIGN in the README.
Rob Browning [Sun, 22 Jul 2012 04:07:35 +0000 (23:07 -0500)]
Mention DESIGN in the README.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agoResolve bup argv[0] symlinks.
Daniel Hahler [Sat, 12 May 2012 19:28:22 +0000 (14:28 -0500)]
Resolve bup argv[0] symlinks.

Resolve any symlinks in argv[0] so that the subsequent PYTHONPATH
adjustment will work properly.

Signed-off-by: Daniel Hahler <git@thequod.de>
Acked-by: Gabriel Filion <lelutin@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoFix and regularize "<>-" escaping in Documentation/*.md.
Rob Browning [Sun, 8 Apr 2012 17:42:45 +0000 (12:42 -0500)]
Fix and regularize "<>-" escaping in Documentation/*.md.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agoAdd a bup "tick" before indexing to avoid timestamp race.
Rob Browning [Sat, 24 Mar 2012 16:47:09 +0000 (11:47 -0500)]
Add a bup "tick" before indexing to avoid timestamp race.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agolib/bup/bloom.py: fix minor documentation typos.
Rob Browning [Sat, 18 Feb 2012 00:50:53 +0000 (18:50 -0600)]
lib/bup/bloom.py: fix minor documentation typos.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agoDocumentation/bup-save.md: change --strip-prefix to --strip-path.
Jakob Matthes [Tue, 17 Jan 2012 20:10:12 +0000 (21:10 +0100)]
Documentation/bup-save.md: change --strip-prefix to --strip-path.

Signed-off-by: Jakob Matthes <jakob.matthes@gmail.com>
Reviewed-by: Zoran Zaric <lists@zoranzaric.de>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoDocumentation/bup-save.md: document --date option.
Jakob Matthes [Sat, 4 Feb 2012 15:08:05 +0000 (16:08 +0100)]
Documentation/bup-save.md: document --date option.

Signed-off-by: Jakob Matthes <jakob.matthes@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoExtend README for NetBSD.
Greg Troxel [Fri, 16 Dec 2011 14:53:47 +0000 (09:53 -0500)]
Extend README for NetBSD.

Add NetBSD to the list of systems on which bup is known to work.  Give
hints for bup usage on NetBSD, including the location of the fuse
bindings and the pkgsrc entry.  Caution about incorrect cycle
detection on fuse mounts.  Add pkgsrc URLs.

Signed-off-by: Greg Troxel <gdt@lexort.com>
Reviewed-by: Gabriel Filion <lelutin@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agocmd/drecurse: correctly pass excluded_paths to recursive_dirlist
Aneurin Price [Thu, 12 Jan 2012 16:15:23 +0000 (16:15 +0000)]
cmd/drecurse: correctly pass excluded_paths to recursive_dirlist

The excluded_paths argument was being passed as a positional argument,
but its position actually corresponded to the 'bup_dir' argument, so
'bup drecurse --exclude=/foo/bar /foo' has never worked.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoAdd "xstat" itself to the xstat optspec usage message.
Rob Browning [Sat, 14 Jan 2012 18:16:49 +0000 (12:16 -0600)]
Add "xstat" itself to the xstat optspec usage message.

Thanks to Jean-Baptiste <jbd@jbdenis.net> for pointing it out.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agoSet python-mode python-indent to 4 in .dir-locals.el.
Rob Browning [Sat, 31 Dec 2011 00:53:38 +0000 (18:53 -0600)]
Set python-mode python-indent to 4 in .dir-locals.el.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agoMention that option values will be converted to integers when possible.
Rob Browning [Wed, 28 Dec 2011 01:41:40 +0000 (19:41 -0600)]
Mention that option values will be converted to integers when possible.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
11 years agoAdd test for "child named after parent" bug.
Yung-Chin Oei [Tue, 13 Dec 2011 01:51:27 +0000 (19:51 -0600)]
Add test for "child named after parent" bug.

The added test shows that saving a node with the same name as the root
of the tree fails.

Changing Node.__cmp__() to compare by full paths should fix the
problem.

Signed-off-by: Yung-Chin Oei <oei.yungchin@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoAdjust Node.__cmp__() to compare full paths.
Gabriele Santilli [Thu, 15 Dec 2011 01:04:56 +0000 (19:04 -0600)]
Adjust Node.__cmp__() to compare full paths.

The function now returns immediately if the two arguments are the same
Python object, otherwise it compares the full path name (rather than
just the file name).

Discussion: https://groups.google.com/group/bup-list/browse_thread/thread/1afc33b26394d69e/1a7a8155a1005600

Signed-off-by: Gabriele Santilli <gabriele@colellachiara.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
11 years agoImport new wvtest.py.
Avery Pennarun [Tue, 14 Aug 2012 07:16:09 +0000 (03:16 -0400)]
Import new wvtest.py.

From wvtest project commit c2197e2caeda8dd8c2dc3dbe5df1eaa7cd177aa1.

11 years agoshquote: add docstrings and a new quotify_list() function.
Avery Pennarun [Mon, 5 Sep 2011 03:06:02 +0000 (23:06 -0400)]
shquote: add docstrings and a new quotify_list() function.

And associated tests.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agooptions.py: get rid of end-of-line whitespace.
Avery Pennarun [Tue, 20 Mar 2012 00:48:29 +0000 (20:48 -0400)]
options.py: get rid of end-of-line whitespace.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agooptions.py: clean up handling of --no-* options.
Avery Pennarun [Mon, 19 Mar 2012 18:58:45 +0000 (14:58 -0400)]
options.py: clean up handling of --no-* options.

The particular bug that triggered this (in a project other than bup) was of
the form:

n,no-stupid       don't be stupid

Where it would actually end up setting stupid=1 by accident, and -n would
mean --stupid, not --no-stupid.  As part of fixing it, you can now also do
this:

n,no-stupid,smart   don't be stupid (ie. be smart)

and it'll work as it should: n == smart == no-stupid == not stupid.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agooptions.py: don't crash given semi-invalid optspecs.
Avery Pennarun [Mon, 19 Mar 2012 18:34:51 +0000 (14:34 -0400)]
options.py: don't crash given semi-invalid optspecs.

It's kind of weird to provide an argument without a description, but it's
not crash-worthy (especially when the crash was a totally unhelpful
exception stack trace).  While we're here, test for a couple of other ones
that didn't cause a crash, but we want to keep it that way.

And fix the copyright message; actually options.py started in 2010.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agocmd/ftp: don't do MacOS readline bindings on non-MacOS.
Avery Pennarun [Wed, 22 Feb 2012 19:33:22 +0000 (14:33 -0500)]
cmd/ftp: don't do MacOS readline bindings on non-MacOS.

I thought it was harmless, but apparently it makes the 'b' command not work
on Linux machines.  Oops.

Thanks to Gabriel Filion and gernot on IRC for reporting this.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agocmd/ftp: fix tab completion on MacOS.
Avery Pennarun [Thu, 19 Jan 2012 23:36:13 +0000 (15:36 -0800)]
cmd/ftp: fix tab completion on MacOS.

MacOS doesn't use the "real" readline, and the clone it uses is slightly
incompatible in its bindings.  Just bind both and it seems to work on both
MacOS and Linux.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agooptions.py: relicense to 2-clause BSD license.
Avery Pennarun [Fri, 4 Nov 2011 17:55:15 +0000 (13:55 -0400)]
options.py: relicense to 2-clause BSD license.

At the request of a few people who would like to us it in their own
projects.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agobupsplit.c: remove extra-large stack-allocated array from selftest().
Avery Pennarun [Mon, 31 Oct 2011 21:49:55 +0000 (17:49 -0400)]
bupsplit.c: remove extra-large stack-allocated array from selftest().

In some rare cases involving userspace threads (where you're running the
selftest function for some reason?) this could cause stack overflow or
excess memory usage.  Let's just do it with plain malloc().

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agoDisable t/test-meta.sh in 'make test' unless TEST_META=1 bup-0.25-rc1
Avery Pennarun [Thu, 9 Jun 2011 03:18:17 +0000 (23:18 -0400)]
Disable t/test-meta.sh in 'make test' unless TEST_META=1

In other words:

make test                # doesn't run metadata tests
TEST_META=1 make test    # does run metadata tests

The metadata tests still fail randomly on some people's computers, but we're
falling too far behind and it's time to make a release.  The metadata stuff
isn't used anywhere critical in bup yet, so it's okay to leave it in but not
test it for now.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agoMerge branch 'meta'
Avery Pennarun [Thu, 9 Jun 2011 03:15:48 +0000 (23:15 -0400)]
Merge branch 'meta'

* meta:
  Add utimes/lutimes implementations of _helpers utime() and lutime().
  Replace _helpers.utimensat() with utime() and lutime().
  Test for available nanosecond stat timestamp members.
  Add config.h dependency to _helpers in csetup.py.
  Add -*-shell-script-*- to configure.inc.
  Use FS_IOC_GETFLAGS/FS_IOC_SETFLAGS directly as the preprocessor guards.
  Verify the expected length of saved_errors in tmetadata.py.
  Don't use xstat.lutime() in test-meta.sh when xstat.utime() will do.
  Add meta support for restoring filesystem sockets.
  Add _recognized_file_types(); defer error for unrecognized restore.
  index.py: new format (V3), with inodes, link counts, and 64-bit times.
  Cap timestamps in index to avoid needing to worry about fractional parts.
  index.py: factor out an Entry._fixup_time method.
  Rely on options.parse() for more of the meta and xstat argument processing.
  Remove vestigal clean target comment regarding pybuptest.tmp permissions.
  Add initial timespec behavior tests.
  Return None from bup_set_linux_file_attr() and bup_utimensat().
  Replace os.*stat() with xstat.*stat(); use integer ns for all fs times.
  Drop xstat floating point timestamp support -- use integer ns.
  xstst-cmd.py: test for _have_utimensat rather than _have_ns_fs_timestamps.

12 years agoAdd utimes/lutimes implementations of _helpers utime() and lutime().
Rob Browning [Wed, 1 Jun 2011 00:58:46 +0000 (19:58 -0500)]
Add utimes/lutimes implementations of _helpers utime() and lutime().

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoReplace _helpers.utimensat() with utime() and lutime().
Rob Browning [Wed, 1 Jun 2011 00:49:33 +0000 (19:49 -0500)]
Replace _helpers.utimensat() with utime() and lutime().

Rework utimensat() handling in preparation for the addition of
utimes/lutimes based fallbacks.

Publish lutime() and utime() at the Python level from _helpers.c
rather than utimensat() itself.

Drop the _have_utimensat tests in favor of testing xstat.lutime which
will be false when xstat.lutime() is not available.

Move bup_utimensat() Python argument parsing to
bup_parse_xutime_args() and use it to implement bup_utime_ns() and
bup_lutime_ns().  This argument parsing will eventually be shared by
the utimes/lutimes based fallbacks.

Remove _helpers.AT_FDCWD and _helpers.AT_SYMLINK_NOFOLLOW since
utimensat is no longer published on the Python side.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoTest for available nanosecond stat timestamp members.
Rob Browning [Wed, 1 Jun 2011 00:49:32 +0000 (19:49 -0500)]
Test for available nanosecond stat timestamp members.

Use st_atim, st_mtim, and st_ctim when available, and fall back to
st_atimensec, st_mtimensec, and st_ctimensec.  If neither are
available, return 0 ns values.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoAdd config.h dependency to _helpers in csetup.py.
Rob Browning [Wed, 1 Jun 2011 00:49:31 +0000 (19:49 -0500)]
Add config.h dependency to _helpers in csetup.py.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoAdd -*-shell-script-*- to configure.inc.
Rob Browning [Wed, 1 Jun 2011 00:49:30 +0000 (19:49 -0500)]
Add -*-shell-script-*- to configure.inc.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoUse FS_IOC_GETFLAGS/FS_IOC_SETFLAGS directly as the preprocessor guards.
Rob Browning [Wed, 1 Jun 2011 00:49:29 +0000 (19:49 -0500)]
Use FS_IOC_GETFLAGS/FS_IOC_SETFLAGS directly as the preprocessor guards.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoVerify the expected length of saved_errors in tmetadata.py.
Rob Browning [Wed, 1 Jun 2011 00:49:28 +0000 (19:49 -0500)]
Verify the expected length of saved_errors in tmetadata.py.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoDon't use xstat.lutime() in test-meta.sh when xstat.utime() will do.
Rob Browning [Wed, 1 Jun 2011 00:49:27 +0000 (19:49 -0500)]
Don't use xstat.lutime() in test-meta.sh when xstat.utime() will do.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoAdd meta support for restoring filesystem sockets.
Rob Browning [Wed, 1 Jun 2011 00:49:26 +0000 (19:49 -0500)]
Add meta support for restoring filesystem sockets.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agoAdd _recognized_file_types(); defer error for unrecognized restore.
Rob Browning [Wed, 1 Jun 2011 00:49:25 +0000 (19:49 -0500)]
Add _recognized_file_types(); defer error for unrecognized restore.

Defer an error if an unrecognized file type is encountered during
metadata restoration -- whether during path creation
(i.e. --start-extract) or metadata application
(i.e. --finish-extract).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
12 years agomake clean: Remove dlls from child directories
Aneurin Price [Wed, 1 Jun 2011 16:23:33 +0000 (17:23 +0100)]
make clean: Remove dlls from child directories

Fix the 'clean' makefile rule to remove .dll files from subdirectories,
to match .so files.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
12 years agoconfigure.inc: strip trailing characters from 'uname -s' output
Aneurin Price [Wed, 1 Jun 2011 16:20:36 +0000 (17:20 +0100)]
configure.inc: strip trailing characters from 'uname -s' output

On Cygwin, 'uname -s' includes the version of the underlying operating
system; here it is 'CYGWIN_NT-6.0'. The configure script attempts to
define this in config/config.h, but '#define OS_CYGWIN_NT-6.0 1' is an
invalid macro definition.

This truncates the value to just 'CYGWIN', to match $OS in the Makefile.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
12 years agoUpdate bupsplit.[ch] to have a less restrictive BSD-style license.
Avery Pennarun [Tue, 7 Jun 2011 02:09:39 +0000 (22:09 -0400)]
Update bupsplit.[ch] to have a less restrictive BSD-style license.

Nobody else owns any copyright on those files, so I can do this without
asking anyone else for permission :)

Some people have asked to use these files in their own non-GPL/LGPL
projects, and although the LGPL permits this, the files are so small that
there's no reason to be obnoxious about it.  So let's just let them do it
the easy way.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agoMerge branch 'master' into meta
Avery Pennarun [Tue, 31 May 2011 04:31:50 +0000 (00:31 -0400)]
Merge branch 'master' into meta

* master:
  Improve formatting of error and warning messages.

12 years agoindex.py: new format (V3), with inodes, link counts, and 64-bit times.
Aaron M. Ucko [Mon, 30 May 2011 23:03:01 +0000 (19:03 -0400)]
index.py: new format (V3), with inodes, link counts, and 64-bit times.

To allow unambiguous preservation of hard-link structure, index device
numbers, inode numbers (new) and link counts (new) at 64 bits apiece
per GNU libc, which uses uint64_t, uint64_t, and unsigned long respectively.

Take the opportunity to use 64 bits for mtime and ctime as well, both
to be ready for Y2038 and to handle NTFS's zero value (Y1600).

12 years agoCap timestamps in index to avoid needing to worry about fractional parts.
Aaron M. Ucko [Mon, 30 May 2011 23:03:00 +0000 (19:03 -0400)]
Cap timestamps in index to avoid needing to worry about fractional parts.

Avoid a potential race condition by which bup's use of whole-second
granularity for timestamps in the index could let it theoretically
miss some last-second changes by capping timestamps to at most one
second before the start of indexing per a newly introduced mandatory
parameter to bup.index.Writer.

12 years agoindex.py: factor out an Entry._fixup_time method.
Aaron M. Ucko [Mon, 30 May 2011 23:02:59 +0000 (19:02 -0400)]
index.py: factor out an Entry._fixup_time method.

Factor Entry._fixup_time out of Entry._fixup to reduce (minor) logic
duplication and prepare for upcoming tweaks to timestamp indexing.

12 years agoImprove formatting of error and warning messages.
Aaron M. Ucko [Mon, 30 May 2011 23:02:35 +0000 (19:02 -0400)]
Improve formatting of error and warning messages.

log() trailing newlines as appropriate.  Fix a format string typo in
lib/bup/git.py encountered when verifying that exceptions' string
values already end with newlines.

12 years agoMerge branch 'master' into meta
Avery Pennarun [Mon, 30 May 2011 00:50:25 +0000 (20:50 -0400)]
Merge branch 'master' into meta

* master: (27 commits)
  t/test.sh: 'ls' on NetBSD sets -A by default as root; work around it.
  README: add a list of binary packages
  README: rework the title hierarchy
  Clarify the message when the BUP_DIR doesn't exist.
  Refactor: unify ls/ftp-ls code
  ftp/ls: Adjust documentation
  ls: include hidden files when explicitly requested
  ftp: implement ls -s (show hashes)
  ftp/ls: columnate output attached to a tty, else don't
  ftp: don't output trailing line for 'ls'
  ftp: output a newline on EOF when on a tty
  config: more config stuff to config/ subdir, call it from Makefile.
  cmd/{split,save}: support any compression level using the new -# feature.
  options.py: add support for '-#' style compression options.
  Add documentation for compression levels
  Add test case for compression level
  Add compression level options to bup save and bup split
  Make zlib compression level a parameter for Client
  Make zlib compression level a parameter of git.PackWriter
  Use is_superuser() rather than checking euid directly
  ...

Conflicts:
lib/bup/metadata.py

12 years agot/test.sh: 'ls' on NetBSD sets -A by default as root; work around it.
Avery Pennarun [Mon, 30 May 2011 00:31:43 +0000 (20:31 -0400)]
t/test.sh: 'ls' on NetBSD sets -A by default as root; work around it.

We have to undo it by grepping out any dotfiles.  (Normal OSes don't
auto-set -A, but this is harmless there.)

Reported by Thomas Klausner.  Fix suggested by Gabriel Filion.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agoMerge branch 'config'
Avery Pennarun [Mon, 30 May 2011 00:02:29 +0000 (20:02 -0400)]
Merge branch 'config'

* config:
  config: more config stuff to config/ subdir, call it from Makefile.
  Initial import of configure.sh

12 years agoREADME: add a list of binary packages
Gabriel Filion [Mon, 16 May 2011 05:13:28 +0000 (01:13 -0400)]
README: add a list of binary packages

Debian/Ubuntu are known to have bup packages in their archives, thanks
to Jon Dowland.

Also, a NetBSD package is currently being built, as was shared by Thomas
Klausner. However, it is still not found in the official NetBSD packages
search engine.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoREADME: rework the title hierarchy
Gabriel Filion [Mon, 16 May 2011 05:13:27 +0000 (01:13 -0400)]
README: rework the title hierarchy

In Markdown, a line underlining another one with '=' characters
represents a first level title, while a line underlining another one
with '-' characters represents a second level title.

Rework the title levels to gain visibility on the different sections and
to allow to split "Getting started" more easily (see my next commit for
additions to this section).

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoClarify the message when the BUP_DIR doesn't exist.
Avery Pennarun [Sun, 29 May 2011 23:34:30 +0000 (19:34 -0400)]
Clarify the message when the BUP_DIR doesn't exist.

Now it reminds you to run 'bup init'.  Problem reported by Thomas Klausner.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agoRefactor: unify ls/ftp-ls code
Gabriel Filion [Mon, 16 May 2011 04:27:24 +0000 (00:27 -0400)]
Refactor: unify ls/ftp-ls code

Both the 'ls' command and the 'ls' subcommand of the 'ftp' command use
some code that is very similar. Modifications must be done in two places
instead of one and this can lead to inconsistencies.

Refactor code so that both paths use the same function with the same opt
spec.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoftp/ls: Adjust documentation
Gabriel Filion [Mon, 16 May 2011 04:27:23 +0000 (00:27 -0400)]
ftp/ls: Adjust documentation

Now that 'bup ftp ls' and 'bup ls' have the same features, adjust both
commands' man pages.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agols: include hidden files when explicitly requested
Gabriel Filion [Mon, 16 May 2011 04:27:22 +0000 (00:27 -0400)]
ls: include hidden files when explicitly requested

The current code of 'bup ls' insists on hiding a file from its listing
even if the file was explicitly requested as an argument. This is not
what users would expect. Remove the condition and always list files
(not directories) starting with a dot when they were given in the
argument list.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoftp: implement ls -s (show hashes)
Gabriel Filion [Mon, 16 May 2011 04:27:21 +0000 (00:27 -0400)]
ftp: implement ls -s (show hashes)

'bup ls' has a -s flag that can be used to show file hashes on the left
of each file name. 'bup ftp ls' doesn't have that feature.

Implement the feature by copying code from 'bup ls'. This is the last
feature difference between 'bup ls' and 'bup ftp ls' and bringing them
to the same level will make it possible to unify the code that is used
by both.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoftp/ls: columnate output attached to a tty, else don't
Gabriel Filion [Mon, 16 May 2011 04:27:20 +0000 (00:27 -0400)]
ftp/ls: columnate output attached to a tty, else don't

'bup ftp ls' and 'bup ls' currently behave in a different manner.

'bup ftp ls' always formats its output in columns regardless of whether
the program's stdout is a tty or not.

'bup ls' always prints one name on each line.

Make both of those commands behave the same. By using lib/bup/helpers'
istty1 variable, decide to format in columns when outputting to a tty,
and to output one file name per line when the output is not a tty.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoftp: don't output trailing line for 'ls'
Gabriel Filion [Mon, 16 May 2011 04:27:19 +0000 (00:27 -0400)]
ftp: don't output trailing line for 'ls'

'ls' is currently the only 'ftp' subcommand that outputs a trailing
newline before the prompt is re-displayed. This is cause by the use of
"print" to output a string that already contains an ending newline.

For a matter of consistency of output, make 'ls' output without that
extra trailing newline.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoftp: output a newline on EOF when on a tty
Gabriel Filion [Sat, 14 May 2011 23:07:56 +0000 (19:07 -0400)]
ftp: output a newline on EOF when on a tty

Using the 'quit' command with ftp while in interactive mode -- attached
to a tty -- ends up clearing the line for the shell to use a fresh one
for the next prompt.
Using Ctrl-D to send an EOF to the application's input while in
interactive mode currently does not clear the line in the same way.

Let's force a newline when an EOF is received from a tty so that the
program exits in a more aesthetic way.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
12 years agoMerge branch 'master' into config
Avery Pennarun [Sun, 15 May 2011 21:06:51 +0000 (17:06 -0400)]
Merge branch 'master' into config

* master:
  cmd/{split,save}: support any compression level using the new -# feature.
  options.py: add support for '-#' style compression options.
  Add documentation for compression levels
  Add test case for compression level
  Add compression level options to bup save and bup split
  Make zlib compression level a parameter for Client
  Make zlib compression level a parameter of git.PackWriter
  Use is_superuser() rather than checking euid directly
  Add is_superuser() helper function
  Makefile: add a PREFIX variable for locations other than /usr.

12 years agoconfig: more config stuff to config/ subdir, call it from Makefile.
Avery Pennarun [Sun, 15 May 2011 20:59:30 +0000 (16:59 -0400)]
config: more config stuff to config/ subdir, call it from Makefile.

I really don't like Makefile.in files when Makefile can just as easily run
configure for you if you forget.

This also moves some of the junk files to the config/ subdir so they don't
(further) clutter the root.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agocmd/{split,save}: support any compression level using the new -# feature.
Avery Pennarun [Sun, 15 May 2011 20:03:39 +0000 (16:03 -0400)]
cmd/{split,save}: support any compression level using the new -# feature.

This makes the code *and* documentation a little nicer.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agooptions.py: add support for '-#' style compression options.
Avery Pennarun [Sun, 15 May 2011 19:59:58 +0000 (15:59 -0400)]
options.py: add support for '-#' style compression options.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 years agoAdd documentation for compression levels
Zoran Zaric [Tue, 10 May 2011 00:59:54 +0000 (02:59 +0200)]
Add documentation for compression levels

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
12 years agoAdd test case for compression level
Zoran Zaric [Tue, 10 May 2011 00:59:53 +0000 (02:59 +0200)]
Add test case for compression level

A save run with 0 and 9 are made and the size of the resuling repos is
compared.

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
12 years agoAdd compression level options to bup save and bup split
Zoran Zaric [Tue, 10 May 2011 00:59:52 +0000 (02:59 +0200)]
Add compression level options to bup save and bup split

For now 0 and 9 should suffice.  1 still is the default.

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
12 years agoMake zlib compression level a parameter for Client
Zoran Zaric [Tue, 10 May 2011 00:59:51 +0000 (02:59 +0200)]
Make zlib compression level a parameter for Client

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
12 years agoMake zlib compression level a parameter of git.PackWriter
Zoran Zaric [Tue, 10 May 2011 00:59:50 +0000 (02:59 +0200)]
Make zlib compression level a parameter of git.PackWriter

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
12 years agoUse is_superuser() rather than checking euid directly
Aneurin Price [Fri, 13 May 2011 13:19:43 +0000 (14:19 +0100)]
Use is_superuser() rather than checking euid directly

Replacing calls to geteuid() to use is_superuser() fixes metadata test
failures on Cygwin when running as an Administrator.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
12 years agoAdd is_superuser() helper function
Aneurin Price [Fri, 13 May 2011 13:19:42 +0000 (14:19 +0100)]
Add is_superuser() helper function

This checks for an effective UID of 0 on most platforms, or the result
of the IsUserAnAdmin shell32 function on Cygwin.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
12 years agoMakefile: add a PREFIX variable for locations other than /usr.
mik [Sun, 15 May 2011 19:23:31 +0000 (15:23 -0400)]
Makefile: add a PREFIX variable for locations other than /usr.

make install PREFIX=/usr/local

Signed-off-by: Michael Barabanov <michael.barabanov@gmail.com>
13 years agoInitial import of configure.sh
Jimmy Tang [Thu, 12 May 2011 20:28:23 +0000 (21:28 +0100)]
Initial import of configure.sh

Imported configure 0.59

http://www.pell.portland.or.us/~orc/Code/configure/

Also added a bunch of simple tests, check for utimensat
and added ifdef to relavent code path.

13 years agofixed cp problem in bup/t/test-meta.sh
Shane Geiger [Mon, 9 May 2011 01:30:55 +0000 (21:30 -0400)]
fixed cp problem in bup/t/test-meta.sh

13 years agoRemove a file created in a index test
Zoran Zaric [Sun, 8 May 2011 22:53:47 +0000 (00:53 +0200)]
Remove a file created in a index test

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
13 years agoEarlier "negative timestamp" patch had a 64-bit timestamp in the test.
Avery Pennarun [Sun, 8 May 2011 19:09:04 +0000 (19:09 +0000)]
Earlier "negative timestamp" patch had a 64-bit timestamp in the test.

The date in the comment is correct - for -0x80000000.  Sadly, the *code*
actually said -0x90000000.  That works on 64-bit systems (and filesystems)
not not 32-bit ones, where python gives an encoding error.

In any case, based on the comment (June 10, 1893) it seems tat -0x80000000
must have been the intended value anyway.  Now 'make test' passes on 32-bit
Linux again.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agoPrefix paths in grafting- and stripping-tests
Zoran Zaric [Sun, 8 May 2011 13:41:40 +0000 (15:41 +0200)]
Prefix paths in grafting- and stripping-tests

On systems with symlinks in the used paths the tests failed.  This adds
a prefix to the used paths, that is not likely to exist.

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
13 years agoRely on options.parse() for more of the meta and xstat argument processing.
Rob Browning [Sun, 27 Mar 2011 17:01:49 +0000 (12:01 -0500)]
Rely on options.parse() for more of the meta and xstat argument processing.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoRemove vestigal clean target comment regarding pybuptest.tmp permissions.
Rob Browning [Sun, 27 Mar 2011 17:01:48 +0000 (12:01 -0500)]
Remove vestigal clean target comment regarding pybuptest.tmp permissions.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoAdd initial timespec behavior tests.
Rob Browning [Sun, 27 Mar 2011 17:01:47 +0000 (12:01 -0500)]
Add initial timespec behavior tests.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoReturn None from bup_set_linux_file_attr() and bup_utimensat().
Rob Browning [Sun, 27 Mar 2011 17:01:46 +0000 (12:01 -0500)]
Return None from bup_set_linux_file_attr() and bup_utimensat().

Return None from bup_set_linux_file_attr() and bup_utimensat() since
errors are handled by exceptions.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoReplace os.*stat() with xstat.*stat(); use integer ns for all fs times.
Rob Browning [Sun, 27 Mar 2011 17:01:45 +0000 (12:01 -0500)]
Replace os.*stat() with xstat.*stat(); use integer ns for all fs times.

Replace all calls of the os.*stat() functions with calls to the xstat
equivalents.  This should leave bup with the xstat stat representation
(and integer ns timestamps) everywhere.

Remove FSTime, and add a few xstat conversion functions to replace the
bits we still want: timespec_to_nsecs(), nsecs_to_timespec(),
fstime_floor_secs(), fstime_to_timespec().

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoDrop xstat floating point timestamp support -- use integer ns.
Rob Browning [Sun, 27 Mar 2011 17:01:44 +0000 (12:01 -0500)]
Drop xstat floating point timestamp support -- use integer ns.

Drop conditional support for floating point timestamps (the xstat
os.stat() fallback).  Switch to integer nanosecond timestamps
everywhere except the metadata record encoding and _helpers.c.

The metadata encoding is still a timespec because separate s and ns
timespec vints compress much better, and timespecs are still returned
by _helpers because the conversion to integer nanoseconds is much more
convenient in Python.

Enforce timespec range expectations -- throw an exception if the
system returns a nanosecond value less than 0 or greater than
999999999.  Remove _have_ns_fs_timestamps.

Depend on bup_stat(), bup_stat(), and bup_lstat() unconditionally, and
change the timespec return conversion from "(ll)" to "(Ll)", i.e. long
long range for secs.

This commit may break the build on some platforms -- we'll have to add
suitable conditionals once we see what's needed.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoxstst-cmd.py: test for _have_utimensat rather than _have_ns_fs_timestamps.
Rob Browning [Sun, 27 Mar 2011 17:01:43 +0000 (12:01 -0500)]
xstst-cmd.py: test for _have_utimensat rather than _have_ns_fs_timestamps.

Test for _have_utimensat rather than _have_ns_fs_timestamps to decide
whether or not to print the atime and mtime, since the existence of
utimensat() is the real indicator, and since _have_ns_fs_timestamps is
going away.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agoMerge branch 'master' of git://github.com/thatch/bup
Avery Pennarun [Sun, 8 May 2011 07:13:48 +0000 (03:13 -0400)]
Merge branch 'master' of git://github.com/thatch/bup

* 'master' of git://github.com/thatch/bup:
  Missing space in optspec
  Fix a bug where marginally old files couldn't be stored in the index
  Show better errors with out-of-range Entry values

13 years agoDoc: add some precisions for --remote and dumb mode
Gabriel Filion [Mon, 2 May 2011 23:12:34 +0000 (19:12 -0400)]
Doc: add some precisions for --remote and dumb mode

The -r/--remote argument to some of bup's commands currently doesn't
give enough information about how to customize options to SSH. Let's add
information about this so that users know how to customize options for
SSH connections.

Also, in bup-server's documentation, point out which mode is the default
one for more clarity.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
13 years agoDESIGN: mention bloom filters.
Avery Pennarun [Sun, 8 May 2011 05:31:59 +0000 (01:31 -0400)]
DESIGN: mention bloom filters.

Jeff Anderson-Lee discovered the missing information and posted to the
mailing list.  Gabriel Filion reminded me to actually update the docs :)

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agoFix compile error using GCC 4.6.
Neil E. Hodges [Sat, 30 Apr 2011 20:15:36 +0000 (13:15 -0700)]
Fix compile error using GCC 4.6.

13 years agoMissing space in optspec
Tim Hatch [Sat, 16 Apr 2011 00:36:09 +0000 (17:36 -0700)]
Missing space in optspec

Signed-off-by: Tim Hatch <tim@timhatch.com>
13 years agoFix a bug where marginally old files couldn't be stored in the index
Tim Hatch [Sat, 16 Apr 2011 00:18:51 +0000 (17:18 -0700)]
Fix a bug where marginally old files couldn't be stored in the index

Due to the struct having unsigned timestamps, files with dates between Dec 13,
1901 and Jan 1, 1970 were not representable.  This change extends the struct to
be able to pack signed timestamps, which was the spirit of code in _fixup, and
extends the useful range back to 1901. Timestamps prior to 1901 are still
adjusted to zero, as they were before.

There should be no compatibility problems loading packed structures created
before this change, since positive values were truncated at 0x7fffffff.

Signed-off-by: Tim Hatch <tim@timhatch.com>
13 years agoShow better errors with out-of-range Entry values
Tim Hatch [Sat, 16 Apr 2011 00:14:53 +0000 (17:14 -0700)]
Show better errors with out-of-range Entry values

When values can't be encoded in a struct, it's useful to actually give the values.

Signed-off-by: Tim Hatch <tim@timhatch.com>
13 years agoDon't compile bup_get_Linux_file_attr on systems without FS_IOC_GETFLAGS.
Dickon Reed [Thu, 24 Mar 2011 09:24:01 +0000 (09:24 +0000)]
Don't compile bup_get_Linux_file_attr on systems without FS_IOC_GETFLAGS.

13 years agotgit.py: provoke ENOTDIR rather than EACCES in test_check_repo_or_die().
Rob Browning [Mon, 21 Mar 2011 01:35:53 +0000 (20:35 -0500)]
tgit.py: provoke ENOTDIR rather than EACCES in test_check_repo_or_die().

Replace the objects/pack directory with an empty file to provoke an
ENOTDIR error from stat('objects/pack/.').

Previously the code changed the permissions of the test directory to
0000 in order to provoke an error other than ENOENT (i.e. EACCES), but
that doesn't work when the tests are run as root or fakeroot.

(As Gabriel Filion pointed out, the chmod of the testdir is no
longer necessary, so I removed it and squashed that into this patch.
-- apenwarr)

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agoAdd initial .dir-locals.el to set emacs sh/python/c mode defaults.
Rob Browning [Mon, 21 Mar 2011 00:41:49 +0000 (19:41 -0500)]
Add initial .dir-locals.el to set emacs sh/python/c mode defaults.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agotest-meta.sh: use cp -a instead of make install to create the test tree.
Rob Browning [Mon, 21 Mar 2011 03:04:13 +0000 (22:04 -0500)]
test-meta.sh: use cp -a instead of make install to create the test tree.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agotest-meta.sh: change indentation to 4 spaces and fix if/for formatting.
Rob Browning [Mon, 21 Mar 2011 00:41:47 +0000 (19:41 -0500)]
test-meta.sh: change indentation to 4 spaces and fix if/for formatting.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agotest-meta.sh: use $foo rather than ${foo} where possible.
Rob Browning [Mon, 21 Mar 2011 00:41:46 +0000 (19:41 -0500)]
test-meta.sh: use $foo rather than ${foo} where possible.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agotmetadata.py: call helpers.unlink() rather than unlink().
Rob Browning [Mon, 21 Mar 2011 00:41:45 +0000 (19:41 -0500)]
tmetadata.py: call helpers.unlink() rather than unlink().

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agocmd/xstat: don't report mtime/atime for symlinks if we don't have_ns_timestamps.
Avery Pennarun [Sun, 20 Mar 2011 10:53:42 +0000 (03:53 -0700)]
cmd/xstat: don't report mtime/atime for symlinks if we don't have_ns_timestamps.

We can't set the atime/mtime on a symlink anyway if we don't
have_ns_timestamps, which means the values are meaningless.  Report them as
0 in order to avoid triggering a unit test failure.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agotest-meta.sh: remove a bashism, and don't delete dirs on exit.
Avery Pennarun [Sun, 20 Mar 2011 10:46:32 +0000 (03:46 -0700)]
test-meta.sh: remove a bashism, and don't delete dirs on exit.

It's really annoying to have it wiping out directories that you want to
examine after a failed test.  And "set -o pipefail" is not available in the
version of bash on MacOS 10.4.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agometadata.py: be careful with the umask() when restoring symlinks.
Avery Pennarun [Sun, 20 Mar 2011 10:45:32 +0000 (03:45 -0700)]
metadata.py: be careful with the umask() when restoring symlinks.

On MacOS, the umask affects symlink permissions, although not in any sort of
useful way that I can see.  Still, getting the permissions wrong breaks the
unit tests, so let's be careful about it.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agoGet rid of some python syntax not compatible with python 2.4.
Avery Pennarun [Sun, 20 Mar 2011 09:57:31 +0000 (02:57 -0700)]
Get rid of some python syntax not compatible with python 2.4.

Mostly this is 'x if b else y' crap, which I hate anyway.

This makes 'make test' *almost* pass on my MacOS 10.4 system (with upgrade
to python 2.4 from fink).

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
13 years agoxstat: FSTime.from_stat_time() was completely wrong.
Avery Pennarun [Sun, 20 Mar 2011 09:36:28 +0000 (02:36 -0700)]
xstat: FSTime.from_stat_time() was completely wrong.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>