rsync slow exclude folder

2015-02-27 Thread Дугин Сергей
/ /home/ /backup/home/ то бекап делается очень быстро, но при этом папка tmp в бекапе не появляется. Как сделать так чтобы rsync долго не думал над такими папками, но при этом создавал их пустыми в бекапе? -- С уважением, Дугин Сергей mailto:d...@qwarta.ru QWARTA

Two questions

2015-05-18 Thread Дугин Сергей
can be obtained from the server where it will be removed, but how? -- С уважением, Дугин Сергей mailto:d...@qwarta.ru QWARTA -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman

rsync --delete

2015-04-16 Thread Дугин Сергей
Hi, Rsync. I want to help rsink delete a folder with a large number of files and folders. Tried this: rsync -a --no-D --delete /dev/null /home/rc-41/data/061/2015-04-01-07-04/ skipping non-regular file null rsync -a --no-D --delete /dev/zero

What does the group "DEFAULT"?

2015-10-23 Thread Дугин Сергей
Hello. option %G --log-file-format = "|% i |% B |% U |% G |% l | [% M] |% n" What does the group "DEFAULT"? Why is not shown, instead of "DEFAULT" figures GID? -- Sergey Dugin QWARTA -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

Re: What does the group "DEFAULT"?

2015-10-23 Thread Дугин Сергей
etween the percent (%) sign and the format specifiers. > Joe > On 10/23/2015 01:43 PM, Дугин Сергей wrote: >> Hello. >> >> option %G >> >> --log-file-format = "|% i |% B |% U |% G |% l | [% M] |% n" >> >> >> What does the

option %G

2015-10-07 Thread Дугин Сергей
Hello. What does it mean in the log "DEFAULT" in the field where you want to be a digital GID ? option %G --log-file-format = "|% i |% B |% U |% G |% l | [% M] |% n" -- С уважением, Дугин Сергей mailto:d...@qwarta.ru QWARTA -- Please us

why "DEFAULT" ?

2017-01-25 Thread Дугин Сергей
Hello, Rsync. --log-file-format="|%i|%B|%U|%G|%l|[%M]|// %n" After backup log to get this line: 2017/01/25 17:30:09 [8781] |hf |rw-r--r--|500|DEFAULT|83875|[2014/02/10-18:22:09]|// xml_error.txt groupID = DEFAULT The server looks like this: ls -lan | grep xml_error.txt -rw-r--r-- 1

Re: why "DEFAULT" ?

2017-02-16 Thread Дугин Сергей
you that it is just using your default GID as it was told to do. > On 01/25/2017 10:22 AM, Дугин Сергей wrote: >> Hello, Rsync. >> >> --log-file-format="|%i|%B|%U|%G|%l|[%M]|// %n" >> >> After backup log to get this line: >> 2017/01/25 17:30:09 [878

link-dest and batch-file

2018-06-26 Thread Дугин Сергей via rsync
Hello. I am launching a cron bash script that does the following: Day 1 /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/009/2018-06-25 root@192.168.1.103:/home/ /home/backuper/.BACKUP/009/2018-06-26 Day 2 /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/009/2018-06-26

Re: why "DEFAULT" ?

2018-06-26 Thread Дугин Сергей via rsync
Hello. I need the correct UID and GID to be written to the log file when backing up, rather than being installed on the files in the copy. When using the fake-super option, symlinks are stored as files, consequently, an inexperienced user will not be able to turn this file into a

Re: link-dest and batch-file

2018-07-18 Thread Дугин Сергей via rsync
u haven't gotten there yet maybe you should try one and see > if it is going to be as big a problem as I had. > On 06/26/2018 03:02 PM, Дугин Сергей via rsync wrote: >> Hello. >> >> I am launching a cron bash script that does the following: >> >> Day 1 >> /usr/bi