summaryrefslogtreecommitdiff
path: root/scripts/backup.in
Commit message (Collapse)AuthorAgeFilesLines
* Minor changeSergey Poznyakoff2019-03-281-2/+2
| | | | * scripts/backup.in: Fix typo
* Better error checking in the backup script.Sergey Poznyakoff2016-11-121-4/+7
| | | | | | * scripts/backup.in: Check exit code of MT_BEGIN * scripts/backup.sh.in (backup_host): Return meaningful code in case of remote execution. See the comment, though.
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-311-12/+13
|
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some test failures recently introduced by gnulib updates prompted by recent changes to the GNU coding standards, which now advise to use quotes 'like this' or "like this" rather than `like this'. * NEWS: Document this. * README, README-hacking, doc/Makefile.am, scripts/backup.in: * scripts/backup.sh.in, scripts/dump-remind.in: * src/buffer.c, src/checkpoint.c, src/create.c, src/incremen.c: * src/misc.c, src/names.c, src/sparse.c, src/transform.c: * tests/incr02.at, tests/incremental.at, tests/multiv08.at: * tests/sparse04.at, tests/star/README, tests/update01.at: Quote 'like this' in comments. * src/tar.h: Quote "like this" in comments, when quoting English phrases rather than code. * configure.ac: * scripts/xsparse.c (get_var, read_xheader, main): * src/compare.c (diff_archive): * src/extract.c (prepare_to_extract): * src/tar.c (request_stdin, tar_set_quoting_style, doc, options) (set_subcommand_option, report_textual_dates, parse_opt) (decode_options, main): * src/xheader.c (decx): Quote 'like this' in diagnostics. * doc/tar.texi (list, warnings, override) (Selecting Archive Members, quoting styles, after, hard links) (Sparse Recovery, Multi-Volume Archives, label): Adjust documentation to match new output. * tests/backup01.at, tests/incr01.at, tests/incr04.at: * tests/label04.at, tests/label05.at, tests/link03.at: * tests/listed02.at, tests/multiv03.at, tests/multiv05.at: * tests/rename01.at, tests/rename02.at, tests/rename03.at: * tests/volume.at: Adjust tests to match new quoting behavior.
* scripts: fix option parsingPaul Eggert2010-11-221-6/+6
| | | | | | | | | | | Problem reported by Dennis Wydra in <http://lists.gnu.org/archive/html/bug-tar/2010-11/msg00082.html>. * scripts/backup.in: Accept "-l LEVEL". Be more systematic about backslashes inside ``; it shouldn't matter for modern shells but it might matter for older ones. * scripts/restore.in: Likewise. * scripts/backup.in: Adjust implementation of -t/--time to match the new implementation of -l/--level.
* * NEWS: --version now outputs copyright etc., to conform to thePaul Eggert2006-02-071-20/+17
| | | | | | | | | | | | | | | | | | | | | GNU coding standards. Remove --license. * gnulib.modules: Add version-etc-fsf. * doc/tar.texi: Document the change. * lib/.cvsignore: Add version-etc-fsf.c, version-etc.c, version-etc.h. * scripts/Makefile.am (SED_CMD): Update PAKCAGE_NAME, not PACKAGE. * scripts/backup.in: Remove --license. Change --version to conform to GCS. * scripts/restore.in: Likewise. * scripts/backup.sh.in (license): Output briefer license in the style of coreutils, for consistency with other changes. * src/tar.c: Include <version-etc.h>. (LICENSE_OPTION): Remove. (options): Remove --license. (license): Remove. (parse_opt): Use version_etc instead of rolling it ourselves. Remove --license. * tests/version.at (tar --version): Check only the first line of output.
* Minor fixesSergey Poznyakoff2005-05-261-3/+3
|
* Update FSF postal mail address.Paul Eggert2005-05-151-2/+2
|
* Use `head -n 1'. Provide missing argument to ${MT_STATUS}. Proposed by Jan ↵Sergey Poznyakoff2005-03-031-4/+5
| | | | Merka.
* Renamed LIBPATH to LIBDIR.Sergey Poznyakoff2004-08-191-4/+6
| | | | | Use ROOT_FS with -C option. Do not send mail if ADMINISTRATOR is set to NONE.
* Fixed --version output.Sergey Poznyakoff2004-05-101-10/+9
| | | | | Fixed initialization of the listing files and printing the time of the last previous level dump.
* Minor fixSergey Poznyakoff2004-05-081-113/+111
|
* Added to the repositorySergey Poznyakoff2004-05-061-0/+256