15 Commits

Author SHA1 Message Date
Dietmar Maurer
092fa1b0de cleanup: use new run_cli_handler() method 2015-10-02 11:28:01 +02:00
Dietmar Maurer
b89ae9fc92 convert pvestatd into a PVE::Service class 2015-09-04 11:22:09 +02:00
Dietmar Maurer
9a225ed513 vzdump: directly use CLIHandler to generate docs 2015-09-04 09:12:10 +02:00
Dietmar Maurer
558be2e57a vzdump: add bash completion support 2015-09-02 15:29:54 +02:00
Dietmar Maurer
eab837c4c4 cleanup vzdump -stop implementation
* do not unlink $pidfile inside stop_running_backups to avoid race conditions
* use pve UPID to save pid (see PVE::Tools::upid_decode)
* allow to pass -stop parameter to nomal backup job
* simple return 'OK' instead of calling exit() inside API call.
* rename stop_all_backups to stop_running_backups
2015-01-20 09:35:01 +01:00
Dietmar Maurer
757fd3d5b9 support new qemu vma backup files
bump version to 2.3-1
2012-12-13 12:55:09 +01:00
Dietmar Maurer
f4a8bab48f allow exclude-path in /etc/vzdump.conf 2011-11-28 08:14:58 +01:00
Dietmar Maurer
9ebb274457 use taint mode for vzdump 2011-11-14 09:32:32 +01:00
Dietmar Maurer
9ff497a9f4 add vzdump-hook-script.pl script to examples 2011-10-31 07:10:59 +01:00
Dietmar Maurer
47664cbe9d use -mode instead of -snapshot, -suspend and -stop 2011-10-28 08:00:34 +02:00
Dietmar Maurer
58014880a5 add example for clone 2011-10-19 07:38:11 +02:00
Dietmar Maurer
bf58f8ddda plug VZDump into our API 2011-10-14 13:43:06 +02:00
Dietmar Maurer
b2ae28cc4f use new get_options
argument parser should be more or less compatible with what
we had in 1.X
2011-10-14 09:43:19 +02:00
Dietmar Maurer
4a4051d8c5 adopt vzdump to pve 2 2011-10-13 14:33:12 +02:00
Dietmar Maurer
aaeeeebe40 moved vzdump sources to this packages
We want to share code and use new PVE 2 framework features. So it is no longer possible to distribute this a separate packages.
2011-10-12 08:30:05 +02:00