I sync some client stations to a central server at the discretion of the
users. They run a single-transfer daemon by logging in via their ssh
accounts. All is well.
Now I also allow a certain user to rsync this accumulated client data
(which end up as subdirectories of a single directory on the
https://bugzilla.samba.org/show_bug.cgi?id=3542
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugzilla.samba.org/show_bug.cgi?id=3543
Summary: [ACL] rsync calls default_perms_for_dir on omitted
implied dirs before ensuring they exist
Product: rsync
Version: 2.6.7
Platform: All
OS/Version: All
Status:
Wayne Davison <[EMAIL PROTECTED]> writes:
> On Wed, Feb 22, 2006 at 05:14:29AM -0600, Harry Putnam wrote:
>> Still it seems there would be a more succinct way...
>
> There is if you use rsync 2.6.7 (currently in release testing):
>
> rsync -avO --prune-empty-dirs --include=bookmarks.xml
>
On Wed, 2006-02-22 at 11:43 -0800, lsk wrote:
> lsk: This is oracle database the header information(timestamp..etc) on each
> datafile constantly changes which might be very small change but the data
> inside most of the datafiles are same they wont change much. New oracle
> datafiles will be added
https://bugzilla.samba.org/show_bug.cgi?id=3542
--- Comment #1 from [EMAIL PROTECTED] 2006-02-22 17:31 MST ---
Created an attachment (id=1753)
--> (https://bugzilla.samba.org/attachment.cgi?id=1753&action=view)
Makes get_local_name return NULL if --list-only is given
--
Configure
https://bugzilla.samba.org/show_bug.cgi?id=3542
Summary: "rsync --list-only a b/" tries to create b
Product: rsync
Version: 2.6.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Comp
Gian,
"What do you mean by "cleanup the datafiles on the target server"? Are
you editing files on the target server? "
lsk: That means I delete/rm the files from the target and then start rsync.
"If the target is not 100% different from the source, yes, keep it!
Rsync will upload the diffe
On Wed, Feb 22, 2006 at 05:14:29AM -0600, Harry Putnam wrote:
> Still it seems there would be a more succinct way...
There is if you use rsync 2.6.7 (currently in release testing):
rsync -avO --prune-empty-dirs --include=bookmarks.xml
--filter='-! */' ~/.kde* some:dest/
This t
Hi Isk,
Please see embedded.
Gian
lsk wrote:
Hello,
I was reading your posts about RSYNC. We have a massive Oracle schema lots
of datafiles about 750 GB size. We do rsync datafiles from source to target
server but everytime we cleanup the datafiles on the target server and do
rsync every
On Wed, Feb 22, 2006 at 03:18:11AM -0600, Harry Putnam wrote:
> + .kde*/share/apps/konqueror/bookmarks.xml
> /.kde**
You need to restore all the directory includes from your first email:
+ .kde*/
+ .kde*/share/
+ .kde*/share/apps/
+ .kde*/share/apps/konqueror/
+ .kde*/share/apps/konqueror/boo
Hello,
I was reading your posts about RSYNC. We have a massive Oracle schema lots
of datafiles about 750 GB size. We do rsync datafiles from source to target
server but everytime we cleanup the datafiles on the target server and do
rsync every 2 weeks. On the target side mostly the datafiles wil
Dear Wayne.
Thank you very much for your extensive comments on the our patch. I will
try and take them into account and mend our patch accordingly.
Unfortunately, I can only do this during my leisure time which is already
very limited so it might take some time.
But it would be very nice if this f
Hi I am wondering if there is any way to change the file permission of
"rsync.log" and "rsyncd.lock" via rsyncd.conf. Most likely the "lock"
file is not possible, but maybe the other file is possible.
The reason I am asking is because if I UserA runs rsync, then UserB
won't be able to write to rs
Harry Putnam <[EMAIL PROTECTED]> writes:
> Here are some of what hasn't worked in an EXCLUDE file.
>
> + /.kde3.5/share/apps/konqueror/bookmarks.xml
> /.kde3.5/
>
> + .kde3.5/share/apps/konqueror/bookmarks.xml
> /.kde3.5**
>
> + .kde3.5/share/apps/konqueror/bookmarks.xml
> .kde3.5/
>
> There are a
I'm wrestling with include/exclude rules and not finding a way to do
this:
Simplified command: rsync -avv --exclcude-from=rsync_exclude \
~/ /dest/
Backup ~/ including ~/.kde3.5/share/apps/konqueror/bookmarks.xml
but excluding everything else under ~/.kde3.5
Here are some of
Matt McCutchen <[EMAIL PROTECTED]> writes:
> On Wed, 2006-02-15 at 18:33 -0600, Harry Putnam wrote:
>> Wayne Davison <[EMAIL PROTECTED]> writes:
>> > On Tue, Feb 14, 2006 at 03:09:48AM -0600, Harry Putnam wrote:
>> >> - /.kde*
>> >
>> > That doesn't exclude anything, since you already included t
17 matches
Mail list logo