Projects tagged ‘python’ and ‘rsync’


Jump to tag:

Projects tagged ‘python’ and ‘rsync’

Filtered by Project Tags python rsync

Refine results Project Tags backup (9) incremental (3) inotify (2) mirroring (2) archive (2) pyinotify (2) gnupg (1) pbs (1) queue (1) tahoe (1) olpc (1) snapshot (1)

[16 total ]

22 Users
   

rdiff-backup backs up one directory to another, possible over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of ... [More] that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), modification times, acls, eas, resource forks, etc. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. [Less]
Created over 3 years ago.

19 Users
   

Duplicity backs up directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space ... [More] efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsync's rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format. [Less]
Created over 3 years ago.

1 Users

fwbackups is a feature-rich user backup program that allows you to backup your documents anytime, anywhere. fwbackups offers a simple but powerful interface and supports multiple scheduled backups ... [More] , on-demand backups as well as restores. fwbackups can backup to a local disk or alternatively to another host using SFTP. [Less]
Created 11 months ago.

1 Users

OLPC software update tools.
Created about 1 year ago.

0 Users

Pyrsync is a Graphical User Interface (GUI) for rsync, a fast command line backup utility, using Python and Tkinter. A future version will use the PyQt libraries. Users should have a general ... [More] understanding of rsync before using this program. Be sure to add trailing slashes "/" onto the directories otherwise rsync may have unexpected results. Always run rsync using the "-n" option before running the actual backup to ensure the correct files are backed up. The "-n" option is a simulation mode. See the man page for rsync for more information. The script that Pyrsync exports will not run a "mkdir -p" command for each directory so verify that each directory exists before running the script. rsync will fail if it encounters a missing directory. The motivation behind this program was to create a GUI for rsync that grouped multiple directories with a single rsync command. This allows users to be more selective in which folders and files they backup. [Less]
Created 12 months ago.

0 Users

PynixPynix is a small application written in Python. It provides an UI to rsync in order to simplify backup process of your system. Furthermore it's going to provide other features in the future ... [More] like mail notification and compression support. What does "Pynix" mean?Pynix is a composed word. It reminds the "Phoenix" that is a mythical sacred firebird. The assonance with backup is given by its ableness to reborn anew to live again from its ashes. In fact, a backup should prevent user from losing all its data and, we hope, Pynix is able to provide you a perfect backup allowing your computer to reborn to live again without any injury. Althought the Phoenix regenerates itself, we can't assure you that Pynix will recover a burned-to-ash computer. ;) The "Py" part in the name is associated to Python, the language the application is written with. It's claimed that "nix" part is kinda related to *nix .. we are still working on that to confirm if that's true. Fabiano Francesconi & Walter Da Col [Less]
Created 8 months ago.

0 Users

interface gtk pour le lancement d'une synchronisation par rsync: Doit permettre de parametrer les elements suivants: - la source a synchroniser - la destination de la synchronisation - les options ... [More] principales Puis de lancer la commande rsync correspondante. [Less]
Created 4 months ago.

0 Users

With ngrba you can manage your rsync backups from a simple config file and run them either using cron or the build in daemon function. In case of errors it allows email notification and writing logfiles in various log levels.
Created 3 months ago.

0 Users

Making the use of rsync backing up easy with this python script / class.
Created 3 months ago.

0 Users

A set of tools that would help you maintain your mirror.
Created 6 months ago.