Archive.org API or Script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Archive.org API or Script
# 1  
Old 10-07-2016
Archive.org API or Script

Hello everyone,

I have some files on my server, that I would to backup by uploading them into archive.org, is there any API or shell script that can help me with that?

Thanks in advance
# 2  
Old 10-07-2016
If you have arranged with archive.org for them to treat your files as a collection that they will maintain for you and grant access to those files to users of their site, I would assume that they would have told you how to upload your collection to their site.

Without knowing what directions they gave you, I have no way to guess at what that process might be.
# 3  
Old 10-08-2016
I can upload files manually, as all can do, but I am looking for a script that I can run, collect files from a specific directory and send them to archive.org
# 4  
Old 10-08-2016
How do you do it manually?

From which specific directory?
# 5  
Old 10-08-2016
Using the website archive.org, but I am looking for a way to do it from my sever using the command line
# 6  
Old 10-08-2016
I do not have an account on archive.org and do not want to create an account on archive.org. I try hitting the upload button from that site and am told that I must login first.

Since you won't tell me what you do to upload a file to archive.org and I can't get access to the mechanism that site uses to upload a file, I have no way to help you.
# 7  
Old 10-09-2016
Quote:
Originally Posted by Don Cragun
I do not have an account on archive.org and do not want to create an account on archive.org. I try hitting the upload button from that site and am told that I must login first.

Since you won't tell me what you do to upload a file to archive.org and I can't get access to the mechanism that site uses to upload a file, I have no way to help you.
The mechanism is easy, I created an account, I sign in using my logins credentials, then I hit the upload button on the top of the website, filling all details about the file that I would like to upload, then hit submit button to upload and send data to archive.org
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js

Ref: https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07 (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

Script to archive logs and sftp to another archive server

Requirement: Under fuse application we have placeholders called containers; Every container has their logs under: <container1>/data/log/fuse.log <container1>/data/log/fuse.log.1 <container1>/data/log/fuse.log.XX <container2>/data/log/fuse.log... (6 Replies)
Discussion started by: Arjun Goswami
6 Replies

3. Shell Programming and Scripting

Bash script - cygwin (powershell?) pull from GitHub API Parse JSON

All, Have a weird issue where i need to generate a report from GitHub monthly detailing user accounts and the last time they logged in. I'm using a windows box to do this (work issued) and would like to know if anyone has any experience scripting for GitAPI using windows / cygwin / powershell?... (9 Replies)
Discussion started by: ChocoTaco
9 Replies

4. Shell Programming and Scripting

Shell script to call Oracle archive backup script when file system reaches threshold value

Hello All, I need immediate help in creating shell script to call archivebkup.ksh script when archive file system capacity reaches threshold value or 60% Need to identify the unique file system that reaches threshold value. ex: capacity ... (4 Replies)
Discussion started by: sasikanthdba
4 Replies

5. Shell Programming and Scripting

Need to run an API from a script and extract fields from output of API

Hi, I need to call an API (GetUsageDetails)from inside a shell script which takes an input argument acct_nbr. The output of API will be like : <usageAccum accumId="450" accumCaptn="PM_125" inclUnits="1410.00" inclUnitsUsed="744.00" shared="true" pooled="false" prorated="false"... (1 Reply)
Discussion started by: rkrish
1 Replies

6. Shell Programming and Scripting

need help archive script

Hi all, I am new to linux and scripting so please forgive me. I need to create a script that will archive files but the max size of the archive need to be 500mb or under. I know about the archiving with parts but i want all the archives as individual archives. Can anyone point me in the correct... (7 Replies)
Discussion started by: craig0
7 Replies

7. Shell Programming and Scripting

Need some help with an archive script

I'm not sure how to solve the $month-1 thingy or the foreach sentence, so I need some help./* folders = folder1 folder2 folder3 folder4 folder5 */ month=`date +%m` if($month == 01) { prev_month = 12 } else { prev_month =... (7 Replies)
Discussion started by: JKMlol
7 Replies

8. Shell Programming and Scripting

script help .. archive

Hi All We have a landing directory where source system puts files.There are variable number of files and the file names are also varying.Each files successful transmission is identified by a .done file.If file name is xyz.dat then the confirmation file will be xyz.dat.done. I want to... (1 Reply)
Discussion started by: dr46014
1 Replies

9. Shell Programming and Scripting

Archive script

hi guru, can advise how to construct a housekeeping script using perl for the following ? find /var/tmp/logs -name "si*" -type f -exec gzip -f {} \; find /var/tmp/logs -name "*.gz" -type f -exec mv -f {} /var/tmp/log \; I found out those are not working in shell at when put them on... (1 Reply)
Discussion started by: rauphelhunter
1 Replies

10. Shell Programming and Scripting

shell / bash / script api ?

Hi is there a good dokumentation for shell scripting ? like the api in java ? didnt find a good one yet (5 Replies)
Discussion started by: Turrican
5 Replies
Login or Register to Ask a Question