rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
Dear rsync users, I'm trying to copy my Time Machine Backup from my old USB hard drive to a new one. I got error messages, because rsync don't create group and other permissions. I use rsync 3.1.3. Did I use the correct parameters? Who has an idea, what mistake? Thanks! Best, André -- The

Very slow to start sync with millions of directories and files

2018-03-19 Thread Bráulio Bhavamitra via rsync
Hi all, I'm using rsync 3 to copy all files from one disk to another. The files were writen by Minio, an S3 compatible opensource backend. The number of files is dozens of millions, almost each of them within its own directory. Rsync takes a long time, when not several hours, to even start

Re: rsync time machine backup permissions

2018-03-19 Thread Fabian Cenedese via rsync
At 11:22 19.03.2018, Andre Althoff via rsync wrote: >Dear rsync users, > >I'm trying to copy my Time Machine Backup from my old USB hard drive to a new >one. I got error messages, because rsync don't create group and other >permissions. > >Did I use the correct parameters? Who has an idea, what

rsync to my external eSATA HD is crashing/freezing my system...

2018-03-19 Thread Morgan Read via rsync
Hello list I've been running the following command, first in fc20 and then now (since the beginning of March) in fc26: now=$(date +"%Y%m%d-%H%M"); sudo rsync -ahuAESX -vi /home/ /run/media/readlegal/Backup/home > /run/media/readlegal/Backup/rsync-changes_$now Since the move to fc26, this

Re: rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
I get the same messages as root, when I login with the command „su“. Best, Andre. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: rsync time machine backup permissions

2018-03-19 Thread Kevin Korb via rsync
Is this disk formatted FAT or similar that doesn't support such features? On 03/19/2018 11:16 AM, Andre Althoff via rsync wrote: > sh-3.2# /Users/andre/Desktop/Skripte/rsync_tm > > Kopiere Time Machine Backup ... > > rsync: chgrp "/Volumes/G-DRIVE Thunderbolt >

Re: rsync to my external eSATA HD is crashing/freezing my system...

2018-03-19 Thread Fabian Cenedese via rsync
>Since the move to fc26, this command has caused the complete freeze/crash of >the system. I tried it under multi-user non-graphic mode in case it was >something to do with new graphics systems (don't know why). The output of the >above always stops at: >sending incremental file list

Re: Very slow to start sync with millions of directories and files

2018-03-19 Thread Kevin Korb via rsync
The performance of rsync with a huge number of files is greatly determined by every option you are using. So, what is your whole command line? On 03/19/2018 09:05 AM, Bráulio Bhavamitra via rsync wrote: > Hi all, >   > I'm using rsync 3 to copy all files from one disk to another. The files >

Re: rsync time machine backup permissions

2018-03-19 Thread Kevin Korb via rsync
What is the error then? On 03/19/2018 10:59 AM, Andre Althoff via rsync wrote: > It doesn‘t work without „—fake-user“. Time Machine is off. The copy process > doesn‘t work. > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb

Re: rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
sh-3.2# /Users/andre/Desktop/Skripte/rsync_tm Kopiere Time Machine Backup ... rsync: chgrp "/Volumes/G-DRIVE Thunderbolt 3/Backups.backupdb/.RecoverySets/0/com.apple.recovery.boot/boot.efi" failed: Operation not permitted (1) rsync: failed to set times on "/Volumes/G-DRIVE Thunderbolt

Re: rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
A sync with some test folders works. I think, the attributes are the problem. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: rsync time machine backup permissions

2018-03-19 Thread Kevin Korb via rsync
--fake-user means store that metadata in file xattrs rather than on the files themselves. I douby Time Machine understands that. On 03/19/2018 06:22 AM, Andre Althoff via rsync wrote: > Dear rsync users, > > I'm trying to copy my Time Machine Backup from my old USB hard drive to > a new one. I

Re: rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
It is formatted same - Mac OS Extended Journaled. iMac:~ andre$ mount /dev/disk0s2 on / (hfs, local, journaled) devfs on /dev (devfs, local, nobrowse) map -hosts on /net (autofs, nosuid, automounted, nobrowse) map auto_home on /home (autofs, automounted, nobrowse) /dev/disk1s2 on

Re: rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
It doesn‘t work without „—fake-user“. Time Machine is off. The copy process doesn‘t work. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: rsync time machine backup permissions

2018-03-19 Thread Michael via rsync
On 2018-03-19, at 3:22 AM, Andre Althoff via rsync wrote: > Dear rsync users, > > I'm trying to copy my Time Machine Backup from my old USB hard drive to a new > one. I got error messages, because rsync don't create group and other > permissions. > ... Instead of

Re: rsync time machine backup permissions

2018-03-19 Thread Joe via rsync
I'm not sure if this might be an issue here. Since your variable isn't quoted, it might not be. But: When you run rsync as rsync $param1 ... and param1 is null, it may still be treated as the first argument to rsync - which may add the current directory to your sources or throw things off in

Re: rsync time machine backup permissions

2018-03-19 Thread Michael via rsync
What is the order that rsync uses to set permissions? Time Machine directories have ACL permissions that basically prohibit making any changes of any kind. In order to make a backup of the directory, you would need to set those permissions after copying everything in the subdirectories. Is

Re: rsync time machine backup permissions

2018-03-19 Thread Andre Althoff via rsync
That doesn’t work too. :-( Last login: Mon Mar 19 19:18:16 on console iMac:~ andre$ mount /dev/disk0s2 on / (hfs, local, journaled) devfs on /dev (devfs, local, nobrowse) map -hosts on /net (autofs, nosuid, automounted, nobrowse) map auto_home on /home (autofs, automounted, nobrowse) /dev/disk2