]> git.proxmox.com Git - pve-container.git/history - src/PVE/VZDump/LXC.pm
add vm_stop helper
[pve-container.git] / src / PVE / VZDump / LXC.pm
2017-10-17 Wolfgang Bumilleradd vm_stop helper
2017-10-13 Fabian Grünbichlerswitch to pve-container@ unit
2017-06-26 Wolfgang Bumilleruse COMMON_TAR_FLAGS from pve-storage
2017-02-02 Wolfgang Bumilleruse the lxc@ service file provded by lxc
2016-12-20 Wolfgang Bumillervzdump: use --make-rslave instead of --make-rprivate
2016-12-02 Thomas LamprechtVZDump: implement stopwait
2016-11-03 Fabian Grünbichlerfix spelling: 'mountpoint' 'mount point'
2016-08-05 Wolfgang BumillerFix #1070: vzdump: handle sparse files in suspend mode
2016-06-28 Wolfgang Linkfix #146 add name to backup log.
2016-05-25 Fabian Grünbichlerdelete correct parent key
2016-05-25 Fabian Grünbichlerexclude non-volume mps from backup
2016-05-18 Dietmar Maurernew helper mountpoint_backup_enabled()
2016-05-18 Dietmar Maureradd missing class PVE::LXC::Config
2016-04-12 Dietmar Maurervzdump: fix redirection to stdout
2016-03-14 Fabian GrünbichlerPrevent race conditions in snapshot mode backup
2016-03-14 Fabian GrünbichlerUse set_lock and remove_lock
2016-03-03 Fabian GrünbichlerMove JSONFormat code to PVE::LXC::Config
2016-03-03 Fabian GrünbichlerRefactor mountpoint and general conf methods
2016-03-03 Fabian GrünbichlerRework snapshot code, has_feature
2016-03-03 Fabian GrünbichlerRefactor config-related methods into AbstractConfig
2016-03-01 Dietmar Maurercleanup: remove duplicate code
2016-02-26 Fabian GrünbichlerRefactor has_feature
2016-02-25 Fabian GrünbichlerAdd mp support to snapshots
2016-02-22 Fabian GrünbichlerAdjust snapshot_create and snapshot_prepare signatures
2016-02-12 Fabian GrünbichlerRefactor lock_container into lock_config_[xx]
2016-02-11 Fabian GrünbichlerVZDump lock update, drop lock_aquire/lock_release
2016-02-08 Fabian GrünbichlerOnly add actual volumes to volid_list
2016-01-28 Fabian GrünbichlerCloses #877: Skip mps with backup=0 for snapshot backups
2016-01-19 Fabian GrünbichlerDon't hold flock for whole backup operation
2016-01-19 Fabian GrünbichlerFix typos in comments, descriptions and messages
2016-01-15 Dietmar Maureradd some newlines to improve readability
2016-01-15 Fabian GrünbichlerSet backup lock during stop and suspend backups
2015-12-22 Dietmar Maurervzdump stop mode: wait until container is stopped
2015-12-14 Wolfgang Bumillerfix bug #840: vzdump - fix compression command pipe
2015-11-26 Wolfgang Bumillervzdump: exclude lost+found with unprivilged containers
2015-11-26 Wolfgang Bumillervzdump: use --anchored on tar
2015-11-26 Wolfgang Bumillerhonor backup=yes/no for bind and device mountpoints
2015-11-26 Wolfgang Bumillerintroduce internal mountpont 'type' property
2015-11-26 Wolfgang Linkadd firewall config to vzdump
2015-11-20 Dirk Niliusfixed wrong parameter when force removing a vzdump...
2015-11-20 Wolfgang Bumillervzdump: warn about lack of xattr/acl support on nfs
2015-11-13 Wolfgang Bumillervzdump: userns support
2015-11-06 Wolfgang Bumillerpreserve posix capabilities
2015-09-25 Wolfgang Bumillervzdump:lxc: activate the right volumes
2015-09-22 Wolfgang Bumillervzdump: tar: disable warnings about ignored files
2015-09-17 Wolfgang Bumillervzdump:lxc: unshare mount namespace
2015-09-17 Wolfgang Bumilleruse sanitize_mountpoint in foreach_mountpoint
2015-09-17 Dietmar Maurerfix previous commit (s/snapshot/suspend/)
2015-09-17 Wolfgang Bumillerrsync cleanup
2015-09-17 Wolfgang Bumillervzdump: suspend mode fixes
2015-09-17 Wolfgang Bumillercleanup
2015-09-17 Dietmar Maurervzdump: don't unmount filesystems with -mode suspend
2015-09-16 Wolfgang Bumillervzdump: use the new run_command variant
2015-09-16 Wolfgang Bumillervzdump: lxc find/mp update 2: archive
2015-09-16 Wolfgang Bumillervzdump: lxc find/mp update 1: rsync
2015-09-16 Wolfgang Bumillervzdump: replace diskinfo with disks array
2015-09-16 Wolfgang Bumillercleanup
2015-09-16 Wolfgang Bumillerrename some $mountpoint vars to $rootdir
2015-09-14 Dietmar Maurerfix bug #712: fix stop mode backups when container...
2015-09-11 Dietmar Maurervzdump: remove debug statement
2015-09-07 Wolfgang Bumillerget rid of most of the loop-devices code
2015-09-03 Dietmar Maurertypo fixup: dettach -> detach
2015-08-28 Dietmar Maurervzdump: correctly implement snapshot backup
2015-08-27 Dietmar Maurervzdump: use correct pid to access container root
2015-08-26 Dietmar Maurervzdump: always store config inside $task->{tmpdir}
2015-08-26 Dietmar Maurerfix bug #691 part1: fix vzdump stop mode backup on zfs
2015-08-26 Dietmar Maurervzdump: always check if we have a valid rootfs volid
2015-08-26 Dietmar Maurerdo not pass 'noerr' flags to parse_volume_id
2015-08-26 Dietmar Maurervzdump: fail if we have mountpoints
2015-08-26 Dietmar Maurercode cleanup
2015-08-06 Dietmar Maureruse our own configuration format for containers
2015-07-31 Wolfgang LinkRemove snapshots from LXC config, when you create LXC...
2015-07-30 Dietmar Maureruse ./ prefix for all files inside tar archive
2015-07-30 Wolfgang Linkimprove creation of LXC archive
2015-04-29 Dietmar Maurerimplement restore command
2015-04-29 Dietmar Maurerimplement vzdump plugin for LXC