Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duplicity-ftp-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
duplicity-ftp-backup
Compare revisions
17f88f8f89e8a50b5d3485be295ecdc2aa2d145b to 9a5f3f7c87351e7bfeb7f93af45f03198eafa70b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nocloud/duplicity-ftp-backup
Select target project
No results found
9a5f3f7c87351e7bfeb7f93af45f03198eafa70b
Select Git revision
Loading items
Swap
Target
nocloud/duplicity-ftp-backup
Select target project
nocloud/duplicity-ftp-backup
1 result
17f88f8f89e8a50b5d3485be295ecdc2aa2d145b
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
2
gitignore
· 1283f144
David Beniamine
authored
9 months ago
1283f144
Silent collection status
· 9a5f3f7c
David Beniamine
authored
9 months ago
9a5f3f7c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
collection_status.sh
+1
-1
1 addition, 1 deletion
collection_status.sh
inc.sh
+1
-1
1 addition, 1 deletion
inc.sh
with
4 additions
and
2 deletions
.gitignore
0 → 100644
View file @
9a5f3f7c
.*.sw?
.env
This diff is collapsed.
Click to expand it.
collection_status.sh
View file @
9a5f3f7c
...
@@ -6,4 +6,4 @@ if [ ! -z "$1" ]; then
...
@@ -6,4 +6,4 @@ if [ ! -z "$1" ]; then
fi
fi
source
$DIR
/inc.sh
source
$DIR
/inc.sh
collection_state
collection_state
-v
0
This diff is collapsed.
Click to expand it.
inc.sh
View file @
9a5f3f7c
...
@@ -79,5 +79,5 @@ delete_old_backups(){
...
@@ -79,5 +79,5 @@ delete_old_backups(){
collection_state
(){
collection_state
(){
echo
"Backups state"
echo
"Backups state"
run_duplicity collection-status
run_duplicity collection-status
$@
}
}
This diff is collapsed.
Click to expand it.