Displaying 20 results from an estimated 20000 matches similar to: "rsync slow exclude folder"
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
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 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 Oct 23
2
What does the group "DEFAULT"?
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
2010 Jul 14
1
Linux, rsync files excluding open/busy files
Hi,
I read many posts about this, faq, googled, and finally got to write here.
The scenario/question is this:
I want to transfer files from Server B -> Server C
the problem is that, files that are to be transfered may be open/busy,
meaing they are "not still complete, " or they are open while rsync is
run.
Is there a way to automatically handle these open files using rsync ,
rsync
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 Jun 19
2
windows acl not saving, no error, nothing in log file
I'm running samba 4.1.6 as a PDC on ubuntu 14.04.
I'm following these guides to setup print shares
https://wiki.samba.org/index.php/Samba_as_a_print_server
https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_Windows_ACLs
When I go to my windows workstation to change the ACL's on the print$ share
I can get into the security tab and I can change the security options
2003 Jun 24
1
lsof builds but doesn't run under 4-STABLE
Hi,
I noticed this today. If I build lsof on my 4-STABLE box, then it
doesn't run:
boojum# lsof
lsof: PID 0, no file * space
If I build the lsof binary under 4.8-STABLE, then it runs fine under
4.8-STABLE and 4-STABLE.
Upon investigation it appears that the variable fd in the file dproc.c
is being used uninitialized in gather_proc_info(). The problem seems to
be related to some changes to
2015 Jun 19
1
windows acl not saving, no error, nothing in log file
Regarding the insertion of "user_xattr,acl,barrier=1" in to /etc/fstab
file.
The Sambawiki page 'https://wiki.samba.org/index.php/OS_Requirements'
has instructions there for ext4 to include this.
I seen it commented here, in the mailing list, many time that this is
now default for ext4.
Maybe the wiki page should be changed?
(Just a suggestion, you guys always give great
2015 Jul 23
1
Re: [PATCH] daemon: Run lsof when an umount command fails in umount_all call.
On Thu, Jul 23, 2015 at 05:29:43PM +0200, Pino Toscano wrote:
> On Thursday 23 July 2015 16:24:23 Richard W.M. Jones wrote:
> > Useful for debugging unmount failures. Note that we include lsof in
> > the appliance already.
> > ---
> > daemon/mount.c | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/daemon/mount.c b/daemon/mount.c
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 Jul 23
2
[PATCH] daemon: Run lsof when an umount command fails in umount_all call.
Useful for debugging unmount failures. Note that we include lsof in
the appliance already.
---
daemon/mount.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/daemon/mount.c b/daemon/mount.c
index c5b7d89..e139482 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -424,6 +424,10 @@ do_umount_all (void)
r = command (NULL, &err, str_umount, mounts.argv[i], NULL);
if (r == -1)
2007 Nov 28
1
Problem listing files in a folder
Hi,
I am running several samba servers version 3.024 on Debian Etch
(3.0.24). I've just found that some folders with more than 100 files
won't show all files when accessed from windows stations (xp or 2000).
I've just created a batch file to create several thousand of files in a
folder and they don't all show up... Tried this on several different
samba file servers and got
2003 Sep 03
2
Can get no STABLE
Hello all,
well, the first problem i got is lsof wont work.
I got the message "lsof: WARNING: compiled for FreeBSD release 4.3-RELEASE; this is 4.8-STABLE."
Then I tried to to cvsup and rebuild world. The file i used is /usr/share/examples/cvsup/stable-supfile
and tag is RELENG_4. After a few hours i got 4.9-PRERELEASE :(
Next time i used RELENG_4_8 tag and got 4.8-RELEASE-p4 :((
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
2018 Sep 07
1
rsyslog listening on high port
On Thu, 2018-09-06 at 15:10 -0400, Mike Burger wrote:
> On 2018-09-06 14:06, Adam Tauno Williams wrote:
> > Attempting to lookup why rsyslogd is listening on the high port
> > UDP/51427.????Have not succeeded in what this port is used for and
> > what directive controls what interface it binds to.
> > [root at bedrock ~]# netstat --listen --inet --program --numeric |
2014 Oct 07
2
umount problem
I've got a usb HD mounted, and it has been mounted since the weekend, and
has been kept busy during that period.
now I"m done with it an want to umount it, but neither umount nor the
on-screen icon (when right-clicked) will let me do it:
it is /dev/sdd1, mounted as /media/seagateusb. when root tries to
umount it we get this:
# umount /media/seagateusb
umount: /media/seagateusb: device