Displaying 20 results from an estimated 5000 matches similar to: "Question on --backup --backup-dir Switches For Incremental Ba cks"
2007 Jan 29
2
Question on --backup --backup-dir Switches For Incremental Backs
I current do some rsync backups with a command like so every day
rsync -az -e ssh --stats --delete --exclude "stuff" / user@server:/home/user/
What I want to do is have some incremental backups in there in
subdirectories. So, for example, something like this on the remote
server
/home/user/something.tuesday
/home/user/something.friday
I thought the --backup --backup-dir Switches were
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 ...
2003 Feb 24
1
(fwd from johanhusselman@cks.co.za) Please help with smb printing
----- Forwarded message from Johan Husselmann <johanhusselman@cks.co.za> -----
From: "Johan Husselmann" <johanhusselman@cks.co.za>
Subject: Please help with smb printing
Date: Sat, 22 Feb 2003 19:17:40 +0200
To: <samba@samba.org>
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Can tou please help me to setup smb printing from red hat 7.3 to a
windows2000
2015 Apr 14
0
How to discern when like dir names exist in 2 places
Francis.Montagnac at inria.fr writes:
> Hi,
>
> On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
>> Hmmm, according to my interpretation of the man page (I am on 3.1.1)
>> that is supposed to work however when I test using the "-/
>> /etc/passwd" example the / seems to have the same effect as commenting
>> the line. I get /etc/passwd copied whether
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
2008 Sep 03
2
simple incremental backup woes. solutions?
Hi all,
I've finally hit rsync limit. As someone already addressed the problem in this list the problem regards the impossibility for rsync to rename directories.
The situation is as follow:
every night I backup my samba dir with this command:
rsync -ab --suffix=-`date +%F-%H%M` --filter="protect *-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]" --delete
2012 Jul 16
4
incremental backups of maildir via rsync
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I would like to do incremental backups of the users' maildir
directories to a dedicated backup host (using "rsync -SHa"
and rsnapshot).
Problem is: Dovecot bloats the incremental backup by changing
the file names again and again.
Is there some way to tell Dovecot to keep meta information
separate from the file names?
Any
2010 Sep 01
0
S-Plus / Quant - 12 month contract job
Position details
* 12 month contract for a leading asset management company.
Position based in London.
Experience
* Analyst required with a background of statistical software,
ideally S-Plus, and a quantitative methods.
Knowledge
* Detailed knowledge of the investment management business
* Knowledge of S-Plus or similar statistical software
*
2005 Feb 28
4
Recommendation for dialplan in case of DDoS atta cks?
I'm trying to formulate a strategy for our interconnected Asterisk IAX peers
to failover to the PSTN in the event of a DDoS. We currently use them like
this:
DID--->PRI--->Primary Asterisk--->IAX--->On-site Asterisk--->SIP
This works fine, and everyone is happy. One of my concerns, though, is if we
get DDoS'd - which happens probably once every couple of years. I'd
2006 Oct 20
2
pseudo incremental backup solution
Hello dear list!
Just wanted to tell you that there's a simple and somehow smart
backup solution using rsync named ccollect [0].
It uses the hardlink feature of rsync to create fullbackups with only
minor size differences (it uesd cp -al and pax before).
I would be happy for any critic about the software, the documentation
the configuration style (cconfig [1]) and the idea itself.
Sincerly
2013 Sep 23
1
Re: Incremental Backups
Am 23.09.13 16:00, schrieb Daniel Berteaud:
> Le vendredi 20 septembre 2013 à 15:31 +0200, Thomas Stein a écrit :
>> Hello.
>>
>> Is someone performing incremental backups via libvirt for qemu/kvm
>> machines? I'm still having a hard time to
>> find a nice procedure. I mean is it possible to make a full backup of an
>> image on monday a do the next
2013 Sep 23
0
Re: Incremental Backups
Le vendredi 20 septembre 2013 à 15:31 +0200, Thomas Stein a écrit :
> Hello.
>
> Is someone performing incremental backups via libvirt for qemu/kvm
> machines? I'm still having a hard time to
> find a nice procedure. I mean is it possible to make a full backup of an
> image on monday a do the next days of the week
> incremental backups?
You can take a look at this
2015 Apr 13
2
How to discern when like dir names exist in 2 places
Kevin Korb <kmk at sanitarium.net> writes:
> -/ /var/apache2/*
Thanks for the input, but unless I'm doing something else screwy, that
does not appear to work here.
I put your line verbatim into my exlcude file (near the top)
/pkg/*
/sadm/*
/cache/*
/opt/csw/cache/*
-/ /var/apache2/*
/tmp/*
------- ------- ---=--- ------- -------
My actual task
2003 Apr 09
0
rsync incremental backup problem with --backup-dir switch
Hello,
I am using rsync v2.5.6 to backup our entire server filesystem over the
network to a central backup server.
I have copied the example script from the rsync website
(http://rsync.samba.org/examples.html) to create incremental backups, the
--backup-dir seems to have a strange side-effect.
Everything goes well, but on the server side where the backup is stored I
can't seem to break out
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
Hello,
yesterday i posted this issue on snapshot-discuss at listsourceforge.net (subject:
wondering why backup wont start), but after reading the FAQ and searching the
bugzilla DB i thought it could help to post here as well.
i have a problem. But let me first describe my setup. i followed this howto:
http://dev.kprod.net/?q=linux-backup-rsnapshot-no-root
Now there is a backup server rpi-home
2008 Feb 08
2
incremental backup
Can anyone tell me that how can i take incremental backup through rsync. I
will be grateful to you .
--
Regards
Piyush Joshi
9415414376
-------------- next part --------------
HTML attachment scrubbed and removed
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
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
Hello guys,
sorry for cross-posting, but imho it could be an error in my rsnapshot setup
as well as in my rsync setup. If there is a solution on one of these mailing-lists i will
post it to the other one as well. ok?
here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why.
grep -v "#" /etc/rsnapshot-debx40.conf | grep .
gives
2015 Apr 13
0
How to discern when like dir names exist in 2 places
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hmmm, according to my interpretation of the man page (I am on 3.1.1)
that is supposed to work however when I test using the "-/
/etc/passwd" example the / seems to have the same effect as commenting
the line. I get /etc/passwd copied whether the source is / or /etc.
Am I completely misunderstanding what the man page is telling me this
2009 Feb 18
0
What's happening now here?
Hello list.
I'm doing nightly syncs over SSH with rsnapshot, and now rsync gives me
strange errors, like:
rsync: failed to connect to localhost: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122)
[receiver=3.0.3]
------------------------------------------------------------------------
----
rsnapshot encountered an error! The program was invoked with