Revisions of rsnapshot

buildservice-autocommit accepted request 1143030 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 31)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1142129 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
- update to 1.4.5:
  * Fix regression (#310)
  * Removing legacy Docbook files, as per discussion at
  * Use @prefix@ instead of hardcoded value in
    rsnapshot.conf.default.in comment line (#289).

  *  Define traps to unmount LVM parts after fail If you use LVM
    snapshots and rsnapshot fails, rsnapshot will unmount and
  * Bail on failing cmd_(pre|post)exec If one of those commands
  * Print rsnpashot's PID when logging to syslog, instead of the
- Drop no longer needed patches
- buildfix: refresh patches
- fix path to binary in man and info pages
- create package
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 912300 from Paolo Panto's avatar Paolo Panto (munix9) (revision 29)
- Add fix-tests-path.patch
  By changing the access rights in Factory/TW for /home/ from
  0755 to 0555
  (see https://build.opensuse.org/package/rdiff/Base:System/filesystem?linkrev=base&rev=209)
  the tests fail.
  The tests are now copied to /tmp/ before execution to ensure a
  smooth run.
 
I'm not quite sure if the solution is the most elegant variant, but it works fine.
Greg Freemyer's avatar Greg Freemyer (gregfreemyer) accepted request 908518 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
- update to 1.4.4:
  - Add sentence explaining rsync_long|short_args + sign to man page
  - Fix rsnapreport problems (incorrect header, fail when rsync present)
  - Add notes about documentation, and link to the website repo
  - Fix for 'rsync_cleanup_after_native_cp_al() only works on directories' fail
    when sync_first on and cmd_cp not set (#133). Add test
  - Fix for rm -rf failing when the path contains ./
  - Suppress noisy error from non-GNU cp on BSD-ish machines, including MacOS
  - Add CentOS 7 to succesfully tested to docs
  - Minor tidy up rel configure options --with-test-(true|false).
  - Update docs to remove dangling refs to HOWTO on rsnapshot.org.
  - Skip both SSH tests (rather one) if SSH doesn't work
  - Use perl-5.30 for tests (used in ubuntu 20.04 focal)
  - Lower verbose level of rsync output to 1.3.x equivalent to work with
    rsnapreport.pl again
  - Fix location of true and false binaries on macOS
- drop skip-ssh-test.patch (merged upstream)
buildservice-autocommit accepted request 835275 from Greg Freemyer's avatar Greg Freemyer (gregfreemyer) (revision 27)
baserev update by copy to link target
Greg Freemyer's avatar Greg Freemyer (gregfreemyer) accepted request 834224 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
- update to 1.4.3:
  - Fixes and minor updates to Pod / man page.
  - Adds more tests.
  - Restore rsync error code 23 as an important warning.
  - Fixes shortargs appending.
  - Non-LVM backup source breaks after LVM backup source.
  - Update rsnapreport.pl utility script to work with rsync >= 3.1.0 stats and bytes changes.
- remove rsnapreport_rsync_output.patch, rsnapshot-lvm-undef.patch: upstream
- add skip-ssh-test.patch (ignore ssh test failure on envs without network)
- tighten find/sed on usr/local to not touch automake related files
buildservice-autocommit accepted request 721950 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 25)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 721863 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 24)
- Apply backup_pgsql.patch, forgotten before...
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 721672 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 23)
- Add a couple of patches from debian/upstream
  rsnapshot-lvm-undef.patch
  remove-dead-external-css-link.patch
  rsnapreport_rsync_output.patch
buildservice-autocommit accepted request 616022 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 22)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 21)
- Modernise spec file with spec-cleaner
buildservice-autocommit accepted request 406939 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 20)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 406894 from Greg Freemyer's avatar Greg Freemyer (gregfreemyer) (revision 19)
- Add the docs subfolder to %doc
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 406716 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 18)
add suse bug number to use this package directly for Leap:42.1:Update
buildservice-autocommit accepted request 350434 from Greg Freemyer's avatar Greg Freemyer (gregfreemyer) (revision 17)
baserev update by copy to link target
Greg Freemyer's avatar Greg Freemyer (gregfreemyer) accepted request 350433 from Nico Kruber's avatar Nico Kruber (NicoK) (revision 16)
update to 1.4.2
buildservice-autocommit accepted request 335985 from Greg Freemyer's avatar Greg Freemyer (gregfreemyer) (revision 15)
baserev update by copy to link target
Greg Freemyer's avatar Greg Freemyer (gregfreemyer) accepted request 335982 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 14)
logrotate config for /var/log/rsnapshot added
buildservice-autocommit accepted request 333010 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 13)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 12)
- Update to 1.4.1
  * Capture rsync's output right (Github issue 102)
- Changes for 1.4.0
  * Tidy the code with perltidy
  * Fix --rsh command line option
  * The --rsh option of rsync got errornously quoted (Debian Bug #743310)
  *  Define traps to unmount LVM parts after fail If you use LVM 
    snapshots and rsnapshot fails, rsnapshot will unmount and 
    remove the snapshot, too.
  * cd to home before executing a command
  * if($use_lazy_deletes): remove lockfile in any case
  * Bail on failing cmd_(pre|post)exec If one of those commands 
    fails, rsnapshot will exit with exit code != 0
  * Capture output from rsync and print/log if level is >=4
  * Print rsnpashot's PID when logging to syslog, instead of the 
    logger's PID.
  * make script uses pod2man instead of /usr/bin/pod2man
  * rsnapshot-diff: Fixed removed files reported as addition (+ mark)
  * Introduction of backup_exec resource for running unix commands
    interspersed with backup and backup_script jobs.
  * check for SIGPIPE, mainly in case cron fails when trying to mail
    (this is probably why rsnapshot dies mysteriously if it outputs when
    called by cron on a system which does not have mail working).
  * add test case for -t showing --link-dest when there is only one snapshot
  * if gnu_cp_al fails, test out a simple cp -al command before suggesting
    that the cp does not support -al.
  * When snapshot_root does not exist, check existence of parent directories.
  * include_conf `command` now strips backticks before execution (bug fix
    based on suggestion from David Osborn).
  * Ignore extraneous output from lvremove command.  (patch by Tim Connors)
Displaying revisions 1 - 20 of 31
openSUSE Build Service is sponsored by