Projects tagged ‘backup’ and ‘utility’


Jump to tag:

Projects tagged ‘backup’ and ‘utility’

Filtered by Project Tags backup utility

Refine results Project Tags python (8) burning (3) cd (3) dvd (3) shell (3) bash (3) zip (2) file (2) gtk (2) unix (2) ssh (2) copy (2)

[21 total ]

1151 Users
   

rsync is an open source utility that provides fast incremental file transfer.
Created over 3 years ago.

2 Users
   

Eloy is a comand line backup system. You simply define the directories to backup and Eloy does partial backups of all changes. You can easily list all changes and restore older versions of files and directories.
Created about 1 year ago.

1 Users
 

Novosoft Office Backup is a simple backup program running under Windows 2000/XP/2003/Vista which can back up data to many types of storage media including CD, DVD, HD-DVD, Blu-ray, USB, flash, FTP ... [More] , SFTP, LAN and network drives. Supports direct mail backup from mail server via POP3. The program can do easy backup of ‘My Documents’, MS Outlook/Outlook Express, ICQ, Registry, Desktop items. More plug-ins are available for download from the program web site such as plug-ins for backup of ASDSee, Adobe Photoshop CS2, Firefox, the Bat Pro, AOL Instant Messenger, Spybot, Winamp, Windows Media Player, WinRar, WinZip, Yahoo messenger. Program supports one-way and two-way synchronization with which you can easily synchronize all of your important data files across multiple computers and devices. [Less]
Created about 1 year ago.

1 Users

Appengine utils from Lovely Systems
Created 3 months ago.

1 Users

Tool to extract e-mail messages from Outlook Express .dbx files. On first invocation all messages will be extracted as individual .eml files. Subsequent invocations will only update the output ... [More] directory: .eml files that do not correspond to messages in the .dbx file will be treated as deleted messages and will be deleted from the disk. Furthermore, only new messages, that do not correspond to files on disk, will be extracted from the .dbx file. UnDBX was written to facilitate fast incremental backup of .dbx files. [Less]
Created about 1 year ago.

0 Users

Webacula - Web Bacula - web interface of a Bacula backup system ( bacula[dot]org )
Created 12 months ago.

0 Users

Director 3.2.2, Revision 2c My original Idea for a file sorter has now escalated to something totally beyond my imagination: Version 3.2.2 R6b Includes: Super Refined Interface, Full Screen ... [More] Mode, Now Playing in iTunes with Controls + Live Update, File Uploading via drop on Icon, Dropped File information in Upload View, NEW .torrent File Format added, Updated Tool Tips, Complete AppleScript Dictionary Keyboard Shortcuts, New Icon, Slight Animations. To Get Director 3.2.2 R06b, Load the Wiki Page from the Google Code Tab. Email me, the applications code will be personalized, and the application sent to you. Thankyou Ben Deckys (Concept + Design + Creator) Director 3.2.2 in Action: [Less]
Created 12 months ago.

0 Users

GDataCopier provides two command line utilities (the syntax of which largely resembles scp) that allow users to gls - list documents on the Google document system gcp - export and import documents ... [More] on the Google document system Our target audience are system administrators (on Unix like platforms) who are looking to automate off site backups of their Google documents. GDataCopier is currently considered stable and is an active project. Please report any issues to us by emailing the authors or posting it on the Google group or issue tracker. Latest release: gdatacopier-2.0.2 Who made GDataCopier?Devraj works as the principal consultant for Eternity Technologies, an Open Source solutions company located in regional New South Wales, Australia and developed GDataCopier. The GDataCopier logo was designed and contributed by Unique Logo Design, we highly recommend their graphic design services. De Bortoli Wines is one of the largest family owned wineries in Australia and is committed to Open Source and Open Standards. Amongst other projects they funded the initial development of GDataCopier. Read their Wikipedia article to learn more. If you found GDataCopier useful and are feeling extremely generous, you might consider donating a small amount to fund the future development of this project. If you willing to fund a specific feature, please write to us to discuss. Note: GDataCopier is not affiliated with Google in anyway. Featuresscp like syntax to list and copy documents filter documents based on folders, file names supports hosted and gmail accounts syncs date stamps with server download updated files only (great for offsite backup implementations) warn on overwrite (can override with parameters) summary of operations choose export format using command line parameter (defaults to OpenDocument formats) Requirements for v2.0You will need the following components to run GDataCopier v2.0 (to comply with Enterprise Linux distributions we have ported GDataCopier back to Python 2.4) Python 2.4 GData Python API 2.0.4+ Proxy support is provided via the Google GData Python API. Ubuntu Users: Please note that the Python GData API distributed via apt is not 2.0.2, you may need to download and install this manually from the Google project hosting site. Please donot lodge this as an issue, it is not a defect in GDataCopier. If you use a Proxy in your environment, please consult the ProxySupport article as GData API requires a few extra environment variables. v2.0 Usage ExamplesHere's a quick overview of how you would typically use GDataCopier utilities. The wiki has a detailed manual page for each utility. gcpExport all documents for username@gmail that have changed since the last sync, and overwrite them if they already exists on the local system ./gcp.py -o -u username@gmail.com:/sheets /tmpExport all documents where title matches Over for username@gmail.com as PDF ./gcp.py -f pdf username@gmail.com:/docs/all/Over* /tmp/Export all presentations for username@gmail.com to /tmp ./gcp.py username@gmail.com:/slides /tmpImports all accepted files from /home/devraj to username@gmail.com. All unsupported formats will be ignored. gcp doesn't support recursively reading directories. ./gcp.py /home/devraj/ username@gmail.com:/Imports Manual.doc to the Documentation folder for username@gmail.com, ensure that the folder exists on the Google document system. ./gcp.py /home/devraj/Manual.doc username@gmail.com:/DocumentationglsList all documents for username@gmail.com in the Documentation folder ./gls.py username@gmail.com:/docs/DocumentationList all documents for username@gmail.com where the title contains the string GTE ./gls.py username@gmail.com:/docs/Documentation/GTE*List all objects in the folder Documentation for username@gmail.com ./gls.py username@gmail.com:/all/Documentation [Less]
Created 12 months ago.

0 Users

A simple tool which make the configuration's backup of your SAN switches simple and easy. It actually works with Cisco, Brocade and McData switches and allows you to get the configuration of your ... [More] switch by SCP or FTP. You don't need to install or configure a SSH or a FTP server on your computer. It is a command-line program that connect with SSH to your switch. The support of telnet connections will come soon. It use differents components : Paramiko, pyftpdlib. The support of the TFTP protocol doesn't work for the moment because the library tftpy doesn't support downloads. It is very simple to use it. options are : -i : IP of the switch. -s : Type of the switch. Possible values are : cisco or brocade or mcdata -u : User on the switch. -p : Password of the user on the switch. -t : Type of transfert. Possible values are : scp (by default) or ftp -c : Type of client. Possible values are : ssh or telnet (SSH by default). -g : Generate a RSA key for the SSH server. Possible values are : yes or no (no by default). The key will be stored in the file new_server_rsa.key. If you want to use it, please rename the new file with the name : server_rsa.key -e : Execute a command. Save the output of the command fulfilled in a file. -l : The IP interface on which the server will be attached -n : The NAT IP address on which the server will be recheable -o : The float timeout value in for SSH or Telnet commands. 5.0 seconds by default Your configuration will be stored in a directory with the name of your switch. Examples: For making a backup of a cisco switch by SCP with a SSH connection : SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s cisco -t scp -c ssh or more simply (SCP and SSH connection are values by default) : SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s cisco For making a backup of a brocade switch by FTP with a telnet connection : SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s brocade -t ftp -c telnet For making a backup of a McData switch and redirect the result in a file (works on windows): SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s mcdata >mcdata-backup.log 2>&1 For making a backup of a configuration of a McData switch (grab the output of the command "show all" by telnet) SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s mcdata -c telnet -e "show all" Just use it and enjoy it ! On cisco switches, if you want to erase the SSH keys on your switch, use this command : "clear ssh hosts" On brocade, you cannot do this on Fabric OS version < 6.1. [Less]
Created 12 months ago.

0 Users
   

Pybackpack is a user-friendly file backup tool written for the Gnome desktop.
Created over 2 years ago.