Top "Archiving" questions

Which Postgresql WAL files can I safely remove from the WAL archive folder

Current situation So I have WAL archiving set up to an independent internal harddrive on a data logging computer running …

postgresql archiving wal
Archiving project in Xcode incorrectly creates multi-application bundle

Archiving my project in Xcode is creating a multi-application bundle, instead of bundling my main target for release, which is …

xcode ios-4.2 xcode4 archiving xcode-organizer
What's the best way to perform data archiving on an Oracle database?

I'd like to figure out the best way to archive the data that is no needed anymore, in order to …

oracle archiving
How can I use a scanner in .NET?

I am planning in making an application (Archiving System specifically) wherein, my app can access printer/scanner for scanning of …

c# windows-forms-designer scanning archiving
Xcode 10 archiving fails - only on command line (xcodebuild)

I'm having issues with archiving on my CI machine (Jenkins), when running the process manually on the SAME machine but …

ios cocoapods xcodebuild xcode10 archiving
Is there a way to view your app's .entitlements file from your app's .ipa archive?

I think there's an issue with my app's .entitlements file when a .ipa is created and so I want to …

iphone xcode ios6 ad-hoc-distribution archiving
NSKeyedArchiver and NSKeyedUnarchiver with NSMutableArray

I'm hoping this isn't something to do with the fact that I'm using a Mutable array here, but this one …

objective-c cocoa nsmutablearray nskeyedarchiver archiving
Library to manage XAdES signatures in Java

I'm looking for a Java library that allows the creation and verification of XAdES signatures (the more formats, the better: …

xml digital-signature archiving java xml-signature
Error from postgresql 9.0 archiving while configuring hot streaming replication

I am trying to get streaming replication running on postgresql 9.0. I am following the steps as mentioned in the link : …

postgresql streaming scalability database-replication archiving
Extract tar file without creating folder

I want to extract tar file in Unix tar xvf /home/test/group.tar and once extracted got a folder …

unix tar archiving