FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backup-scheduler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
backup-scheduler
Commits
bad7fd41
Commit
bad7fd41
authored
9 months ago
by
Dr. Frank Lee
Browse files
Options
Downloads
Patches
Plain Diff
Reinstate per-machine SSH config on the preparation script
parent
59d01a57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Checking pipeline status
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROOT/usr/lib/chem-zfs-backup-server/zfs-rsync-prep.sh
+8
-1
8 additions, 1 deletion
ROOT/usr/lib/chem-zfs-backup-server/zfs-rsync-prep.sh
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
14 additions
and
1 deletion
ROOT/usr/lib/chem-zfs-backup-server/zfs-rsync-prep.sh
+
8
−
1
View file @
bad7fd41
...
...
@@ -7,7 +7,14 @@ TFILE=$(mktemp)
trap
"rm -f
${
TFILE
}
"
exit
set
-e
set
-xv
ssh
$HN
/usr/local/lib/chem-rsync-backup-client/prepare
>
${
TFILE
}
if
[
-n
"
$SSHCONFIGFILE
"
]
;
then
SSH
=
"ssh -F
$SSHCONFIGFILE
-o ConnectTimeout=10"
SCP
=
"scp -F
$SSHCONFIGFILE
"
else
SSH
=
"ssh"
SCP
=
"scp"
fi
$SSH
$HN
/usr/local/lib/chem-rsync-backup-client/prepare
>
${
TFILE
}
if
!
cmp
${
TFILE
}
/etc/chem-zfs-backup-server/zfs-rsync.d/
$HN
/exclude
;
then
cp
${
TFILE
}
/etc/chem-zfs-backup-server/zfs-rsync.d/
$HN
/exclude
fi
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
bad7fd41
chem-zfs-backup-server (1.0.3) foval jammy noble; urgency=low
* Reinstate ability to have a per-machine SSH config
-- Frank Lee <rl201@cam.ac.uk> Fri, 24 May 2024 15:50:42 +0100
chem-zfs-backup-server (1.0.2) focal jammy noble; urgency=medium
* Add -q to psql calls
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment