]> arthur.barton.de Git - bup.git/history - cmd/save-cmd.py
save/vfs: update comments wrt. tree/bupm ordering
[bup.git] / cmd / save-cmd.py
2020-02-24 Johannes Bergsave/vfs: update comments wrt. tree/bupm ordering
2020-02-24 Johannes Bergsave: don't confuse metadata on duplicate files
2020-02-23 Johannes Bergsave: minor code cleanups
2020-02-23 Johannes Bergsave: add empty metadata if reading fails
2020-02-02 Johannes Bergsave: remove unused eatslash() function
2020-01-19 Rob Browningbup-save bup.drecurse bup.hlinkdb bup.path: accommodate...
2019-12-01 Rob BrowningMove pwd grp functions to pwdgrp module; require binary...
2019-01-13 Rob Browningmetadata: always add/store/retrieve size for links...
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2016-06-12 Rob BrowningCheck save/split names early via valid_save_name
2016-02-14 Rob BrowningMerge initial bup rm command
2016-02-13 Rob BrowningAdd author and committer arguments to new_commit()
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-09 Rob Browninghelpers: rename realpath to resolve_parent
2016-01-01 Rob BrowningUse BytesIO instead of StringIO
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-01-31 Rob Browningsave: make save tree collisions a deferred error
2015-01-31 Rob Browningsave: always push parents when entering a subtree
2015-01-31 Rob Browningsave-cmd.py: remove redundant _push()
2014-09-11 Gabriel Filionsave: catch and log SSH errors
2014-07-20 NixJust log when skipping a large file during save
2014-06-28 Rob Browningsave-cmd.py: don't test for meta index via access()
2014-05-14 Rob BrowningRe-allow backup set names containing "/"
2014-04-10 Rob Browningsave-cmd.py: hashsplit .bupm metadata files.
2014-02-14 Rob Browningsave-cmd.py, split-cmd.py: end the commit message with...
2014-02-14 Rob Browningsplit-cmd.py: respect --compress for remote repos too.
2014-01-27 Rob Browningsave-cmd.py: disallow backup set names containing "/".
2013-08-25 Rob Browningsave-cmd.py: don't write an irrelevant and incomplete...
2013-03-25 Damien Robertsave-cmd.py: don't crash when a path disappears between...
2013-03-10 Jean-Baptiste Denissave-cmd.py: insist on having an index; check for the...
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2013-01-27 Rob BrowningAdd preliminary hardlink support for review.
2012-12-22 Rob BrowningDisallow empty graft points.
2012-12-22 Rob BrowningSave metadata during "bup save".
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennaruncmd/{split,save}: support any compression level using...
2011-05-15 Zoran ZaricAdd compression level options to bup save and bup split
2011-05-08 Avery PennarunMerge branch 'master' of git://github.com/thatch/bup
2011-04-16 Tim HatchMissing space in optspec
2011-03-20 Avery PennarunA bunch of IOError->OSError conversions.
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunhelpers: separately determine if stdout and stderr...
2011-02-20 Avery PennarunReplace 040000 and 0100644 constants with GIT_MODE_...
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-04 Zoran ZaricAdds --graft option to bup save.
2011-01-04 Avery PennarunFix some 'print' to stdout that snuck in somehow.
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricAdds -f option to save to use a given indexfile.
2011-01-03 Zoran ZaricAdds a strip and strip-path option to bup save.
2011-01-03 Gabriel FilionRefuse branch/tag names that start with a dot
2010-11-09 Avery PennarunRevert (most of) "--remote parameter requires a colon"
2010-10-16 Avery Pennaruncmd/save: if file.read() returns an error, don't abort.
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-10-04 Avery Pennaruncmd/save: oops, missing a mangle_name() call.
2010-09-22 Avery Pennaruncmd/split: add a new --keep-boundaries option.
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 David Roda--remote parameter requires a colon
2010-09-08 Avery Pennaruncmd/save: always print a progress() message after a...
2010-08-22 Gabriel Filionimport cleanup
2010-07-31 Avery Pennaruncmd/save: update the progress meter less often.
2010-06-07 Avery Pennaruncmd/{save,split}: add a --bwlimit option. bup-0.15
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-03-21 Avery Pennarunrbackup-cmd: we can now backup a *remote* machine to...
2010-03-21 Avery Pennarunsave-cmd: exit nonzero if any errors were encountered.
2010-03-14 Avery Pennarunsave-cmd: oops, left in some code that was forcing...
2010-03-13 Avery Pennaruncmd/{index,save}: handle ctrl-c without printing a... bup-0.12a
2010-03-13 Avery Pennarunsave-cmd: open files with O_NOATIME on OSes that suppor...
2010-03-04 Avery Pennarunsave-cmd: oops, byte counter was checking sha_missing...
2010-03-04 Avery Pennarunsave-cmd: when verbose=1, print the dirname *before...
2010-03-04 Avery Pennarunsave-cmd: Fix --smaller and other behaviour when files...
2010-03-04 Avery Pennarunsave-cmd: progress meter wouldn't count identical files...
2010-03-03 Avery Pennarunsave-cmd: byte count was missing a few files.
2010-03-03 Avery Pennarunsave-cmd: don't fail an assertion when doing a backup...
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.