Questions tagged [archive]

150 questions
1
vote
6 answers

GUI .ar unarchiver for Mac?

Even though it's extremly old, the .ar archive format is still in use in multiple places, like Debian .deb packages. But I have not been able to find any graphical unarchiving tools for a Mac. Does anyone know of a good GUI .ar archive unarchiving…
Isaac Waller
  • 124
  • 1
  • 1
  • 9
1
vote
9 answers

Moving my Outlook 2003 archive from one laptop to another

I'm attempting to move to a new laptop and I want to take my email archive with we. I've got 3 related files klelky.pst, klelky.pab and klelky.ost which I have moved to a shared folder. The .ost file is about 500MB so I assume thats where all may…
Klelky
  • 113
  • 2
  • 5
1
vote
2 answers

linux shell rotating script (not a "log rotate" script)

I have a directory that I want to archive. A rotate archive. Never more than 8 files, and each file would have the date of archive in its name.…
Olivier Pons
  • 622
  • 1
  • 5
  • 22
1
vote
1 answer

Exchange-server and archived elements

I notice that archived elements is stored locally on the computer. But is it also stored on the exchange server? Maclovin
Maclovin
  • 249
  • 1
  • 2
  • 11
1
vote
1 answer

restore -A usage

I have created a number of dump files using Linux dump(8), using the -A option to get a table of contents on disk (the backups are on tape). Now I'm trying to look into these archive files, using restore -i -A ` However, this insists on…
Martin v. Löwis
  • 580
  • 4
  • 15
1
vote
3 answers

Is there a Utility that will scan selected locations and return all files older than a certain date?

Can anyone recommend a utility that can scan specified directory locations (network shares specifically) and return all files older than a certain date? I am looking to implement a data retention policy at my workplace. As our amount of data grows…
CT.
  • 741
  • 2
  • 8
  • 20
1
vote
3 answers

Oracle 9i - delete Archive Logs without any concerns?

I have an Oracle 9i which creates Archive Logs since the year 2007. Can I delete them without any concerns? Or do I need to tell Oracle something before I delete them? (From time to time I do a cold backup of the database.) Thanks, Tobias
cyntaxx
  • 57
  • 3
  • 9
1
vote
2 answers

Dicom: What are my options?

After a cursory Googling, I can't find a legitimate list of DICOM vendors. I've tried DCM4Chee, Conquest, and PacsOne. Each server seems to have it's own quirks and annoyances, memory leaks, etc... I'd like to see what people use for their DICOM…
Peter Turner
  • 2,178
  • 9
  • 33
  • 45
1
vote
1 answer

Archive Mail send through sendmail service from outlook

I have sendmail running on linux host with email alias group, from outlook I am sending mail through this sendmail server. Am looking for an option to archive all outgoing mails using this sendmail service running server ? May I know how to achieve…
Natasha
  • 171
  • 1
  • 1
  • 4
1
vote
2 answers

Postfix archive preserving Bcc with X-Envelope-To - cleanup confidential X-Envelope-To with Lmtp

Bcc'ing the archive@domain.tld user, we do not want people to receive that Bcc list, apart from the archive@domain.tld "user". Goal We want to archive all mails going through postfix, sent and received. The setup uses: postfix, dovecot…
1
vote
1 answer

How to owerwrite directory with tar?

I want to extract files with tar so that the whole directory will be owerwritten. I added --overwrite-dir but still old files in test dir remains. For the test, I have /home/ubuntu/f1/test/first.log and /home/ubuntu/f2/test/second.log Then I run in…
ogbofjnr
  • 173
  • 1
  • 10
1
vote
2 answers

Best way to archive journald logs in a space-efficient way?

It has been established that journald logs are huge. On this specific system, the logs grow about 3GB per week. For audit purposes I would like to preserve system logs for a longer time than what can I comfortably store on that system; this would…
liori
  • 767
  • 3
  • 15
1
vote
1 answer

Use file creation date as archive name in batch archiving (7zip)

So what I basically want to achieve is to make archive of each file in a specified directory and so the name of resulted archive consisted of compressed file creation date. Say we have some directory in which file A is located. The creation date of…
Kaim
  • 11
  • 2
0
votes
1 answer

Unable to limit network bandwidth using trickle

I have a server for which I want to start doing some daily backups of certain files. Since server is in production, it is better to limit network bandwidth, I thought trickle would do the job, but it does not seem to have any effect at all and I…
alexfvolk
  • 164
  • 2
  • 10
0
votes
1 answer

how to create a tar file with checksums, but without compression

(note, this is not a duplicate of Creating a tar file with checksums included) I'm familiar with using tar + gzip to create a compressed tar file (tar cf - files | gzip > something.tar.gz), and gzip does add a master checksum so it will be apparent…
William
  • 137
  • 6