Displaying 20 results from an estimated 400 matches similar to: "incremental backup help required"
2002 Dec 12
2
rsync snapshot problem deleting files
Well, I followed this link:
http://www.mikerubel.org/computers/rsync_snapshots/
and implemented it (with a bit of tweaking) on my home network. It is
used to make snapshots of two Windows PC's over samba. On one of the
machines (and not the other, from what I can tell) it deletes files from
the target machine for no good reason (ie. they still exist on the
source machine). Then, if I run
2006 Jan 05
2
rsync error help required
Hi,
I have followed this link to configure rsync with ssh.I did all the
suggested things on remote machine.When i try to run rsync from source
machine i am getting following error
Error
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(64)
I really need to fix this and i seaced on the net
2008 Nov 08
2
Differential backup
Hello,
I have got three folders:
- /home/backup/2008-10-20 - place for differential backup
- /mnt/for_backup - folder with files for backup
- /home/backup/2008-10-01 - place where the last full backup is
My question: is below command prepared correctly to make differential
backup?
rsync -avPbn --backup-dir=/home/backup/2008-10-20/ --exclude "System
Volume Information" --exclude
2003 Jan 03
1
[Fwd: Re: rsync windows -> unix still hanging :(]
Author of the message didn't include rsync@lists.samba.org in the reply,
and I think this message is in topic.
-------- Original Message --------
Subject: Re: rsync windows -> unix still hanging :(
Date: Mon, 30 Dec 2002 17:24:47 -0800
From: Jim Kleckner <jek_subs@kleckner.net>
To: Mike Rubel <mrubel@galcit.caltech.edu>
CC: cygwin@cygwin.com
References:
2005 Feb 17
4
Incremental Backups
I read the following hint at:
http://www.mikerubel.org/computers/rsync_snapshots/#Incremental
mv backup.0 backup.1
rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/
I simply want to maintain a dated backup of a server so that I could
always go back to a certain date. I would like to keep this structure
for each day for the last seven days, then one weekly snapshot for
2009 Jan 19
5
file compression on target side
Hello All,
I have been using rsync to backup several filesystems by using Mike
Rubel's hard link method
(http://www.mikerubel.org/computers/rsync_snapshots/).
The problem is, I am backing up a lot of ASCII .log, csv, and .txt
files. These files are large and can range anywhere from 1GB to 30GB.
I was wondering if on the target side (the backup side), if I can use
some sort of compression. I
2002 Oct 24
2
Feature Request: break hardlinks before metadata changes
[This email is either empty or too large to be displayed at this time]
2006 Mar 29
8
no network in domain 0
I am new to xen and trying to get the primary domain working properly before I
create a new one. I am using the Gentoo unstable sources (2.6.16-rc5) and xen
3.0.1 and the kernel boots Ok and eth0 is activated. At this point the
network is active and I can ping. Then I shutdown net.eth0 and start xend.
This restarts net.eth0 and does some other stuff. Now every thing looks
normal (ifconfig,
2003 Jun 20
1
good snapshot solution
Hi all,
I have installed rsync 2.5.5 as daemons on our 35 Netware servers (no 2.5.6
is yet available for Netware) and do a daily sync from a Linux Rsync client
machine with 1.2 TB disk capacity. For the moment we do a daily, weekly and
monthly backup on tape of this machine, but I'd like to replace the daily
backups by a disc-based setup. It would be good to be able to share the
2010 May 14
2
command line to backup my documents to external drive
I'm really confused with all the examples out there and all different types
of incremental backups. I tried several scripts but cannot reduce the size
of my backup folders. What I want is to backup my documents to my external
drive every month and save as much disk space as possible.
Lets say I have 3 backup directories in the external drive, backup03.10,
backup04.10 and backup05.10. I want
2007 Aug 22
6
Who does snapshots other than Network Appliance?
Having snapshot technology is great. Who else supports it?
Thanks.
Scott
2018 Sep 11
2
Ensuring that rsync doesn't try to write to an unmounted drive
I have a script that runs nightly as a cronjob to backup my drive to a
USB drive https://pastebin.com/yivqrGUC On the command line I use the
--timeout option. Is this sufficient to ensure that if the external
drive somehow becomes unmounted that rsync will gracefully fail without
trying to write to the hard drive instead of the USB drive?
rsync -vaWSHpl --timeout=15 --delete-excluded --filter
2005 Sep 17
3
mirror combined with 7 day incremental backup
Hello,
I'm trying to figure out how to keep a mirror and 7 day incremental
backup between to 2 mount points.
I want to rsync everything from /mnt/production/ to
/mnt/backup/production/ on the same server.
Nothing fancy.
But ,
I Want to utilize the --delete option for files that no longer exist on
/mnt/production/ that have been on /mnt/backup/production/ for longer
then 7 days.
I
2005 Jan 29
1
rsync-ing on MacOS X.
Hi all,
I'm setting up a backup script for my Mac, and I'm wondering about the
rsync ability of dealing with HFS+ filesystem (resource-fork and
such...). I've searched the mailing list archive for this topic and
I've found some thread regarding it, but it's not clear to me what is
the actual situation. Is the HFS+ officially supported? Will it be in
the near future?
2012 Dec 05
1
request
Dear Dr. bernhard
cc. r-help
Thank you very much for deverlopping rneos package. I read the document of
rneos.
however, due to my inability, i could not figure-out how to connect with
neos server from R environment.
let me explain the steps, i took. my laptop is using wireless of my
laboratory. to connect the internet, i need proxy address and specific port
(that i have mentioned in protocols in
2006 Jun 13
3
AJAX data grid for Rails?
Has anyone used an AJAX data grid with Rails?
I am rebuilding a copy of the venture source web site as a first ruby/
rails exercise. If anyone has used a javascript data grid with
Rails, I would appreciate sample code, or notes on your experience.
The controller action would presumably communicate with the data grid
component running on the browser by extracting data from a relational
2009 Oct 23
2
New error messages
I was glancing at my logwatch report when I noticed:
dovecot: IMAP(robinmail):
fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.log.newlock, -1,
10(wheel)) failed: Operation not permitted (egid=100(users), group based on
/var/mail/robinmail): 1 Time(s)
dovecot: IMAP(robinmail):
fchown(/home/robinmail/mail/.imap/INBOX/dovecot.index.tmp, -1, 10(wheel))
failed: Operation not
2008 Sep 13
2
Questions about using sieve
I am trying to filter my imap mail sent to my phone by using sieve. Currently
everything is set up and works well using mbox and sendmail as the lda. I
have re-installed dovecot with sieve included and updated dovecot.conf, which
gives
# dovecot -n
# 1.1.3: /etc/dovecot/dovecot.conf
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file: /etc/ssl/dovecot/server.key
disable_plaintext_auth: no
2007 Dec 09
2
How to logoff a session with dovecot?
I use dovecot to push email to my SE P1i and it works very well. :) However, I
have two email accounts set up on the phone, one using my domain for GPRS and
public WiFi and one using my WLAN address for use at home, the idea being I
don't want to pay for GPRS data at home. The trouble is the GPRS account
remains logged on and I get the mail in both inboxes. There is no option in
the email
2003 Jun 29
2
rsync/jscript/cygwin problem
I'm using a javascript program to execute rsync 2.5.6
compiled with cygwin on Windows XP Pro machines.
These backup the user's "My Documents" folder to a
Linux server running rsync 2.5.6 in daemon mode
when the user logs in to XP and certain conditions are
met (e.g. user hasn't backed up for a few days, user
on the network etc).
This works great except every now and then