Questions tagged [archive]

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

An archive is a place that you can store files or other data for storage or for sorting.

Archives can be a number of things such as a Database or a Zip or Cab file.

Normally the archive that you place the files or data into, gives you some sort of functionality such as encryption, compression or data querying functionality.

2445 questions
0
votes
0 answers

C# A proper and simple way to bundle multiple small files and change/delete/create them, in the bundle without recreating the entire Bundle each time

I am trying to figure out how to store data that can be easily/heavily edited. Reading data from a big single file isn't really a problem. The problem starts when I need to make changes to that file. Let's say I have a bit log file which always…
MIkey
  • 21
  • 1
  • 2
0
votes
0 answers

Grab first image from Wordpress Gutenberg Post not consistently working

I need to edit my Wordpress child theme (based on Twenty Twenty One) archives.php template so that it grabs the first image added within any Post, not the Featured Image as that is being used by another plugin (and as such has to be different…
0
votes
0 answers

xcode archive is failed

I'm really struggling when archive my app I tried so many solutions such as restart xcode and mac, upgrade to the latest xcode, clean build, pod update, delete DerivedData... However, I still got failed when I tried archive my app. Do you have any…
0
votes
2 answers

Why is Postgres basebackup needed with WAL for PITR?

I'm reading the following article to setup PITR. One thing I'm confused about is why the article recommends performing a basebackup (full cluster backup) after setting up continuous WAL archiving. I thought WAL was the actual data? So if I have…
0
votes
1 answer

Wordpress Elementor "Archive posts" needs data from archive into the home page

I have a custom post type of "members". I want to display the members in the home page (https://localhost/wp-elementor/). On the members page https://localhost/wp-elementor/members/ everything is looking good, because the data is populated there. I…
0
votes
1 answer

Using shutil.make_archive with Windows results in OSError

I am trying to create an archive using shutil.make_archive and it runs successfully on Linux but not on Windows. Here is the code: # archive_dir_path looks like this : old_outputs # execution_datetime looks like this : 2021-08-26 17:44:34.189488 #…
EnzoMolion
  • 949
  • 8
  • 25
0
votes
1 answer

Is it possible to continue bzip2 decompressing?

Long story short: I have big (700+ GB) .tar.bz2 archive and I wanted to decompress it. It is stored on very slow HDD, so it took my computer about 110 hours nonstop working to get 92% of data. But then I accidentally close the terminal with…
superpupervlad
  • 122
  • 1
  • 8
0
votes
1 answer

xcodebuild archive- Uncaught exception: object can not be nil (key: IDEArchivePathOverride)

I am trying to build an iOS Framework. I found this tutorial: https://www.raywenderlich.com/17753301-creating-a-framework-for-ios Building my project in xcode 12 works without warning, but when I try to archive it via terminal it show following…
robidd
  • 53
  • 10
0
votes
1 answer

How to dynamically add dependencies to spark executors at runtime

I would like to add archive dependencies to my spark executors in a way that would work similarly to how it functions when passing the archive paths in to the spark-submit with --archives option. However, I will not know what dependencies are…
djnetwork
  • 1
  • 1
0
votes
1 answer

How to deploy initial Data to Flutter App

I am stuck with the following problem: We are writing a library app which contains a bunch of internal documents (roughly 900). The total size of all docs is around 2,5+ GB. I have to find a way how to initialise the app with 2,5GB of Docs on first…
0
votes
3 answers

NSAssert undeclared first use why?

i used the code below in the levelManager.m to read values from a plist but when I am making an Archive to upload to itunes (AppStore) I get an error. why ? the code : - (float)floatForProp:(NSString *)prop { NSNumber * retval = (NSNumber *)…
Bobj-C
  • 5,276
  • 9
  • 47
  • 83
0
votes
1 answer

NLog: Archive and delete file

I'm trying to configure NLog to archive and delete old log files. What I want to do is to store the files in the archive folder, and delete files older than 5 days. I'm using this configuration:
ExpRick
  • 13
  • 2
0
votes
1 answer

How do i make a archive command in discord.py?

Okay so I know that there is a way to open let's say a wiki. By typing a command(archive) it will then search the wiki and return with a message containing certain information about what you searched for. I know that you can use webhooks for this,…
0
votes
1 answer

opening tar file displays "This does not look like a tar archive"

I have downloaded some data from the internet and the files come with this format file.pth.tar when I am trying to open it through cygwin terminal it says: tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with…
Imaq_fa
  • 43
  • 7
0
votes
0 answers

Linux commandline to add & move files to a compressed archive

I'm searching a linux methode to add & move files to a compressed archive via command line. -tar cannot add files to a compressed archive -zip can do, but the compressesion is weak. (zip -u -r -q -9 -m destination.zip /sourcefolder) archive with…
Sven Gurke
  • 51
  • 1
  • 2
1 2 3
99
100