Questions tagged [archive]
150 questions
0
votes
2 answers
cron job to archive files older than xyz days
I would like to archive all of the files older than Xdays.
the files are in /home/user1/ and i would like to move the archive to /home/user1/folder_backup/
i am running ubuntu server 12

atux
- 9
- 2
0
votes
1 answer
How to prevent file fragmenting when you are creating archive
i have a test environment with subversion, im making DUMP files (20GB) and then compressing it. It gives me 12GB file, but with over 500 fragments.
Question is, is there a way to archive file into one file-piece? 7-zip, winrar or anything?
Thanks

Alex
- 171
- 1
- 5
0
votes
2 answers
Cisco Archiving of Logs - Rebooting device resets file count but doesn't remove files
We are using the cisco IOS feature of configuration archiving and it has been very useful.
One thing we are finding is that we have set the maximum file count to 14, which is fine.
Except when we reboot the router, the counter is reset and it…

Lance
- 281
- 10
- 20
0
votes
1 answer
Exchange retention work cycle properties
I've setup retention tags and policies in Exchange, but only run when I execute start-managedfolderassistant
Upon running the command get-mailboxserver | fl name,*workcycle*, *ManagedFolderAssistantSchedule*, I noticed the following fields…

marcwenger
- 235
- 1
- 6
- 21
0
votes
2 answers
Not possible to extract tar.gz archive in Centos
I have just uploaded tar.gz archive to my Centos server from my home Windows 7 computer. Before that, it was extracted from .zip archive.
When I try to extract it:
tar -xvf file.tar.gz
gunzip file.tar.gz
It always give me error:
"not in gzip…

Petuga
- 1
- 1
- 2
0
votes
1 answer
cannot log into enkive mail archive
I have set up enkive on centos. I cannot seem to log into the the web interface and have followed all instructions listed here
I get the following error when i use enkive username and password enkive
2012-08-15 12:14:35,444 [qtp218226487-29] WARN …

shorif2000
- 351
- 1
- 8
- 28
0
votes
1 answer
Archiving Emails: Multiple Transports in Postfix?
I'm trying to archive incoming mail by routing it to a PHP script (which inserts it into a database) before sending the email to the destination server.
If I configure my /etc/postfix/transport as such:
example.com smtp:[192.168.1.100]
My email…

Ryan
- 99
- 3
0
votes
2 answers
How do I fix a broken tar file?
I have a 46GB tar file containing an .img of an old partition. Unfortunately, it produces a 0-byte file when un-tar'ed.
The tar file was produced on linux, I'm on windows now. I have tried WinRAR, and tar (from unixutils).
Note: It was actually…

Blorgbeard
- 191
- 4
- 7
0
votes
2 answers
What is a good alternative to email archive appliances for MS Exchange?
I'm currently using a Barracuda Networks Message Archiver 350 appliance for email archiving (since 2008). I've been updating the Barracuda firmware as soon as a new version is released.
The Barracuda appliance ran out of space this year and I…
user27164
0
votes
1 answer
Archiving mail solution for virtual users
Hi I'm using postfix with virtual mail users on Zarafa Collab Platform. I have the requirement of archiving all inbound and outgoing mail. I know that you can use the always_bcc option on postfix to deliver the mail but Zarafa is storing mail on a…

Jay
- 1
0
votes
1 answer
Mysql archiving solution based on delete trigger
Can someone help me with an archiving solution where a row in a table when deleted a trigger is raised and the row is moved to another table and under a archive database.
The archive table schema should be kept in sync with current table schema

Quintin Par
- 4,373
- 11
- 49
- 72
0
votes
1 answer
Setting Archive Quotas by Mailbox database (Exchange 2010 SP1)
We're working on setting up archiving and quotas on our Exchange 2010 server, we would like to create two databases for primary mailboxes, and two for archive mailboxes.
We can set quotas on the database for the primary mailboxes by setting the…

yougotiger
- 273
- 3
- 16
0
votes
2 answers
Suggestions for a backup/archive system
I currently have a backup system that stores everything I want to backup in a single file. The file is approximately 15 GB. The backup is made nightly.
I'm looking for a system for a Linux server that will keep daily backups for 7 days, weekly…

Tom Marthenal
- 2,116
- 7
- 25
- 37
0
votes
3 answers
Are static(.a) and dynamic library(.so) always relocatable in linux?
I know that object files(.o) are always relocatable,
what about .a and .so files?

linux
- 1
- 1
0
votes
2 answers
WinZip, 7zip, Winrar Command Line to Compress structure of folders
I have a Windows Server 2008R2 which has a massive file share of Video files, I need to run a zip command line in a batch script which will :
a) Compress / zip each video file inside each folder with the respective filename
b) then compress / zip…

Mutahir
- 2,357
- 2
- 32
- 42