Skip to content

dhadka/SVN-Backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SVN Backups to Dropbox

A Python script for creating full or incremental SVN dumps and uploading the result to Dropbox. This combines the Apache SVN backup script with the Python Dropbox Uploader. For example, the following command will generate an incremental dump (-i), gzip the result (-z), and securely upload the resulting backup to Dropbox (-t dropbox::username:password:/folder).

python svn-backup-dumps.py -z -i -t dropbox::username:password:/folder C:\SVN\data\repositories\MySVNRepo C:\SVNDumps

The last two arguments specify the repository location and the local directory where the backups are created. For incremental backups, do not delete the local backups as this script scans the existing backups to determine the last saved revision.

Additionally, this script uploads to Dropbox using their secure website. It is not necessary to have the Dropbox client installed on your computer. As a result, backups are only pushed to Dropbox. Deleted or corrupted local copies will not be synced with the copies on Dropbox.

Other Open Source Libraries

  • MOEA Framework - A Free and Open Source Java Framework for Multiobjective Optimization
  • DGantt - A simple yet powerful Gantt chart library for Java 1.6 and later

About

Python script for creating full or incremental SVN dumps and uploading the result to Dropbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages