16%
30.05.2021
can't be bothered to do what's right, although it's your responsibility to be sure they do. That sounds a lot like a classic catch-22 situation. Although, I never read the book or saw the movie, I
16%
31.10.2025
conservatively originally
21 if {$force_conservative} {
22 set send_slow {1 .1}
23 proc send {ignore arg} {
24 sleep .1
25 exp_send -s -- $arg
26 }
27 }
28
16%
13.06.2016
the option --backup-vms=VM1,VM2,VM3, which defines which VMs you want XSIBackup to replicate. Additionally, you can define whether the backup solution should overwrite existing files or only add changed data
16%
31.10.2025
, such as an external hard drive, or directly across the network. You can also set up a schedule (Figure 3).
Figure 3: Scheduling the replication
16%
07.10.2014
seq_timeout = 10
08 tcpflags = syn
09 command = /usr/sbin/iptables -A INPUT -s \
%IP% -p tcp --dport 22 -j ACCEPT
10
11 [closeSSH]
12 sequence = 9000
16%
12.09.2018
).
To make sure everything is installed correctly, you can simply try the sshfs -V
command as a user (no root needed):
$ sshfs -V
SSHFS version 2.5
FUSE library version: 2.8.3
fusermount version: 2.8.3
using
16%
04.10.2018
correctly, you can simply try the sshfs -V command as a user (no root needed):
$ sshfs -V
SSHFS version 2.5
FUSE library version: 2.8.3
fusermount version: 2.8.3
using FUSE kernel interface version 7
16%
02.08.2021
and Service Manager) are used to deploy an operating system on a node. OSISM [3], the deployment and lifecycle management framework, installs and configures all the required OpenStack components on that node so
16%
11.02.2016
of continuous integration
[2] or continuous delivery
[3], allowing developers to extend their projects quickly, add new features, and deliver the goods. Because they handle classical administrative tasks
16%
13.06.2016
to the driver attributes (Listing 2). Now you can start migrating a VM manually as follows:
virsh migrate --live fedora-22 qemu+ssh://node2/system
Listing 2
XML File Disk Settings
01
02