473,486 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

zip and backup

Hello

i'm looking for some tool to backup some data but as i don't seem to
find one that fits my needs i'll start implementing it by my own.

Here's some funktions i need to have:
- Backup between 1,5 to 2 million files/direcorties (150 to 250 GB)
- Backup all to a 'one-file-archive'. This could be a zip file e.g. on
an other disk or a networkdrive.
- Backup only modified files (date/size)
- Backup modied files into the 'one-file-archive'. I don't want to
backup newly modified fiels into an own archive. I like to have one
archive which represent the actual data backuped.
- Possibility to shutdown the system after backup was done (controled
by cmd-line-param e.g.)
Possibly anyone knows some tool that allready provides this functions?
If yes please let me know.

But now my question to you :)

Would i be able to buid up such a big zip-file using e.g. the
SharpZipLib? If yes, is it possible to open such a big zip file in C#.
I know i can't open it with WinZIP but probablly there some way to do
it programmaticly. I'd build up a file-browser then therefore where you
can restore the files then.

Actualy I think i would need something like tar under unix. Any hints
what i could use therefore?

many thanks in advnace.

Jan 10 '07 #1
5 3571
Hello hula,

hHello
h>
hi'm looking for some tool to backup some data but as i don't seem to
hfind one that fits my needs i'll start implementing it by my own.
h>
hHere's some funktions i need to have:

I'm not sure that u find the tool with such specific functionality what is
configured via params.
(btw look on the winrar, it has a lot of functionality via comand line)

What I'd suggest (if you don't want to write too much code interwined with
your app) is to look at PowerShell - to write the scirpt to select files
on your creteria and to zip with external tool (winrar for example)

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Jan 10 '07 #2
I think you may be making a mistake using one archive file. It makes it
harder to work with the files afterwards and update them with newer files,
especially the amount of data you are talking about.

Why not give AJC Directory Synchronizer a try:
http://www.ajcsoft.com/ProductsAJCDirSync.php

You can use it to create a mirror to another location and keep it up to date
when files are modified. You also have the option to turn on archiving
which means you can get back any older version of a file (from a very
compact archive that only stores the changes to files).

You can also do a scheduled sync and I can supply you with a batch file that
runs the backup and shuts down your machine.

--
Andrew Cutforth - AJC Software - www.ajcsoft.com
The best folder synchronize and directory compare tool available.
AJC Active Backup instantly archives every file you edit giving you
unlimited undo and automatic revision control. Never lose your data again.
Jan 10 '07 #3
Andrew wrote:
I think you may be making a mistake using one archive file. It makes it
harder to work with the files afterwards and update them with newer files,
especially the amount of data you are talking about.

Why not give AJC Directory Synchronizer a try:
http://www.ajcsoft.com/ProductsAJCDirSync.php

You can use it to create a mirror to another location and keep it up to date
when files are modified. You also have the option to turn on archiving
which means you can get back any older version of a file (from a very
compact archive that only stores the changes to files).

You can also do a scheduled sync and I can supply you with a batch file that
runs the backup and shuts down your machine.
or SyncBack (which has a free version) found at
http://www.2brightsparks.com/
Jan 10 '07 #4
"Andrew" <so*****@nospam.comwrote in message
news:OV**************@TK2MSFTNGP04.phx.gbl...
>I think you may be making a mistake using one archive file.
Also, IIRC, doesn't the PkZip / WinZip format have a file size limit of
4Gb...?
Jan 10 '07 #5

Mark Rae schrieb:
"Andrew" <so*****@nospam.comwrote in message
news:OV**************@TK2MSFTNGP04.phx.gbl...
I think you may be making a mistake using one archive file.

Also, IIRC, doesn't the PkZip / WinZip format have a file size limit of
4Gb...?
Could be.
I just saw that RAR supports up to 8 TB.

But i think i'll use one of the sync solution

Many thanks to you

Jan 10 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
16192
by: Andrew E | last post by:
I just took over DBA responsibilities for an Oracle 8i database running on Linux. Although I've been working with relational databases for some time, I'm a bit green on Oracle so forgive me. My...
3
7554
by: Thiko | last post by:
Hi I take one nightly full database backup at 02:00 and backup the transaction log to one backup set every 15mins. The commands to do this are as follows and are set up to run as database...
2
13369
by: nt | last post by:
I am having a problem with a regular backup of an SQL Server (MSDE 2000) database to a local drive. I initiate the backup once a week, by issuing the required T-SQL, via ADO. In this case, the...
1
2087
by: John Rajendran | last post by:
Hi there, I need to take a backup with the following scanerio in mind: At T1 I take the FULL BACK UP of the database called BACK_1_FULL.BACK in c:\ Then at T2 I would like to take only the...
6
3326
by: Eric Herber | last post by:
I've a question regarding db2 (V8.1) and database backups going to a storage manager like TSM for example. As I can see in the storage manager if I backup the complete database over the TSM API...
1
4721
by: alex | last post by:
Hi ! I couldn't make backups with our new system using db2 8.2. Every time I trigger a backup I get this error message: BACKUP DATABASE EBUERO2 ONLINE TO "/raid/backup/ebuero2/part1",...
4
4710
by: uthuras | last post by:
Hi all, I have DB2ESE version 8.1 with FP 4 on AIX 5.2. My database used to be 1.1TB. When the DB size is 1.1TB, it takes approximately 7 hours to backup the entire database (online backup). The...
6
1725
by: k04jg02 | last post by:
Problem: I have a properties dialog. X objects build the dialog, but a subclass of X, such as Y, can add more options to the dialog for Y specific properties. I would like to write code for the...
10
3140
by: Konstantin Andreev | last post by:
Hello. Some time ago I asked in this conference, - How to use an ONLINE BACKUP to restore database onto another system? - but got no answers. Therefore I can conclude it is not possible. But......
2
3667
by: clilush | last post by:
I've been working with db2 8.2fp14 for over a year now and was wondering what is a "standard" way of doing a backup to provide 24/7 operations with disaster recovery capabilities? My thoughts were...
0
6964
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6839
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7305
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4863
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3066
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
259
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.