search for: aax

Displaying 18 results from an estimated 18 matches for "aax".

Did you mean: aa
2009 Nov 18
2
parsing numeric values
...xtract some numeric values from a log file created by an external program. Consider the following example, input <- readLines(textConnection( "some text <ax> = 1.3770E-03 <bx> = 3.4644E-07 <ay> = 1.9412E-04 <by> = 4.8840E-08 other text <aax> = 1.3770E-03 <bbx> = 3.4644E-07 <aay> = 1.9412E-04 <bby> = 4.8840E-08")) ## this is what I want results <- c(as.numeric(strsplit(grep("<ax>", input,val=T), " ")[[1]][8]), as.numeric(strsplit(grep("&lt...
2018 Jun 15
0
Bug: Loosing Group Permissions in Archive Mode with Sticky Bit and ACL Mask
Hello, I currently try to copy a directory locally between two ext4 filesystems while preserving permissions and ACLs using the -aAX options. Under some conditions, rsync does not copy the posix permissions completely, it changes the group::rwx to a group::--- permission. The latest rsync available on Debian Jessie is 3.1.1, but the changelog for 3.1.2 and 3.1.3 did not seem to mention such a bug being fixed. As far as I tried,...
2019 Aug 09
4
rsnapshots/rsync 2 shares
...esulting tree of snapshots via samba again: read-only, only for some admin users So far OK, runs for years (although it gets slower, other topic) Now we notice issues with accessing snapshots, the ACLs don't get synced correctly. I fiddle with the rsync options now. Currently testing "-aAX" (and waiting for the run to finish). Does anyone else do something similar? I also consider simply using "--chown" here: forget the ACLs in the snapshot, just provide them for the admins to pick files here and there. And I wonder if "--numeric-ids" is good in this case....
2015 Mar 11
2
Rsync ACLs over NFSv4 to EXT4 - rsync_xal_set: lsetxattr - Operation not supported
...on, but wanted to post this here for a sanity check. :) I've been searching for over a week for a solution and have turned up nil. I'm trying to rsync with options -AX over an NFSv4 mount TO an ext4 drive FROM an ext4 drive and both have acl and user_xattr enabled. The command: rsync -aAX /data/ /mnt/back/data results in: rsync: rsync_xal_set: lsetxattr(""/mnt/back/data/Users/user/Documents/Desktop"","security.NTACL") failed: Operation not supported (95) along with all the other files. Running the same command to a local folder works perfect so...
2019 Aug 09
1
rsnapshots/rsync 2 shares
...nd attributes: > > https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Built-in_User_.26_Group_ID_Mappings yep, thanks the current rsnapshot run takes hours already ... I will wait for it to complete first and check the results. So far it looks as if "-aAX" does the trick anyway. "--numeric-ids" always was there and a plain ls shows the same owner:group names on both source=DM and target=DC will report back
2019 Jun 25
2
Share migration
Hello, I will change a old samba share (SMB1 samba 3) to a new samba 4.8.3 (as unix domain member server). For this, I will copy datas from old share to the share via a rsync ssh command : rsync -aAX --progress --delete --stats --human-readable -e "ssh -p 22" root at oldsambaserver:/mypath/* /mypath/ This command copy also all the acls from the old samba share and apply it on the new share. But, I have to re apply new acls because I am using Posix attributes for uid and gid ;? th...
2009 Jan 28
1
Some help with sudo on remote side of rsync
...es as separators # "--dry-run"= run script without actually performing file operations-test # "--progress"=show file copying progress--distracting # "--archive"=archive mode, you want recursion and everything # "--stats"=shows statistics at end of sync OPTS=(-aAX --delete --archive --rsync-path=/usr/local/bin/rsync --protect-args --fileflags --force-change --stats) # Backup destination. In this case, it is another hard disk on the same machine. # If you wish to back up to a server via ssh, change the line to something like # BACKUPDIR="remoteusernam...
2011 Nov 17
3
Opus for audiobooks etc
I know the focus for Opus is low delay, but I've been watching its development with interest because of the potential for audiobook/podcast use, where latency is practically irrelevant. I hear the upcoming USAC codec will give good results for this niche (though listening test results don't seem to be available to the public yet), but I also hear it'll be extremely patent
2019 Aug 09
0
rsnapshots/rsync 2 shares
...n: read-only, only for some admin users > > So far OK, runs for years (although it gets slower, other topic) > > Now we notice issues with accessing snapshots, the ACLs don't get synced > correctly. > > I fiddle with the rsync options now. > > Currently testing "-aAX" (and waiting for the run to finish). > > Does anyone else do something similar? > > I also consider simply using "--chown" here: forget the ACLs in the > snapshot, just provide them for the admins to pick files here and there. > > And I wonder if "--numeric...
2019 Aug 09
0
rsnapshots/rsync 2 shares
...ead-only, only for some admin users > > So far OK, runs for years (although it gets slower, other topic) > > Now we notice issues with accessing snapshots, the ACLs don't get synced > correctly. > > I fiddle with the rsync options now. > > Currently testing "-aAX" (and waiting for the run to finish). > > Does anyone else do something similar? > > I also consider simply using "--chown" here: forget the ACLs in the > snapshot, just provide them for the admins to pick files here and there. > > And I wonder if "--nume...
2019 Aug 09
2
rsnapshots/rsync 2 shares
Am 09.08.19 um 09:48 schrieb Rowland penny via samba: >> And I wonder if "--numeric-ids" is good in this case. >> >> hints welcome >> > Are you using the winbind 'ad' backend on all Unix domain members ? You might have guessed "no" or "it's complicated": the server pulling the rsnapshots is also a DC (and not a DM)
2015 Mar 11
0
Rsync ACLs over NFSv4 to EXT4 - rsync_xal_set: lsetxattr - Operation not supported
...e for a sanity check. :) I've been searching for over a week for > a solution and have turned up nil. > > I'm trying to rsync with options -AX over an NFSv4 mount TO an > ext4 drive FROM an ext4 drive and both have acl and user_xattr > enabled. The command: > > rsync -aAX /data/ /mnt/back/data > > results in: > > rsync: rsync_xal_set: > lsetxattr(""/mnt/back/data/Users/user/Documents/Desktop"","security.NTACL") > > failed: Operation not supported (95) > > along with all the other files. > > Running...
2020 Feb 06
0
[Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format
...ly by increasing receiver-side verbosity with -M-vvv that I got to the bottom of it -- incompatible ACL systems: recv_acl_access: "value out of range": 129a000 Once it became clear that it was an ACL issue, per the man page '-M--fake-super' fixes the issue. # Repro steps rsync -aAX macos-timemachine-backups-folder user at linuxhost:/path/to/dst # Actual Results rsync produces a bogus error about protocol failure, when in reality the protocol communication itself is just fine (receiver just has an unsupported ACL error) # Expected Results rsync produces a more appropriate er...
2008 Sep 04
0
Rsync 3.0.3 with patches on OS X 10.4.11 fails to copy ACLs
.../rsync.html After some struggles, and with invaluable help from the list, I how have an rsync script running to completion but it generates log errors, I think for every file, and fails to copy ACLS, even though the ACL flag for Macs is set as shown in the OPTS variable in my backup script: OPTS=(-aAX --delete --archive --rsync-path=/usr/local/bin/rsync --protect-args --fileflags --force-change) Some sample error log entries are: rsync: set_acl: sys_acl_set_file(SN3201128/.Share Your Images.url.g4bMCP, ACL_TYPE_EXTENDED): Operation not supported (45) rsync: set_acl: sys_acl_set_file(SN3201128...
2008 Oct 23
0
Rsync 3.0.3 with patches on OS X 10.4.11 fails to copy ACLs
...valuable help from the list, I how > have an > rsync script running to completion but it generates log errors, I > think for > every file, and fails to copy ACLS, even though the ACL flag for > Macs is set > as shown in the OPTS variable in my backup script: > > OPTS=(-aAX --delete --archive --rsync-path=/usr/local/bin/rsync > --protect-args --fileflags --force-change) > > > Some sample error log entries are: > > rsync: set_acl: sys_acl_set_file(SN3201128/.Share Your > Images.url.g4bMCP, > ACL_TYPE_EXTENDED): Operation not supported (45) &gt...
2008 Mar 14
11
DO NOT REPLY [Bug 5324] New: with option --xattrs the process rsync is more long time
...ReportedBy: fauthier@free.fr QAContact: rsync-qa@samba.org system on both server : os x server 10.4.11 when i use the option -X (xattr) to synchronize about 400000 files between two server, the time is four time more long that i don't use this (2h us 1/2h). syntaxe : rsync -aAX --del --force /source/ server2:/dest/ (400000 files -> 2hours) rsync -aA --del --force /source/ server2:/dest/ (400000 files -> half hours) thank you F.A. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are...
1997 Jul 24
0
Security hole in mgetty+sendfax
...(M''OR@-5MY$%J1XNO]NE\?VS''!:7Z4HRS7 +17Y_L]:>9?8^ZL< M*)&Q/MZ]8U$ORX=C-;>LN'';P77:!5EU''0^CW:3%%(\D/UELBA<U&H%2K\) V MSQ8RSOA_(^/^AQEB^"LR/=S+J<F<O8KTQYGZBS7=GK9=81>1>3RMK=;AI3XO M96&?8K#15I[RT#:^D% SA;H>T4B''8-2V9!AAX)%>PO&NH%!P-L_L6"*SXVS* M_"AMX8M&[C;?H3O D89DT6@VBX73[I,%X6!-4>I\3\K5,QYP(6,RF3F^)QA$ M@:P+AS+!HI%DYG,CM]$]8#0<DE298-%(<KMS6WEO[(962VZY6HE1%9H25ELG MRE%)W''KDKO+OV#[(Z:%^TFNM0LTK*LV0M&S=#P=7TJ4@OJ4UQ@[,B\LP@8.C MG9]VOT=8*@E@QS)0H*%R$-XV2OHD/TTCG!,0OJX_(4110^...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...^@jfhm%{4}`$YVH`+lWms<VpkQbO2r zQN!)%<~lWjbhOEj4m41Et)zw6RYrw1M0FNpX`xPa*N`_jBka0Xv72bM&Kn|Yy%Dq# zBk20rP-=j6Ui1!c1Z_fe>)6$_CgH`N^Aaz>_$rE3P~vaB!F$n5ybjTAVy#FM5e;H% z7;%lu8oyJ>gM at Wkv`n{_sp52FwXRVBG|wgV0($G#QZImX6b(|3lcXNPtsxu~645uH zGQMe)4B<+A2q)c8>>W)yTStYiXz!v-I$B|wAaaXGq|d)3l99NNCL{6HUSg=5L%2kV zGLZUev^CEzbh%b<XWc5bDj8d;R;6MqsPg)0KLX~ydJExuxmm;Ms86x^iCS#FiRWsg z7_()uIb195rib_P&;f3)LD*WrI>36s2EazZCcsxnw;9hZfR6!HfCL~3NCCD2ssS~C zTEI5ICxGpM9e|yHT}E-YE5iqPXg4=M#rJN&9>Dv6y?}jy{RZ)~n}_!QE1dm2w1=Aq z4ElG_C}QRzqfMP;er9xRZXPx|wlI$v9j`Et8Xd1Rj~N|Xnx7jTo0-R...