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
1 answer

Read zip for photos with multiple photo file extensions using C#

I've created a method that reads .jpg files and displays them on my screen without extracting. The var looks like this var imageName = content.contentid + ".jpg"; content.contentid is too id number of the number + .jpg But now I want that if there…
Teun
  • 161
  • 1
  • 1
  • 8
0
votes
1 answer

Cannot run system command

I am trying to zip a folder using python. The following command works from command prompt: 7z a C:\\Temp\\ C:\\Temp\\ But the following only show an error code of 1: os.system("7z a C:\\Temp\\ C:\\Temp\\") subprocess.call(["7z a C:\\Temp\\…
illan
  • 163
  • 1
  • 13
0
votes
0 answers

How design table partitioning for weather data of thousands of weather stations

I have an MySQL database set up with weather data of multiple weather stations. All stations send their data every 5 minutes. A station has multiple sensors and their values are stored in a separate rows per sensor. For instance: when a station…
Luc
  • 95
  • 1
  • 7
0
votes
1 answer

What's the best way to archive records in SQLite using EF Core to a new file

I have a .NET 6 application that writes logs out to a SQLite file each time a cycle is completed. I'm using EF Core. The application sits on a Raspberry Pi with limited resource, so I want to keep the live database small as when it gets large the…
0
votes
1 answer

How to remove archived posts from pagination in Jekyll?

I've built a Jekyll blog that includes a post archive. I developed the archive using the jekyll-archives plugin. I'm happy with the website and the archive pages are working fine. The problem is that archived posts are also shown on the current…
user17833356
0
votes
0 answers

Transferring Xbox360 save file from Series X to PC

I have played an Xbox 360 game (Oblivion) on the Series X and would like to transfer my save files on to the PC. This was possible (and way easier) on the original Xbox 360, and there is lots of documentation on that online. However, this does not…
0
votes
1 answer

How can I unpack multi-part archives (zip/rar) in Python?

I have a 2 GB archive (prefer .zip or .rar) file in parts (let's assume 100 parts x 20MB), and I am trying to find a way to unpack it properly. I started with a .zip archive; I had files like test.zip, test.z01, test.z02...test.99, etc. When I merge…
KyluAce
  • 933
  • 1
  • 8
  • 25
0
votes
0 answers

Wordpress Pods shortcode pagination don't work

I've created a pods template for my pods archive and I use a shortcode inside of a new wordpress page for diplaying it. I'de like to display a pagination but when I use pagination=”true” pagination_type=”advanced” nothing happend. Can you please…
Fayçal E
  • 3
  • 3
0
votes
1 answer

Archive files older than 6 months

Folder X has a lot of subfolders A,B,C,D... each subfolder has a lot of files and I want to archive all files that are in those subfolders and that are older than 6 months. After that check if archive is created and delete the files that have been…
user12428212
0
votes
1 answer

How can I combine many files into single file without compression, keeping the same behavior across platforms?

I have a folder which includes a lot of subfolders and files. I want to combine all those files into one single large file. That file should be able to get expanded rendering back the original folder and files. Another requirement is that the method…
0
votes
1 answer

[ios]Archive files uploaded from App Store Connect are not visible

I created an archive for app release. But no matter how much time passes, nothing appears in the build window. What should I do +)I have a Team and make a identifier, certificate for team. I even uploaded the archive file successfully. But in App…
71873
  • 13
  • 3
0
votes
1 answer

Getting output archives while using subprocess module

I'm new in this world of python. Recently I have been asked to make an interface between XFoil (an aerodynamics program) and python. After researching a little bit, I found the subprocess module. As the documentation says it's used to "Spawn new…
0
votes
1 answer

How to generate a PAX Tar archive with an Global Extended Attributes ('g') initial entry?

In Linux, I am trying to generate an uncompressed PAX archive containing a Global Extended Attributes entry using either one of the following commands: A) Specifying the pax options (implies --xattrs): tar cvf file.tar folder/* --xattrs…
0
votes
0 answers

Powershell Compress-Archive System.OutOfMemoryException

i'm tryng to compress a .bak file after creation (the uncompressed file's size is 550mb) with Compress-Archive -Path "F:\backupfolder\mydatabase.bak" -CompressionLevel optimal -DestinationPath "F:\backupfolder\mydatabase.bak.zip" and i get this…
Fabio
  • 53
  • 4
0
votes
1 answer

Adding a dynamic title to custom category page

I'm making a custom archive / category page using WooLentor and Elementor.The only thing I really need is a dynamic title. What I mean by that is that I have 5 categories. Now, if I open category 3, I would want to see title Number 3, and if I open…
Jazzu
  • 33
  • 7