Projects tagged ‘backup’ and ‘files’


[9 total ]

6 Users
   

PowerFolder is a software to automatically synchronize, share and backup files online or in LAN. PowerFolder is dual licensed: PowerFolder Basic (GPL) is free available on its sourgeforge.net ... [More] page. PowerFolder Pro (commercial) adds major security features and is available at the download page as 30 days trial. It uses peer-to-peer technology to discover people you exchange files with. [Less]
Created over 3 years ago.

1 Users

Create Synchronicity is an opensource application developed in VB.NET to synchronize files and folders across different locations. It is aimed at making the synchronization process as easy as ... [More] possible, and yet remains fully customizable. Create Synchronicity is especially light: zipped, it weights less than 80kB, which is less than a fifth of Yahoo! Home Page. Unzipped, the application itself is less than 170kB, still beating Yahoo home page. [Less]
Created 5 months ago.

0 Users

A folksonomy based file and meta data synchronization engine. The main goals of this project are: 1) Store folksonomy meta data (tags) for files. Provide an API to enter this meta data and also to ... [More] query and search for files. 2) Create a robust synchronization framework that will replicate files and the aforementioned meta data to multiple setups. 3) Keep the data storage layer transparent to enable different "backends" such as a file system, a database, a version control system, etc. Ultimately, this project will become the ideal persistant storage layer for any file management application such as a web album, a CMS or a document management system. A future feature for identidem include a plugin mechanism to automatically "handle" files added to the storage pool. Handling files might for example mean taking a newly added image file, extracting the EXIF and IPTC data from it and translating that to the more generic folksonomy meta data. [Less]
Created 12 months ago.

0 Users

This project contains 3 separate java applications. These have been completely written by Daniel Armbrust to date - but if you want to improve them - feel free. The downloads for all of these ... [More] programs can be found on the project webpage - http://armbrust.dyndns.org/programs/ The first application is a Duplicate Finder. If you have identical files on your system that have different names - this utility will find them (and optionally remove the duplicates) for you. This was written because I had a large number of pictures that I had copied from other people at school - who had copied them from other people - who had renamed them how they pleased - who had copied them from... Basically, I had a lot of duplicate images with the same names. This application works on all file types, however - not just images. It is written in java, using Swing for the GUI. The second application is a simple directory lister. It will give you a text representation of a folder structure - with a few mangling options. The third application is a tool for synchronizing folders. I use it for making automated backups from my windows pcs to network drives. I know, there are about a million ways to do this already... why did I write another one? Well, none of them that I found had a nice user interface that made it truely easy to use. Or they cost money, or they always copied the content, instead of just copying the content that has changed. This application is written in Java, using SWT for the GUI. [Less]
Created 11 months ago.

0 Users

FileUniq identifies duplicate files, and optionally removes them or replaces them with hard or soft links. It can use a persistent database. It is designed to work with heavily hard-linked files, such as those generated by cp -al / rsync backups.
Created 2 months ago.

0 Users

DescripitionThis is a freeware program that allows you to synchronize a folder on your computer with another folder located on another computer (or within the same computer). This program is ... [More] developed in java and works well on most platforms. It has been tested on Windows and Linux (Ubuntu and Fedora) but should also work on other platforms. You can also use the program to make backups of your files. InstallationGet the latest release from the download section. Unpack the file and run SyncIT.jar [Less]
Created 12 months ago.

0 Users

Simply install PowerFolder on every computer you want to sync. Choose the folders and PowerFolder keeps them up to date! Online or in LAN. PowerFolder's peer-to-peer technology makes a server ... [More] obsolete. Sync filesAutomatically sync photos, music, videos and other files between your computers. PowerFolder keeps them updated between PCs, Macs or Linux machines. Your can replicate whole folders data across multiple computers - over the Internet, Intranet or LAN. Share and transfer filesShare files with friends, colleagues, project members or business partners. Do not longer struggle with too long email attachments - easily transfer files to anyone on the web with PowerFolder. Teams exchange data without the need of a central server or repository. PowerFolder's peer-to-peer technology works on Internet, VPN or in LAN. Backup filesBackup your computers in LAN every day or continuously mirror workstations to your central server. PowerFolder can be used as customizable and reliable backup solution - Online or in LAN. Save time - it is highly efficient through delta-sync, which transfers only the changed parts of update files. Access filesAccess your files from anywhere over the web. PowerFolder can automatically backup your files to a secure data center were it can be accessed via web browser. Encrypted access (SSL) and storage ensures that your data is always kept private. [Less]
Created 7 months ago.

0 Users

Flistr is a PHP script designed to generate file listings. Its strong points are: * easy scripting - uses YAML files for configuration and project management * heavy use of the PHP5 object model - ... [More] applies best-practice PHP patterns * multiple skins support - create your own templates with Smarty syntax * future support will include file MIME-type handling and many other features, such as ID3 tag extraction Plus, it's a great educational project to start with when trying to learn better object model skills in PHP5. [Less]
Created 11 months ago.

0 Users

Zipline BackupZipline Backup Home Page This script automatically takes care of your daily, weekly and monthly backups by g-zipping them. It features - multiple rotating backups and backup to Amazon ... [More] S3 and Rackspace Cloud Files. About This ScriptThis script creates a site_backups folder. In this folder it creates another three folders - daily, weekly and monthly. It first looks to see if it is the first day of the month. If it is, then it creates a tar.gz of the month and places it into the monthly folder. Next it looks to see if it is the specific day of the week according to what you have specified in the settings. If it is, then it creates a tar.gz of the week and places it into the weekly folder. Then it creates a tar.gz of the day and places it into the daily folder. Then if you have the online storage backup enabled, it will start by creating a tar.gz of each of the websites that you have in your daily, weekly, and monthly folders. It places these into the temp folder. Once it has gone through and created all of the tar.gz files of the websites, it then looks to see if you have database backups enabled. If you do, then it tar.gz that folder that is specified in the settings and coppies it over to the temp folder. Next the script looks to see what online backup services you have enabled. It will then go through and copy whatever is in the temp folder to the online storage of your choice. The script then deletes everything out of the temp folder. You should then have full backups both locally and at the online storage of your choice. [Less]
Created 2 months ago.