Displaying 20 results from an estimated 100 matches similar to: "Ignoring permission differences..."
2013 Dec 24
4
Thunderbird message cache out of sync after repetitive rsyncs...
Ok, hopefully there is a solution to this.
I've been experimenting with multiple rsyncs in preparation for pulling
the trigger on the mail server switch, but have a problem that I really
want to fox before doing so.
Apparently something causes Thunderbirds local message cache to get out
of sync with dovecot after a sync.
Here is the series of commands I'm running:
1. stop postfix,
2013 Dec 27
2
Server Migration Attempt - new messages DELETED after secondary rsyncs
Starting a new thread, as I've got a lot more details now...
First, I know this may be (or is even likely) something weird happening
with Thunderbird, but the bottom line is, I have to find a resolution or
a workaround or something, or I will be unable to pull the trigger on
the server migration. It is simply unacceptable to lose ANY mails doing
this.
Goal: migrate mailstore from old
2013 Dec 22
1
Duplicated (but only for unread) messages after second rsync pass...
Ok, I know I should probably be using dsync for this, but I'm more
familiar with rsync, and didn't think this would be a problem.
Here is what I am doing, and what is apparently happening (only done
this once, but I'm guessing it will happen each time):
rsync -avHP /mnt/vmail/example.com/user1/ /var/vmail/example.com/user1/
chown -R vmail:vmail /var/vmail/example.com
Ok, so far
2003 Oct 06
2
Patch to revive tmpfiles
This is a patch to fix one annoyance of having rsync processes race:
I usually keep our servers synced with the following script, run by cron.
#!/bin/sh
lockfile -r 2 -l 1000 /tmp/synchome.lock || exit 1
rsync -e ssh -avHP --delete zorro01:/home/\* /home >/dev/null
rm -f /tmp/synchome.lock
--
Sometimes my users (including myself) are in a hurry and syncronise files and directories in their
2013 Dec 21
1
How to set different permissions on target
Hi all,
Ok, I'm attempting to rsync a large datastore (email), and want to
change the ownership of the target directories and files.
I saw the --chmod option in man rsync, but didn't see a --chown option...
What I'd like to do is something like:
rsync -avHP --chown vmail:vmail /mnt/old-mail/ /var/vmail/mail/
So the ownership of all dirs and file on the target are vmail:vmail
2007 Jan 14
4
feature request, hardlink progress......
I'm copying a partition that has a bunch of hardlink
based snapshots (-aPH). I think there's about
250,000 files in each backup and between 100 and 200
snapshots.
Earlier today, I saw the files had completed and it
was making all the hardlinks. I thought it would be
"not long" but it's been making hardlinks for 12
hours (at least).
There's only 36Gb in snapshot, the
2020 Jan 29
2
CentOS 8 on USB disk
What's your dd command? Are you sure you are writing to the raw disk
and not inside a partition?
On 29/01/2020 16:30, Jerry Geis wrote:
> Well after a closer look - Seems like the OLD 8.0 iso image is still on the
> USB. Not the new 8.1
>
> I have tried to redo the dd command to copy the 8.1 iso - I get no errors -
> but it still comes up with the 8.0
> I then tried to
2018 Aug 04
2
Troubleshooting RSYNC
Greetings,
I am having a problem with rsync deleting entire folders and files and then
attempting to recopy the entire contents of the folder(s) even though they
are up to date. The task is syncing from ubuntu (rsync version 3.1.1) to
windows using cygwin (rsync version 3.1.2). I have a number of these
configurations, and they all work except this one. I use the
modify-window=600 and cannot
2014 Jul 25
2
Convert "bare partition" to RAID1 / mdadm?
I have a large disk full of data that I'd like to upgrade to SW RAID 1
with a minimum of downtime. Taking it offline for a day or more to rsync
all the files over is a non-starter. Since I've mounted SW RAID1 drives
directly with "mount -t ext3 /dev/sdX" it would seem possible to flip
the process around, perhaps change the partition type with fdisk or
parted, and remount as
2006 Sep 17
1
rsync re-link instead of delete/copy?
Hello,
I am using rsync to do daily backups on another filesystem.
Whenever a folder has been renamed or moved on the source, rsync will delete
all the recursive files on the destination filesystem, and then recopy them
to the newly named/moved folder. This can take a long time.
Is there a way to get rsync to simply re-link the files instead?
It looked like maybe the -H option might, but I am
2020 Jan 29
3
CentOS 8 on USB disk
I did the dd if=CentOS-8.1.1911-x86_64-dvd1.iso of=/dev/sdd to a 16G USB
disk
then tried to use it on an install. The installer said invalid install
media.
Any way to verify if the "write" to disk was good ? I got no errors on the
dd.
I did re-download the iso and did a diff and there was no diff. So I think
my iso is OK.
Jerry
2013 Dec 31
1
Question about rsyncing to a slightly different folder structure on target
Hi all,
Ok, if this isn't possible with some kind of wildcard, I can adjust the
target manually, but if I can just modify the command to allow for the
different folder structure on the target, I'd rather do that.
I'm incrementally rsync'ing my mailstore from the old server to the new
server, doing testing along the way.
The command I'm currently using is:
rsync
2003 Mar 04
1
Local copying with minimal disk activity.
How do I minimize the amount of disk activity?
I'm copying a large number of files:
rsync -av -W /from/here/. /to/here/.
I'm using rsync because I need the incremental updates and other features.
Otherwise, I'd use tar piped to tar or some similar technique.
Note: Both the source and destination are "local". Well, not really. The
source is a network-mounted partition
2008 May 28
1
Search&replace string?
Hi there,
I would like to know if it is possible to modify a text file with a R function.
In fact I would like to know if a function "Search & Replace" exists.
My problem is to create config files from a Base file in which I have to modify values of parameters.
My Base File:
#...
#...
Param1= V1_1
#...
Param2 = V2_1
Param3 = V3_1
#...
What I would like for each created file
2020 Jan 30
1
CentOS 8 on USB disk
I usually use the command "dd if=iso of=usbdevice status=progress && sync"
On Wed, 29 Jan 2020, 18:36 Erick Perez - Quadrian Enterprises, <
eperez at quadrianweb.com> wrote:
> That happened to me several times
> My USB was "burned" and never displayed new data copied to it.
> By "burned" I mean the flash drive was faulty up to a point where
2013 Apr 18
1
Pros and cons of having folders under INBOX vs. not
I have some questions about whether I should set up folders under
INBOX vs. having them outside the INBOX namespace.
I'm setting up a new Dovecot 2.2.0 on an Ubuntu 12.04.2 server.
My plan is to move my users (family members) to this new server from
an old Cyrus server.
Everybody is currently using (and will continue to use) IMAP, and
either Thunderbird or SquirrelMail as their e-mail
2005 Jun 08
1
BUG REPORT: latest rsync misinvokes ssh with user@host ...
The latest rsync (2.6.5) seems to invoke the transport specified by
$RSYNC_RSH differently. I have this set to point at an ssh wrapper script
(which is now I noticed), and an strace shows this:
[archives/silva]#root@jazzbo*> strace -e trace=process -f /opt/bin/rsync -avHP /mnt/phat/archives/silva/. root@ali:/a/ali/home/.............
[...snip...]
2018 Dec 10
2
Fwd: Extended acls with AD - problem with default/herited permissions
Edouard,
These are the 4 available parameters containing the word "inherit".
inherit acls (S)
inherit owner (S)
inherit permissions (S)
map acl inherit (S)
Would "inherit acls" work for you?
Dale
On 12/10/18 10:56 AM, Edouard Guigné via samba wrote:
> Hello,
>
> I add to my previous mail, the only way i found to disable acl
2012 May 24
1
Samba4 : Problem setting folder and file permissions from windows box
Hi, this is my first message here. I need help, the reason is in the title.
The version running is SAMBA_4.0.0ALPHA18_DEVELOPERBUILD
It was running just fine until I had (for some reason) had to transfer all
the system (ubuntu 11.10 server)
to another clean hard drive. I used "rsync -rltgoHDv /olddriveroot
/newdriveroot" to copy the files,
and installed grub on the new disk.
Now the
2008 May 09
3
DO NOT REPLY [Bug 5455] New: destination files with resource forks now have current mtime
https://bugzilla.samba.org/show_bug.cgi?id=5455
Summary: destination files with resource forks now have current
mtime
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org