Displaying 17 results from an estimated 17 matches for "backuphost".
2003 Apr 23
1
trying to get incremental backups working
...y of the
selected directories as well as revisions for the last 7 days.
Here is the brief script I have. Btw if you're wondering about all the
variables, I eventually want to set it to pull the values for them from a
conf file that others will edit through a web interface.
BACKUPDIR=`date +%A`
BACKUPHOST=wally
REMOTEUSER=root
ARCHBASE=/home/catbertbackup/backuparchive/
CURRENT=current
INCLUDEFILE=/usr/local/etc/backup2/include
EXCLUDEFILE=
rsync --delete --backup --backup-dir=$ARCHBASE$BACKUPDIR -ae ssh
/usr/local/etc $REMOTEUSER@$BACKUPHOST:$ARCHBASE$CURRENT
rsync --delete --backup --backup-dir=$A...
2005 Nov 28
1
Replacing directories with symbolic links
...t looks like the user
decided to replace a directory with a symlink, but rsync doesn't seem
to delete the directory on the backup machine if that happens.
I tried to reproduce the problem:
server1:~ # mkdir /tmp/test
server1:~ # touch /tmp/test/foo
server1:~ # touch /tmp/test/bar
server1:~ #
backuphost:~ # rsync -avzH server1:/tmp/test .
receiving file list ... done
test/
test/bar
test/foo
sent 70 bytes received 164 bytes 468.00 bytes/sec
total size is 0 speedup is 0.00
backuphost:~ #
server1:~ # mv /tmp/test /tmp/test2
server1:~ # ln -s /tmp/test2 /tmp/test
server1:~ #
backuphost:~ # rsync...
2019 Nov 14
1
hardlinking missing files from src to a dest: didn't work way I thought it would.
...possble to simply
create hard links if source and target is on the same filesystem and
use a simple option instead of the sourc-link-complex-option.
Is this for linke backup reason if the source dir is different
from the link-dest dir because of different hosts like
rsync -av --dest-link=../a a/ backuphost:b/
where on backuphost a is an older copy and b is the new
target?
Cheers,
2007 May 11
4
Dealing with 2 SIP providers
...p
But what if I want to put in a delay? If I put 30 seconds on each of them,
I'll wait a total of 60. I want to wait only 30 seconds before the hang up.
Also, if ProviderA has a main server and a backup server, am I now forced to
have 3 Dial commands, or can I setup ProviderA with host and backuphost in
the same SIP entry?
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070511/9c4a2fc4/attachment.htm
2002 Dec 12
2
rsync snapshot problem deleting files
...the
source machine). Then, if I run it again right away, it gets the files anew.
Most is the same as Mike's script, here is the relevant rsync:
$RSYNC -va --delete --delete-excluded
--exclude-from="$EXCLUDES" --stats $BACKUPMOUNT/ \
$SNAPSHOTDIR/$SHARE/snap.0 > $BACKUPDIR/${BACKUPHOST}.output 2>&1 ;
: excludes :
RECYCLER/
System Volume Information/
: mounted drive ($BACKUPMOUNT) is :
$MOUNT -o ro -t smbfs //$BACKUPHOST/$SHARE $BACKUPMOUNT -o
username=$USERPASS ;
And here, from my log of the output, from two back-to-back runs without
modifying the source drive:
[first...
2010 Mar 15
2
cwrsync and link-dest option
Hello,
In a small environment I have to backup two servers, an Ubuntu 9.10
and a Windows Server 2008 machine. My Backuphost is a Ubuntu 9.10
machine as well. I installed rsync on both Ubuntu hosts from
repository (3.0.6) and cwrsync from http://www.itefix.no/i2/node/10650
(3.0.7). Then I wrote some Bash-Scripts which executes rsync every
week like that:
BACKUPDIR=/var/backup
rsync -v -a 192.168.x.y::data $BACKUP...
2005 Apr 06
5
Feature Suggestion - scp don't decrypt file at destination unecrypt on copy back switch
Hi all,
Please pardon me if this has been discussed already on this list.
I searched on "destination" and did not find a hit.
The problem I am trying solve is having backups on a remote server
that even root cannot not read. I have seen lot's of specialized file
systems and volume drivers for various operating systems. But being
that all files are already scp'd to the
2019 Nov 14
2
hardlinking missing files from src to a dest: didn't work way I thought it would.
Am 14.11.19 um 10:54 schrieb Paul Slootman via rsync:
> You need to specify the source directory as the link-dest directory.
Hi, I tried it also because it's an old question which has never worked
for me. Instead it creates copies and not hard links:
pierre at in94:~/tmp$ ls -li a b
a:
insgesamt 8
257315 -rw-r--r-- 1 pierre pierre 4 Nov 14 10:53 1
257316 -rw-r--r-- 1 pierre pierre 6 Nov
2008 Jan 03
3
Samba PDC Ldap integration
Hello all
I have set up a Debian etch server with a samba and ldap integration.
domain master = yes
domain logons = yes
os level = 33
preferred master = yes
local master = yes
passdb backend = ldapsam:ldap://localhost/
ldap admin dn = cn=admin,dc=test,dc=net
ldap suffix =dc=test,dc=net
ldap user suffix = ou=users
ldap machine suffix = ou=machines
ldap group
2007 Feb 14
6
various ordering issues in puppet manifests
Hello,
The more complicated my puppet scripts gets, the more ordering issue i meet. Here is a simple thing:
I use a default backup policy for the nodes in my backup classe and then, in the node i try to override the defined
default but even if they are done one after the other i got an error to say that the override is triggered before the
default:
include backup
2008 Feb 19
1
problems with roaming profiles
....domain.com, 10.1.2., 10.1.3., 192.168.100.
cups options = raw
wins support = yes
name resolve order = wins lmhosts host bcast
dns proxy = no
usershare allow guests = yes
time server = yes
workgroup = WKGRP
netbios name = elo
netbios aliases = loghost, mailhost, backuphost, ldaphost
server string = Samba Server (%h)
logon drive = H:
logon home = \\%h\%U
logon path = \\%h\profiles\%U
logon script = logon.bat
ldap delete dn = Yes
ldap suffix = dc=domain,dc=com
ldap admin dn = cn=manager,dc=domain,dc=com
ldap user suffix = ou=people...
2006 Sep 18
2
problems xp joining samba pdc
...nman auth = No
ntlm auth = Yes
password level = 0
guest account = nobody
#admin users = manager, root, mikee, jrc, bdhein
admin users =
hosts allow = 10.1.2., 10.1.3.
cups options = raw
wins support = yes
usershare allow guests = yes
workgroup = PWI
netbios aliases = loghost, mailhost, backuphost, ldaphost
server string = Samba Server (%h)
logon drive = P:
logon home = \\%N\%U
logon path = \\%N\%U\profile
logon script = /etc/samba/login.bat
ldap suffix = dc=company,dc=com
ldap admin dn = cn=manager,dc=company,dc=com
ldap user suffix = ou=people
ldap group suffix = ou=groups
ldap m...
2009 Apr 28
2
attempted upgrade this weekend
...dmin users =
hosts allow = .domain.com, 10.1.2., 10.1.3., 192.168.100.
cups options = raw
wins support = yes
name resolve order = wins lmhosts host bcast
dns proxy = no
usershare allow guests = yes
time server = yes
workgroup = PWI
netbios name = elo
netbios aliases = loghost, mailhost, backuphost, ldaphost
server string = Samba Server (%h)
logon drive = H:
logon home = \\%h\%U
logon path = \\%h\profiles\%U
logon script = logon.bat
ldap delete dn = Yes
ldap suffix = dc=domain,dc=com
ldap admin dn = cn=manager,dc=domain,dc=com
ldap user suffix = ou=people
ldap group suffix = ou=grou...
2011 Jul 29
6
Re: Reg REMUS on two VMs
...lse.
> Check the log files /var/log/xen/xend.log for errors.
>
>
> Most important of all, you are not doing any disk replication!
> So, when the VM recovers on backup, it will be running with an
> older version of the disk and will possibly crash
>
> it should be tap2:remus:backuphost:backupport|aio:....
>
>
> shriram
>
> On Wed, Jul 27, 2011 at 11:55 PM, Rajendar K <k.rajendar@gmail.com> wrote:
>
>> Hi,
>> Thanks for your kind reply.
>> I have installed xen 4.0.2 in RHEL5 and tried remus. With a single
>> remus comma...
2011 Nov 21
7
BLKTAP
I noticed recently that there is no real easy way to get the kernel driver
for blktap working in mainline. I''ve pulled down the source from Daniel
Stodden''s linux git tree on xensource, but it looks like it''s for debian and
I''m running Fedora 14, so I''m trying to sort it out. I run the 3.1.x kernel
and don''t want to go back to the 2.6.32 that
2009 Jun 04
0
Instability with later 4.x kernels?
...very, very slow. But I get random read errors, either SCSI errors or (a few
times) HDA read errors.
Once the read errors begin, the system becomes very unresponsive, and often
won't restart, even though I wait for hours, without my hitting the "kill
switch".
# uname -a
Linux backuphost 2.6.9-67.0.22.EL #1 Wed Jul 23 17:17:45 EDT 2008 i686 athlon
i386 GNU/Linux
The failures occur on all /dev/sd* devices, even those that are USB. Once,
/dev/hdc had a similar problem after /dev/sdb had failed. Don't know if the
mapping below helps?
/dev/hda - PATA, on motherboard, 20 GB....
2007 Jun 05
4
AD Integrated authentication
Hello list,
i'm going to try very hard not to rant here, but i've been trying to get Samba working for 3 days, and it's just not happening. Let me start from the beginning. i'm just a lowly Windows admin but i've been doing this for 10 years, so i'm pretty sure i know what i'm doing (present situation excepted, clearly). i've got RedHat AS4 and a primarily