Displaying 3 results from an estimated 3 matches for "filebackup".
Did you mean:
filebacked
2018 May 18
4
Samba 4.8.2
...DC with FSMO and backup every folder you see in the output.
I use the follow on an other location.
###############################################
#!/bin/bash
systemctl stop samba-ad-dc bind9
# Samba
for x in $(sudo smbd -b | egrep "/var|etc" | awk '{ print $NF }')
do
# Filebackup
if [ -f $x ]
then
cp $x{,.backup-$(date +%F)}
elif [ -d $x ]
# Folder
then
cp -r $x{,.backup-$(date +%F)}
fi
done
# Bind
if [ -d /etc/bind ] || [ -d /etc/bind9 ]
then
# Folder
if [ -d /etc/bind ]
then
cp -r /etc/bind{,.backup-$(date +%F)...
2018 May 18
0
Samba 4.8.2
...u see in the output.
> I use the follow on an other location.
>
>###############################################
>#!/bin/bash
>
>systemctl stop samba-ad-dc bind9
># Samba
>for x in $(sudo smbd -b | egrep "/var|etc" | awk '{ print $NF }')
>do
> # Filebackup
> if [ -f $x ]
> then
> cp $x{,.backup-$(date +%F)}
> elif [ -d $x ]
> # Folder
> then
> cp -r $x{,.backup-$(date +%F)}
> fi
>done
>
>
># Bind
>if [ -d /etc/bind ] || [ -d /etc/bind9 ]
>then
> # Folder
> if [ -d /...
2011 Jul 08
24
Backup domU
Hi all,
I''m doing my first xen,
running with 3
domU perfect.
I need to know which way to
backup domU to restore these
to another server if i''ve problem
with this machine.
There
are 3 LVM with 10G
in VolGroup01 for each domU, with each
of these partitions:
/dev/xvda3 8,7G 1,4G 6,9G 17%