mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
4 lines
109 B
C++
4 lines
109 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
int copy_storage(const std::string& dest_folder, bool ignore_copy_errors); |