5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-03-12 20:58:20 +03:00

3 Commits

Author SHA1 Message Date
Dietmar Maurer
9ed0fe88ce PVE/AbstractMigrate.pm: avoid locale specific time stamps 2017-04-24 07:38:36 +02:00
Thomas Lamprecht
581332b275 AbstractMigrate: remove unused rsync and scp remainders
We have no call using rsync_cmd or scp_cmd here or any child class.
The only part where rsync is used is in the
PVE::Storage::storage_migrate call, but here both the command and the
RSYNC_RSH environment variable gets assembled there locally, so clean
this up here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-03-08 12:42:32 +01:00
Fabian Grünbichler
58a3c91ced initial commit
AbstractConfig.pm and AbstractMigrate.pm copied from
pve-common

added use statements for PVE::Cluster and PVE::Storage to
AbstractConfig
2017-01-24 14:03:24 +01:00