lp:~a.skwar/mylvmbackup/non-gnu
In the original code, some Gnuisms are used (eg. "tar cvfz ... -C ..." and such). This branch is there to remove those Gnuims and make mylvmbackup portable.
- Get this branch:
- bzr branch lp:~a.skwar/mylvmbackup/non-gnu
Branch merges
- No reviews requested
Branch information
Recent revisions
- 86. By Alexander Skwar
-
- Fix bug #278478
- Implement "Improve the tar backup backend of mylvmbackup" - 84. By Lenz Grimmer
-
- Fixed Bug #271671: "overloading parameters does not work" by removing
the default values for host and port from the configuration file and
removing the unnecessary check for passing both host and socket at
the same time. Updated documentation and configuration file comments
accordingly. - 83. By Lenz Grimmer
-
- Applied patch suggested by "Jonas" to fix Bug #267944: "backup returns
successfully when snapshot creation fails"
- Code cleanup: moved flushing of tables in a separate subroutine
flush_tables()
- Code cleanup: moved log messages into the respective subroutines
- Code cleanup: use return values of subroutines instead of updating global
variables
- Improved some log messages to explain what was DONE or FAILED
- Code cleanup: build up long command strings in a $command variable before
passing it to system()
- Renamed subroutine create_snapshot() to create_lvm_snapshot( ) - 81. By Matthew
-
removed old .txt documentation in favor of POD style. this removes the dependency on external program a2x for creating documentation and instead uses the 'built-in' pod2html and pod2man. updated Makefile to accommodate the change.
- 80. By Lenz Grimmer
-
- Applied patch from Matthew Boehm to make the backup file name
suffix configurable via a "--suffix" option. Updated the man
page accordingly. - 77. By Lenz Grimmer
-
- Bumped up version number to 0.11
- Applied patch from Matt Lohier to support rsnap as a backup backend
- Updated man page
- Moved the list of contributors from the man page into a separate CREDITS
file, added missing names
- Updated the RPM spec file to include CREDITS
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)