Displaying 20 results from an estimated 110 matches similar to: "--include-from with no source directory"
2002 May 15
1
Does any rsync-based diff, rmdup, cvs software exist?
I'd like to be able to run GNU-diff type comparisons,
but use R-sync technology to make it efficient to see what's
different without transmitting all that data.
Another thing I like to do using rsync protocol,
is what I call rmdup -- remove duplicates.
This would allow me to recursively (like diff -r) compare files in
two (!!MUST BE!!) different directories and remove one (or the other)
2003 Dec 11
2
using more than one ldap server in smb.conf
Hi!
I'm trying to get Samba running to accept more than one ldap server in
smb.conf. I applied this patch
(http://groups.google.com/groups?q=smb.conf+second+ldap+server&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=ar08ok%241pjt%241%40FreeBSD.csie.NCTU.edu.tw&rnum=5)
to the samba (2.2.5) sources, but samba doesn't query the second ldap server I
specified in smb.conf.
Is there
2019 Apr 23
2
--delete-missing-args doesn't delete
Thank you Kevin.
It seems that I misunderstood the purpose of this --delete-missing-args
option.
If someone has a good suggestion on how to rsync a list of files and
delete from the destination any file that is not listed in --files-from,
that would be welcome.
Thanks,
MI
-------- Original Message -------- (Kevin Korb via rsync, 2019-04-23 14:11)
> --files-from will delete files from
2020 May 05
3
Custom ISO
Hi All,
I am trying to make a customer ISO. When I run this command:
mkisofs -o $DESTINATION_FILE -b isolinux/isolinux.bin -c boot.cat \
-no-emul-boot -boot-info-table \
-V "$NAME" -boot-load-size 4 -boot-info-table -R -J -v -T \
-eltorito-alt-boot -e images/efiboot.img \
$DESTINATION_DIR
it tells me:
Size of boot image is 4 sectors -> No emulation
2003 Jul 07
1
Some C help patching sender.c (from:plain source -> encrypted destination: rsync + gpg)
Hi,
I am exploring extending Kyle Jones' patch (which implements
post-transfer filter in receiver.c) to pre-filter or otherwise
pre-process the file before it is sent.
Kyle Jones patch can be found here
<http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=b6f55s%24256q%241%40FreeBSD.csie.NCTU.edu.tw&rnum=6>
and the rationale for what I am trying to do here
2003 Jun 26
3
plain source -> encrypted destination: rsync + gpg
We want to keep a backup or a mirror of your files in a server we don't
fully trust. You can have an encrypted FS on a file, and copy the
complete FS to the untrusted server, but it is inefficient, and you get
no granularity at all.
In our case, the remote server runs amanda, and we want to use amanda's
power to restore files selectively -- yet don't give away our privacy.
(We
2002 Sep 09
4
Hardware - no way -Re: Crashes maybe due to: "error writing 4 unbuffered bytes"
Dear JW,
I spent hours checking and upgrading my hardware. There is nothing wrong
with it. It is a 'mature' Pentium-II 400MHz system that has been running my
servers WITHOUT ANY CRASHES for nearly 2 years now 24/7
Listen to me: "The crashes are dues to rsync"
There is an IDENTICAL report from a totally different source at
2003 Mar 16
2
> 2GB files on solaris with largefiles enabled!
Hello,
I'm facing a problem syncing files which is over 2GB size, eventhough i searched the archives and it been mentioned its possible if largefiles option is enabled, but still its giving me problems. i.e:
building file list ... readlink dir1/oracle_data1.tar: Value too large for defined data type
readlink dir1/oracle_data2.tar: Value too large for defined data type
readlink
2003 Apr 10
1
File size limitations?
Hi
I'm running rsync 2.5.6 protocol version 26 on solaris 8.
I have a local software RAID array, plus a mounted netapp fileserver, and am
looking to replicate the contents of the netapp mount on the RAID array.
I run a cronjob each night, with lines like :-
/usr/local/sbin/rsync -ar /netapp/all/projects /backup/vol0/ >>
/tmp/rsync_log.txt 2>&1
Looking at the log files, I get
2003 Jul 08
1
rsync's "value to large" error.
HI,
I'm trying to transfer a list of files within a filesystem to another filesystem. I've used the option:
# rsync -avzol --progress /wp05/global/FCSI/WP_RLS05/rundir/ /nfs_proj/global/WP/
However, it had produced the error below:
building file list ... global/FCSI/WP_RLS05/rundir/wp_celtic_max_fullwarn.tcl.log: Value too large to be stored in data type
# du -sk wp_celtic_max.tcl.log
2015 Apr 17
5
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
Hello all,
I've just installed Samba 3.6.6 from the Debian Stable repo. I want to use
this linux box as a smb file server for windows clients.
I installed NSLCD to allow users in AD to authenticate against my linux
server per
https://wiki.samba.org/index.php/Local_user_management_and_authentication/nslcd
getent passwd and getent group returns domain users with UID mappings like:
tempuser
2003 Apr 05
1
Samba 2.2.8 SEGV in rpcclient getdriver on Solaris 7
Hello
I was trying to figure out how to add printer drivers manually for
downloading to Windows 2000 clients and I came accross this problem.
(The printer drivers were installed some time ago using an earlier
version of samba 2.2.x).
$ dbx /usr/local/samba/bin/rpcclient
(dbx) run xxxxxxx -U yyyyyyy
Running: rpcclient xxxxxxx -U yyyyyyy
(process id 4735)
Password:
rpcclient $> enumprinters
2015 Apr 17
0
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
Greetings, john!
> I've just installed Samba 3.6.6 from the Debian Stable repo. I want to use
> this linux box as a smb file server for windows clients.
> I installed NSLCD to allow users in AD to authenticate against my linux
> server per
> https://wiki.samba.org/index.php/Local_user_management_and_authentication/nslcd
> getent passwd and getent group returns domain users
2015 Apr 20
0
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
On 20/04/15 17:45, john wrote:
>
>
>
> Is this wheezy ? if so, it might be an idea to use backports, this
> will get you 4.1.17 which is still in development, 3.6 is now EOL
>
OK, I understand a bit better where your problems lie. I would still use
backports, supported code is (hopefully) better code :-)
>
>
> I'd be willing to do that if it got me support
2009 Feb 11
2
very noobish question about how WinE works.
so I understand it's now called "Wine Is Not an Emulator",
after being called "Windows Emulator" back in the day.
anyway -- it's a great piece of software.
but I have a question: actually I'll ask by a practical example.
say I install 7-Zip under Wine, and archive some things.
question is: how will the performances compare to what I'd get under Windows?
2006 Dec 21
3
log file with unexpected output on deleted files (bug?)
Hi there,
I am using rsync to synchronize two folders. I have configured the log-format to my personal needs like this:
--log-format="%f %t %o %l %P"
I am also using the --delete flag to log deleted files as well. I have upgraded my rsync version to 2.6.9 when I figured out that starting with version 2.6.4 the log format had been enhanced to also include the "del."
2003 Jan 21
6
Please test rsync-2.5.6pre2
The second rsync-2.5.6 pre-release version is now available at:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz
rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
There's also a corresponding '.sig' file that contains a gpg signature
of the file; the public key is available on the
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows
2003 Jun 10
4
Windows XP Machines (well mostly the XP ones) hanging
Hello Folks,
I will personally send $50(AU) of Pizza to anyone that solves this one :)
We have a network comprising approx 30 Windows workstations all logging in
to a samba machine running as a PDC. The main exported file system is an NFS
mounted file system, but this was happening back when this was an xfs file
system as well. ACL's are enabled. We are running Samba Version 2.2.8a. The
2003 Jul 23
1
problem w/ php3+php4
Hello,
Has anybody experienced any problems with php3+php4 combo
in systems newer than 4.6-STABLE (as of June-Aug 2002)?
Briefly, the problem looks very similar to what is
stated in the following reports:
http://groups.google.com/groups?q=%22php3+kills+apache%22&hl=ru&lr=&ie=UTF-8&oe=UTF-8&selm=wqz8yrfzbug.wl%40hurt.theclones.net&rnum=1