similar to: Create "thincopy": with fileystem metadata only?

Displaying 20 results from an estimated 10000 matches similar to: "Create "thincopy": with fileystem metadata only?"

2024 Dec 10
0
Create "thincopy": with fileystem metadata only?
Hi everyone :) I'm professionally and seriously working with extended filesystem attributes (xattrs) for search/retrieval of data. I am making a "thincopy" of large data trees, like this: `$ cp --attributes-only --preserve=all $(SOURCE) $(TARGET)` Is there a way to do this with rsync? I'm asking, because I'd like to keep that thin-copy in-sync (including xattrs).
2006 Sep 20
3
Flac metadata at end?
Flac is great, but I have some questions about the way the metadata is stored. It takes an age to retag the file because all the data has to be shuffled around the disk. For most formats (ogg, mp3) the filesize is small, but I was thinking, why not have the metadata at the end of the file? This would not really be a problem for streaming, since you just read out the metadata from the end
2006 Sep 20
0
Flac metadata at end?
Hi, Nick On Wed, 2006-09-20 at 20:29 +0100, Nicholas Wilson wrote: > Flac is great, but I have some questions about the way the metadata is stored. > It takes an age to retag the file because all the data has to be shuffled > around the disk. For most formats (ogg, mp3) the filesize is small, but I > was thinking, why not have the metadata at the end of the file? > >
2017 Aug 02
0
Re: Understanding the contents of virsh dump --memory-only
On Tue, Aug 01, 2017 at 10:22:43PM -0400, Arnabjyoti Kalita wrote: >Hello, > >I was trying to understand the ELF file generated by the virsh dump >(--memory-only) command. I have successfully generated a dump of the VM >memory using this command. > You are running a QEMU machine and the dump is generated by qemu, so they would be able to explain to much further detail, I'm
2017 Aug 02
2
Understanding the contents of virsh dump --memory-only
Hello, I was trying to understand the ELF file generated by the virsh dump (--memory-only) command. I have successfully generated a dump of the VM memory using this command. I specifically am trying to understand the loadable segments of this ELF file. I ran readelf -a <filename> to get the information that I need. Below shows the details of the loadable segments in a much better format
2006 Feb 09
0
filesize problem...
dear list, following problem with large files: server: samba 3.0.21b debian linux kernel 2.4.32 filesystem ext3 client: windows xp sp2 - i layed a tarball to the directory with a size of 35GB (also tested with a smaller filesize of 7.2 GB) - the filesystem shows the correct filesize. - looking via samba share, there's a filesize of 2.91GB??? - trying to copy a file bigger then 2.91 GB i
2006 Jul 18
0
ffmpeg and IO.popen
i?m fairly new to ruby... any suggestions getting the below to work... i?d like to use myfile_field.read within encodeVideo and then self.data = Student_Interviews.flv class Myfile < ActiveRecord::Base . . . def encodeVideo opts #, stream IO.popen(?ffmpeg #{opts}?, ?w?)#{ |io| io.puts stream} end def myfile=(myfile_field) if myfile_field and myfile_field.length > 0 encodeVideo ?-i
2004 Aug 04
2
refresh filesize of samba shares with win2k
hi, in this days i'm trying samba because i would like to substitute an NT file server. i found this problem: when with a client win2k i'm connected to samba server i can't see the latest situation about my shared directory on the samba server. example : if i create a new file named foo.txt , then i can see it with filesize = 0 byte then i edit foo.txt and add some char into the
2007 Mar 22
2
Problem with fileupload on SMB share
Hello, i have got a serious problem with fileuploads on SMB shares. Iam implementing a program that watches a folder for new file and show status e.g. incoming, growing, complete. With FTP and simply copying from another folder on the same box there is no problem. But if i use smb to copy a file to that folder, from the first moment to full filesize is displayed. In this case all my functions
2011 Apr 19
4
/etc/bashrc help!
Dear all, i've appended the below to /etc/bashrc it works like a charm with ssh connections though SFTP sessions fail since the below is being sent to the intiator. any way of limiting the below to none sftp sessions? or any other idea for it to work? # If id command returns zero, you?ve root access. if [ $(id -u) -eq 0 ]; then # you are root, set red colour prompt echo
2013 Dec 23
0
Generation loss test
Hi everyone, I've just finished doing a generation loss test using ffmpeg on the following codecs at 96kbps: - AAC (libfdk_aac) - Opus (libopus) - Vorbis (libvorbis) I wanted to see what which codec is best to use for sites like YouTube were content is often uploaded and downloaded, edited, then uploaded again in cycles. The results are mildly interesting: AAC was still passable by 10
2010 Feb 11
1
Contents of Flac-dev Digest, Vol 65, Issue 4
Hello dudes, I had given up by the first one who answered, but I will go through this since two of you were interested about this... I actually don't care about the filesize, I just wanted to know what exactly causes this. (for the record, wavpack always produces the same filesize in win and lin). Here you go: djzn at orion:~$ flac --version flac 1.2.1 djzn at orion:~$ wine
2010 Oct 20
2
[LLVMdev] llvm register reload/spilling around calls
On 20.10.2010 05:00, Jakob Stoklund Olesen wrote: > On Oct 19, 2010, at 6:37 PM, Roland Scheidegger wrote: > >> Thanks for giving it a look! >> >> On 19.10.2010 23:21, Jakob Stoklund Olesen wrote: >>> On Oct 19, 2010, at 11:40 AM, Roland Scheidegger wrote: >>> >>>> So I saw that the code is doing lots of register >>>>
2010 Dec 25
0
For sale Yamaha DGX-640 Grand Piano Keyboard for $450USD
We are wholesale supplier of DJ equipment here in Taiwan.We have various model in stock such as Guitar,Amps/Effects,Bass,Drums,Keyboards,Live Sound in stock.interested buyers should contact us at the below address yangmiaofenggear at yahoo.com yangmiaofenggear at hotmail.com Pioneer DJM 909 ...................$500USD PIoneer DJM 700 ...................$450USD Pioneer DJM 800
2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
> > I'd suggest to start with you just look at moving the libmagic check after > the filesize checks, so you don't need to get into whether libmagic or > the database check is cheaper on average. hi, Olly, I have moved the libmagic check after the filesize check directly, https://github.com/caiyulun/xapian/commit/3a97d9ee5397fa900a473aa9b3d8eeb720177a4e can you provide
2017 Mar 14
0
Re: virt-customize fail to inject firstboot script when running it from script.
On Mon, Mar 13, 2017 at 11:48:05PM +0200, Keresztes Péter-Zoltán wrote: > Hello, > > We have a nodejs app which is injecting first boot scripts using virt-customize however the exact same commands are working when triggered manually. > > Here is the debug output of the commands Which version of virt-customize? A number of bugs were fixed in this part of the code in the last
2010 Oct 20
1
[LLVMdev] llvm register reload/spilling around calls
(repost with right sender address) On 20.10.2010 18:13, Jakob Stoklund Olesen wrote: > On Oct 20, 2010, at 7:46 AM, Roland Scheidegger wrote: > >> On 20.10.2010 05:00, Jakob Stoklund Olesen wrote: >>> Look in X86InstrControl.td. The call instructions are all prefixed >>> by: >>> >>> let Defs = [RAX, RCX, RDX, RSI, RDI, R8, R9, R10, R11, FP0, FP1,
1999 Apr 05
2
Win95, sharing printers and drives
I have two computers ROLAND (RedHat 5.2 and Samba) and LINDA (Windows95). I am already able to print on the printer connacted to LINDA. Yesterday, before I managed to get the printer working, I was alos able to see ROLAND's directory 'tmp' and 'winD' on LINDA. The problem that I saw this morning was that the printing still works but LINDA can no longer see the shares of
2004 Sep 10
1
Re: Header Ideas
My comments: ;) >hmm, I'm thinking we could >spec out an ETREE metadata >block that you could use. Yes, I think this is a good idea. I'd like to incorporate this a s much as possible as the "FLAC Standard" if it's OK with you guys, since ideally FLAC will be the etree.org format of choice, replacing Shorten. >> Filesize compressed >> >this is
2019 Apr 23
1
Autodetecting backing file properties when using vol-create-as
Hi all, experimenting with vol-create-as, I think it should autodetect some data - filesize and backing file format, specifically. However, the current implementation require us to specify both filesize and backing file format. Considering that qemu-img already autodetects these data, there are any reason for the lack of autodetect by libvirt? Should I open a bugzilla issue? Below you can