Displaying 6 results from an estimated 6 matches for "lancashir".
Did you mean:
lancashire
2007 Jan 28
3
has this been asked about before ? multilple exclude files
I'm was wondering if this has been asked about/for
multiple exclude-from files ? Where I could find this
useful is say I had a common or base exclusion list
for all my AIX boxes --exclude-from=/foo/aix_base
Then be able to add for say all my AIX boxes that are
running SAP
--exclude-from=/foo/aix_base --exclude-from=/foo/sap
or
--exclude-from=/foo/aix-base,/foo/sap
and so on ...
2002 Feb 27
2
Can not get rsync 2.5.2 or CVS t build Solaris8/GNU RTFM
Sorry about that
./configure --with-included-popt
But then 200+ plus lines of warnings :(
I'll read some more
-pete
2006 Aug 24
0
forum.LancashireClubbers.co.uk - LAUNCH
(Mailing list information, including unsubscription instructions,
is located at the end of this message.)
__
LancashireClubbers.co.uk
Hi,
LancashireClubbers.co.uk is pleased to announce the official launch of there forum - http://forum.lancashireclubbers.co.uk
If you wanna chat to other Clubbers, get the latest gossip or news about clubbing in Lancashire, download DJ Mix cd...
2011 Dec 16
2
DNS update failed! - Samba 3 joining Samba 4 AD Domain
Hi All,
I've got samba4 set up as AD domain controller (from latest git), works
fine. I'm now attemptng to use a separate samba 3 box as the file server
(as I'm assuming this is current best practice?) but when joining the
domain (which succeeds) I get the message 'DNS update failed!'. I've
seen a lot of issues with this whilst trawling the net but no solutions.
2011 Jun 23
3
Using rsync as an incremental backup
I'm using rsync to do an incremental backup of my desktop here, to a
remote server as follows:
#/usr/bin/bash
old=$(date -d 'now - 1 week' +%Y-%m-%d)
new=$(date +%Y-%m-%d)
rsync -avP --delete --link-dest=../$dir /home/bakers
bakers at perturb.org:/home/bakers/backup/$new/
This is actually working GREAT! The only problem is that sometimes the
cronjob won't complete (internet is
2007 Jan 29
0
Question on --backup --backup-dir Switches For Incremental Ba cks
take a look at rsnapshot
http://www.rsnapshot.org/
> -----Original Message-----
> From: Blake Carver [mailto:lists@lisnews.com]
> Sent: Monday, January 29, 2007 7:35 AM
> To: rsync@lists.samba.org
> Subject: Question on --backup --backup-dir Switches For Incremental
> Backs
>
>
> I current do some rsync backups with a command like so every day
>
> rsync -az