Displaying 20 results from an estimated 300 matches similar to: "How to escape spaces in rsync source and destination paths"
2009 Jan 28
1
Some help with sudo on remote side of rsync
I have an rsync script that has worked well for me for quite a while now
rsyncing RAID volumes attached to two servers, one on our LAN and one at
our colocation facility. I have been struggling for months, however, to get
the script to run without password prompts so I can run it on cron. The
rsync script is running on the system at the colo and ?pulling? files from
the LAN system
2013 Aug 16
4
Restoring deleted files.
Hi,
is it possible to Restore files deleted with " rm rf " from ext4 or
ext3 filesystem by mistake.
Regards
Ahmad
2007 Oct 16
3
To inc_recurse or not to inc_recurse? [Re: 3.0.0pre2: bookend breakage (2 different errors)]
On 10/15/07, Erik Jan Tromp <betageek@sympatico.ca> wrote:
> # The second error
> Invalid file index: -101 (-1 - 0) with iflags 0 [receiver]
> rsync error: protocol incompatibility (code 2) at rsync.c(273) [receiver=3.0.0pre2]
> rsync: connection unexpectedly closed (21 bytes received so far) [generator]
> rsync error: error in rsync protocol data stream (code 12) at io.c(596)
2006 Jun 20
4
imap - mailbox in an inconsistant state
Can anyone help me with this issue?
The CEO of our company keeps getting IMAP time out errors and "mailbox is in
an inconsistent state" messages. He uses Outlook 2003.
There are errors on the server side. This is what it says:
"Jun 19 08:08:34 burmail imap(ed): Corrupted binary tree file
/home/ed/mail/.imap/INBOX/.imap.index.tree: UID to be inserted isn't hi
gher
2016 Feb 04
2
Is there a parameter in rsync to clean $BACKUPDIR before writing to it (--backup-dir=$BACKUPDIR)?
Hi,
I am runing rsync --backup --backup-dir=$BACKUPDIR where the
BACKUPDIR=$(date +%d) to recycle the $BACKUPDIR in a month. But rsync does
not clean the $BACKUPDIR before writing to it in cycling.
I guess you have to clean it manually before the rsync can write to it. As
my $BACKUPDIR is in remote machine, do you have to run ssh to delete it
first before calling rsync in a script? Or if there
2004 Aug 12
2
Joysticks??
Hi all.
How can I get Wine to recognize my USB joystick (works perfectly in
Linux)?
Wine version = wine-20040213-3mdk on a Mandrake 10 (Official) computer.
Sincerely,
David
2006 Dec 06
2
May I merge several increment backups to one?
Hi all,
I have the following situation:
Backup /mysource to /backupdir,
/backupdir/full ---------an old full backup
/backupdir/back2 -------previous increment backup(based on the full backup
mentioned above)
/backupdir/back1 ------most recent increment backup (based on the two
backups mentioned above)
How can I merge the two increment backups into one directory,say
2016 Feb 04
1
Is there a parameter in rsync to clean $BACKUPDIR before writing to it (--backup-dir=$BACKUPDIR)?
Hi Kevin,
Thank you very much for the response. Actually, I don't think I need to
clean the backup dir defined in --backup-dir=<backup dir>, when the
contents has already been deleted in the destination (no exist), it will
delete from the backup dir as well in next cycle, correct?
Regards,
- j
On Thu, Feb 4, 2016 at 12:39 PM, Kevin Korb <kmk at sanitarium.net> wrote:
>
2015 Mar 11
2
Users and groups named in Russian disappeared after upgrade samba4 PDC
Thanks for the answer.
> Did you got errors during the classicupgrade?
I didn't do classicupgrade. My Samba AD DC was installed from scratch some
months ago using the instructions from this page
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO and everything had been
working well. I just upgraded some deb-packages with samba to the same version
but different buid-release. Regarding
2008 Jun 23
1
fully-qualified symlinks & --exclude question
Greetings!
I've ran into a couple difficulties for a particular rsync use-case
I'm involved in implementing - hoping someone here might be able to
clue me in!
I've got an existing linux box, with a particular directory that needs
to be mirrored onto another server, into a different base path on that
server - i.e.:
server1:/var/lib/bar/ to server2:/backupdir/var/lib/bar/
Now,
2006 Jun 22
2
2nd Question on v1.0 setup and maildir
_____
From: Patrick Carney [mailto:patrick at castandcrew.com]
Sent: Thursday, June 22, 2006 8:55 AM
To: 'dovecot at dovecot.org'
Subject: Question on v1.0 setup and maildir
Hello all.
I appreciate the responses to my problem on v0.99.14. Thank you all.
We have built a new server running version 1.0-0_15.beta9.el4. The mail
delivery agent is sendmail. We seem to have
2004 Sep 23
1
rsync script from homepage: trouble
Hello,
I'm new to this and am trying to modify the "backup to a central backup
server with 7 day incremental" script from
http://samba.anu.edu.au/rsync/examples.html to suit my situation.
I have ended up with the script attached below and when running it from
command line I get these errors:
rsync error: syntax or usage error (code 1) at main.c(726)
and a plethora of this
>
2009 Apr 09
3
Help creating incremental backups using --backup-dir.
Normally I would use the --link-dest option to do this but I can't
since I'm rsyncing from a Mac to a Samba share on a Linux box and hard
links don't work. What I want to do is create a 10 day rotating
incremental backup. I used the first script example on the rsync
examples page as a template. The only thing I changed was the
destination to be a local directory and paths for
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
2002 Nov 13
2
--delete-excluded not working on local rsync
I am using the following command and the excluded
directory /usr/share/doc/ still appears with all it's contents in the
backup directory when it's contents should be deleted. Is this a bug
or am I doing something wrong?
rsync --delete --delete-excluded -a -R --exclude="/proc/*" --exclude="/dev/*"
--exclude="/usr/share/doc/*" --exclude="/backup*"
2005 Apr 12
1
Question on using smbmount
I'm trying to mount a samba share located on one Linux server to another
samba server for backup purposes. The problem im running into is that i
get an error stating:
couldn't find service <share I am specifying>
Here is what im attempting:
One server #1 sambaserver, Where I want the share to be mounted for
backup purposes
smbmount //valhalla/backupdir /backuparea/valhalla
If
2013 Feb 27
3
an rsync question
Is there any way to have rsync compare against a file with a *different*
name?
What I'd like to do is compare a vm - whatsit.img against a backup -
whatsit.current, that's a symlink to whatsit.timestamp, and if different,
*then* make the copy (which my script will then move to
whatsit.newtimestamp, and change the symlink to point to the new one, then
remove the old (or maybe save an older
2003 Apr 23
1
trying to get incremental backups working
So I'm trying to write up a short script to do some backups over rsync.
The goal is to have multiple client machines push the backups to the
backup server nightly. The backup server will have a complete copy 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
2008 May 22
2
"Invalid argument" error when moving sockets to backup dir
Local end (receiving): 3.0.2, 3.0.3pre2
Remote end (sending): 2.6.9
Under 3.0.x, rsync sometimes prints an "Invalid argument" error when
moving sockets to the backup directory (--backup-dir):
rsync: mknod "/backup/machine/../machine-before-4/var/run/audit_events"
failed: Invalid argument (22)
The problem appears to be that, at least with sockets, keep_backup() is
calling
2002 Dec 17
2
Still having trouble with copying large files
I had originally written about this problem last month
(http://lists.samba.org/pipermail/samba/2002-November/085418.html)
Since then, our company has added another Windows Fileserver which I'm
trying to back up, and they are both having the problem. Because it
happens on both servers, this leads me to believe it really is a problem
with my Samba server.
I've upgraded to 2.2.7a, as the