Displaying 20 results from an estimated 400 matches similar to: "What does the group "DEFAULT"?"
2017 Jan 25
4
why "DEFAULT" ?
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 500 1002 83875 Фев 10 2014 xml_error.txt
groupID = 1002
The documentation is written:
2018 Jul 18
2
link-dest and batch-file
Hello.
I need that during today's backup, the metadata about the files is
saved in a file, so that tomorrow when creating a backup with the
option "link-dest" instead of this option I would specify a file with
metadata, then rsync will not scan the folder specified in
"link-dest", but simply reads information about this folder from
a file with
2018 Jun 26
5
link-dest and batch-file
Hello.
I am launching a cron bash script that does the following:
Day 1
/usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-25 root at 192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-26
Day 2
/usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-26 root at 192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-27
Day 3
/usr/bin/rsync -aH
2018 Jul 20
1
Aw: Re: link-dest and batch-file
But don‘t forget —inplace, otherwise snapshots would not be efficient
> Gesendet: Mittwoch, 18. Juli 2018 um 21:53 Uhr
> Von: "Kevin Korb via rsync" <rsync at lists.samba.org>
> An: rsync at lists.samba.org
> Betreff: Re: link-dest and batch-file
>
> If you are using ZFS then forget --link-dest. Just rsync to the same
> zfs mount every time and do a zfs
2018 Jul 18
0
link-dest and batch-file
If you are using ZFS then forget --link-dest. Just rsync to the same
zfs mount every time and do a zfs snapshot after the rsync finishes.
Then delete old backups with a zfs destroy.
On 07/18/2018 03:42 PM, Дугин Сергей via rsync wrote:
> Hello.
>
> I need that during today's backup, the metadata about the files is
> saved in a file, so that tomorrow when creating a
2018 Jun 26
0
link-dest and batch-file
I don't believe there is anything you can do with the batch options for
this. If you added a --write-batch to each of those you would get 3
batch files that wouldn't be read without a --read-batch. If you also
did a --read-batch that would contain differences between a backup and
the backup before it so rsync would still have to read the backup before
it to understand the batch (and this
2015 Apr 16
3
rsync --delete
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/000000000000061/2015-04-01-07-04/
skipping non-regular file "null"
rsync -a --no-D --delete /dev/zero /home/rc-41/data/000000000000061/2015-04-01-07-04/
skipping non-regular file "zero"
That's how it turns out
rsync -a
2015 Apr 16
2
rsync --delete
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I don't understand what is wrong with rm either.
But if you must have an empty directory is there a tmpfs where you can
make one? Is there already an empty one like /var/empty?
On 04/16/2015 10:13 AM, Ken Chase wrote:
> Wow, it took me a few seconds to figure out what you were trying to
> do.
>
> What's wrong with rm?
>
2015 Apr 16
0
rsync --delete
Wow, it took me a few seconds to figure out what you were trying to do.
What's wrong with rm?
Also I think trying to leverage the side of disqualifying all source files
just to get the delete effect (very clever but somewhat obtuse!) risks
creating a temporary file of some kind in the target at the start of the
operation, and if you cant even mkdir then that exceeds disk quota
immediately
2015 Apr 16
0
rsync --delete
problem is he's trying to rsync into the target dir and have the
side effect of delete. so an empty dir would necessarily need to be
in the target of course and thus created there, triggering the quota block.
he tried to avoid this by using device files then 'blocking all device files'
but i think rsync figures out first there's nothing to do, so it just stops
and doesnt do the
2012 Jan 24
5
Graphic acceleration on pv domU linux
Is there possibility of graphic acceleration on domU pv linux without gfx
passtrough?
I not search 3d high performance for games but possibility of run all DE for
example gnome shell or cinnamon and good performance of normal programs and
video playback?
Thanks for any reply
--
View this message in context:
2007 May 30
2
poor IO perfomance
Здравствуйте, xen-users.
Just test domU IO perfomance:
sda1 configure via phy:/dev/sdb1. Benchmark with dbench (dbench -D /usr/src -s 10
-t 120) - 102 Mb/s
Native sistem (mount /dev/sdb1 /mnt && dbench -D /mnt -s 10 -t 120) -
140 Mb/s
How i can speedup dbench?
--
С уважением,
Vitaliy mailto:vitaliy.okulov@gmail.com
2018 Mar 06
3
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
> -----Original Message-----
> From: Richard W.M. Jones [mailto:rjones@redhat.com]
> Sent: Tuesday, March 6, 2018 11:49 AM
> To: Зиновик Игорь Анатольевич <ZinovikIA@nspk.ru>
> Cc: libguestfs@redhat.com
> Subject: Re: [Libguestfs] virt-v2v 1.38 fails to convert .vmx VM: setfiles ...
> Multiple same specifications for /.*.
>
> On Tue, Mar 06, 2018 at 08:40:51AM
2018 Mar 06
3
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
Hello, Richard.
> -----Original Message-----
> From: Richard W.M. Jones [mailto:rjones@redhat.com]
> Sent: Monday, March 5, 2018 8:42 PM
> To: Зиновик Игорь Анатольевич <ZinovikIA@nspk.ru>
> Cc: libguestfs@redhat.com
> Subject: Re: [Libguestfs] virt-v2v 1.38 fails to convert .vmx VM: setfiles ...
> Multiple same specifications for /.*.
>
> On Mon, Mar 05, 2018 at
2015 Feb 28
2
rsync slow exclude folder
Hi, Rsync.
rsync version 3.0.9 protocol version 30
rsync -a --exclude="tmp/*" /home/ /backup/home/
It is necessary that the contents of the folder tmp copy, but the folder tmp in
backup was created.
If the folder /home/tmp/ is many millions of files, rsync
think of this folder can be seen through the lsof -p PID
If you do so: rsync -a --exclude="tmp/" /home/
2018 Mar 05
2
virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
[This email is either empty or too large to be displayed at this time]
2013 Jul 08
2
Re: deadlock on connection loosing
On 07.07.2013 01:53, Александр wrote:
> В письме от Воскресенье, 30-июн-2013 03:41:37 пользователь Александр написал:
>> В письме от Вторник, 25-июн-2013 11:47:10 пользователь Michal Privoznik
....
>
> i have found source of problem, my code looks like this:
>
> int count = virConnectListAllDomains(connection, NULL, 0);
> ....
> domain = virDomainDefineXML(connection,
2020 Oct 02
2
[EXTERNAL] Re: preferred way to return expected values
Yeah, not sure either.
The discussion about minimum compatibility usually comes down to what
version is available on long-term OS releases.
On Fri, Oct 2, 2020 at 12:38 PM George Rimar <grimar at accesssoftek.com>
wrote:
> > Is the code currently broken?
>
>
> I don't know. Perhaps the code is fine, I did not try to compile LLVM
> with all that compilers
>
>
2020 Oct 02
2
[EXTERNAL] Re: preferred way to return expected values
On Fri, Oct 2, 2020 at 1:48 AM George Rimar <grimar at accesssoftek.com> wrote:
> Thanks, David!
>
>
> Few minor additions to the topic:
>
>
> > I'm not sure which MSVC version on godbolt would be "MSVC 2017" that
> the LLVM docs refer to
>
>
> I've found that the minimal available version of MSVC on
> godbolt is "WINE MSVC 2015:
2015 May 18
0
Two questions
Hello, Rsync.
rsync version 3.0.9 protocol version 30:
1) Why test.log changes not only on the parameter --log-file-format and the parameter --out-format?
rsync -a --delete -vv --log-file-format="%i|%o|%B|%U|%G|%M|%f" --log-file=/home/test.log /home/124/ /home/1/
2015/05/18 12:40:43 [21148] building file list
2015/05/18 12:40:43 [21148] delta-transmission disabled for local