Tidying
This commit is contained in:
parent
5e8189c103
commit
a2c233e328
@ -268,7 +268,10 @@ int backup(const std::vector<std::string> & args, bool silent) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!silent) std::cout << "Backup created successfully: " << local_backup_file_path << std::endl;
|
||||
if (!silent) {
|
||||
std::cout << "Backup created successfully. Restore with:"<<std::endl;
|
||||
std::cout << " dropshell restore " << server_name << " " << service_name << " " << backup_filename << std::endl;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user