Can perform basic file copy

This commit is contained in:
2025-05-29 12:15:52 +02:00
parent e017fe96d5
commit 80d6fe0298
2 changed files with 66 additions and 3 deletions
virtweb_backend/src

@ -123,3 +123,6 @@ pub const QEMU_IMAGE_PROGRAM: &str = "/usr/bin/qemu-img";
/// IP program path
pub const IP_PROGRAM: &str = "/usr/sbin/ip";
/// Copy program path
pub const COPY_PROGRAM: &str = "/bin/cp";