]> git.ipfire.org Git - thirdparty/systemd.git/commit
machinectl: Add plumbing for a `--force` flag for file copy 24080/head
authorAlexander Wilson <rdtscp@fb.com>
Fri, 22 Jul 2022 11:08:11 +0000 (04:08 -0700)
committerAlexander Wilson <rdtscp@fb.com>
Wed, 27 Jul 2022 15:41:03 +0000 (08:41 -0700)
commitae03e1a97229b192e50439091db92a1b11a8df93
tree5c45a048534c10b6c64a97dbe534d0f13f30bdd8
parent922409558e46f855a8fba2c666c056fd95dc2428
machinectl: Add plumbing for a `--force` flag for file copy
machine: Add APIs CopyTo[Machine]WithFlags + CopyFrom[Machine]WithFlags
- Same API to those without `WithFlags` (except this can take flags)
- Initially, only a flag to allow replacing a file if it already exists
man/machinectl.xml
man/org.freedesktop.machine1.xml
src/machine/machine-dbus.c
src/machine/machine-dbus.h
src/machine/machinectl.c
src/machine/machined-dbus.c