Einzelnen Beitrag anzeigen

generic

Registriert seit: 24. Mär 2004
Ort: bei Hannover
2.415 Beiträge
 
Delphi XE5 Professional
 
#3

AW: Backup/Restore von VisualSVN Server

  Alt 25. Okt 2010, 15:02
ansonsten gibt es noch dieses cli-tool:
Code:
USAGE: svn-hot-backup [OPTIONS] REPOS_PATH BACKUP_PATH

Create a backup of the repository at REPOS_PATH in a subdirectory of
the BACKUP_PATH location, named after the youngest revision.

Options:
  --archive-type=FMT Create an archive of the backup. FMT can be one of:
                       bz2 : Creates a bzip2 compressed tar file.
                       gz : Creates a gzip compressed tar file.
                       zip : Creates a compressed zip file.
  --num-backups=N   Number of prior backups to keep around (0 to keep all).
  --help     -h    Print this help message and exit.
Coding BOTT - Video Tutorials rund um das Programmieren - https://www.youtube.com/@codingbott
  Mit Zitat antworten Zitat