-5

I have two SVN repositories, svn_rep1 and svn_rep2. I want to back them up to a remote server, with an incremental backup daily and a full backup monthly.

How I can write a bash shell script to do this operation? I ask you because I do not have time to search on my own.

Skyhawk
  • 14,200
  • 4
  • 53
  • 95
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54

1 Answers1

5

I'd recommend rsync for 1-to-1-copies and duplicity for incremental encrypted backups.

Adrian Grigore
  • 1,072
  • 3
  • 21
  • 34