Questions tagged [archive]

148 questions
0
votes
1 answer

How to configure log rotate to compress and archive logs weekly

We have rsyslog that save logs based on requirement to various…
sarvesh.lad
  • 137
  • 5
0
votes
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
  • 161
  • 1
  • 7
0
votes
0 answers

Can I serve archive files right away in httpd or ftp?

I want to serve an archive file as a virtual directory to users. example) server: a.tar L___ hello.txt L___ world.txt client: http://server.local/a.tar/hello.txt http://server.local/a.tar/world.txt Is there a plugin for any server…
user212942
  • 11
  • 2
0
votes
1 answer

possible to set up GCS bucket lifecycle rule to archive rarely used objects?

GCS offers lifecycle management where you can, for example, "Downgrade the storage class of objects older than 365 days to Coldline Storage". I'd like to archive rarely used objects but keep frequently used objects in standard (hot) storage. Does…
0
votes
1 answer

30day archive to S3 bucket with aws cli

I'm trying to automate an archiving function where if a file is older then 30 days and is encrypted it will be moved to S3 to free up disk space on the server. The issue I'm having now is the the aws cli does not include the the directory path. find…
RunThor
  • 197
  • 2
  • 11
-1
votes
1 answer

How can I recursively unarchive all files that are bzipped2?

I have a folder. In this folder I have a lot of other folders. In folders I have bzip files and non-bzip. How to unarchieve all bzip2 files in same directory where they are ?
bzip
  • 1
-1
votes
2 answers

archive all messages account on exchange 2003 receiving multiple copies

I am using microsoft exchange 2003 on windows 2003 small business server. For the past month or so, the archiver account has been receiving multiple copies (about 15 or so) of each and every email. edit: All copies share the same Message ID. The…
aeolist
-1
votes
4 answers

No option to archive Outlook on Windows 7 with Outlook 2010

I currently have a user who desperately needs to archive his email and there is no option on his Outlook currently to do so.
Nwbb
  • 1
  • 1
  • 1
  • 2
-1
votes
2 answers

Personal Archive not Visible in Outlook

I just added a second user to my Exchange 2010 box, it is in coexistence with exc2003. My account is already set up and working with a personal archive folder. The user I just set up however is unable to see the archive in Outlook. It is visible in…
Krypton2k
  • 101
  • 2
-1
votes
1 answer

What hardware and software specifications would you have for purchasing a data-archival system?

If you had some money to spend (approximately CAD180,000) on hardware and software to set up a data-archival system. We have a quote from Isilon Systems however before the money is spent we have to put the purchase through a tendering process. So,…
Azim
  • 101
  • 3
-1
votes
2 answers

.sh working on terminal but not on cronjob

I have created a shell file to extract an archive from .7z. The shell works fine in the terminal but in the cronjob I get an error. The command is: 7z x /path/to/file.7z -aoa The error I receive is: /path/to/script.sh: line 2: 7z: command not…
-2
votes
1 answer

Changing tar parameters

I'd like to change the command I'm actualy using to put files in a tar archive in order to achieve this: 1) Remove directories tree from the archive (actually the .tar.gz file mantains the tree of the files. I want the files to be "parent"). 2)…
MultiformeIngegno
  • 1,627
  • 9
  • 24
  • 31
-5
votes
3 answers

Any reason for «tar: Can't specify both -x and -t»?

Question is due curiosity mostly… — it's kinda strange and awkward limitation considering tar's inability to list content w/o reading the whole (sometimes huge) file.
poige
  • 9,171
  • 2
  • 24
  • 50
1 2 3
9
10