mirror of
https://github.com/schoebel/mars
synced 2024-12-27 00:52:21 +00:00
marsadm: versioning of split-cluster backups
This commit is contained in:
parent
d86b3915b9
commit
2c55e84b4d
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user