marsadm: versioning of split-cluster backups

This commit is contained in:
Thomas Schoebel-Theuer 2017-09-14 08:23:03 +02:00
parent d86b3915b9
commit 2c55e84b4d

View File

@ -104,7 +104,7 @@ my $host = `uname -n` or ldie "cannot determine my network node name\n";
chomp $host;
check_id($host);
my $real_host = $host;
my $backup_dir = "$mars/backups";
my $backup_dir = "$mars/backups-" . time();
my $force = 0;
my $timeout = -1;
my $ip = "";