Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/stephenogg/playbooks into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenogg committed Apr 11, 2021
2 parents 05560d5 + c629627 commit 05e344d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etc-crond-rdiff-backup.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Backup the /OMERO binary repository

FROM=192.168.74.242::/OMERO
FROM=ubuntu@192.168.74.242::/OMERO
TO=/backup

rdiff-backup $FROM $TO
rdiff-backup --remote-schema 'ssh -i /home/ubuntu/.ssh/id_rsa %s rdiff-backup --server' $FROM $TO

0 comments on commit 05e344d

Please sign in to comment.