Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
4e8a085a
Commit
4e8a085a
authored
Sep 20, 2004
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use $diffopt instead of -u.
parent
fb22c277
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
backup.test
testsuite/backup.test
+2
-2
No files found.
testsuite/backup.test
View file @
4e8a085a
...
@@ -26,14 +26,14 @@ echo "Extending the other file" >> "$name2"
...
@@ -26,14 +26,14 @@ echo "Extending the other file" >> "$name2"
checkit
"
$RSYNC
-avv --backup --backup-dir=
\"
$bakdir
\"
\"
$fromdir
/
\"
\"
$todir
/
\"
"
"
$fromdir
"
"
$todir
"
checkit
"
$RSYNC
-avv --backup --backup-dir=
\"
$bakdir
\"
\"
$fromdir
/
\"
\"
$todir
/
\"
"
"
$fromdir
"
"
$todir
"
diff
-
r
u
"
$chkdir
"
"
$bakdir
"
diff
-
r
$diffopt
"
$chkdir
"
"
$bakdir
"
echo
"Extending the file again"
>>
"
$name1
"
echo
"Extending the file again"
>>
"
$name1
"
echo
"Extending the other file again"
>>
"
$name2
"
echo
"Extending the other file again"
>>
"
$name2
"
checkit
"
$RSYNC
-avv --inplace --backup --backup-dir=
\"
$bakdir
\"
\"
$fromdir
/
\"
\"
$todir
/
\"
"
"
$fromdir
"
"
$todir
"
checkit
"
$RSYNC
-avv --inplace --backup --backup-dir=
\"
$bakdir
\"
\"
$fromdir
/
\"
\"
$todir
/
\"
"
"
$fromdir
"
"
$todir
"
diff
-
r
u
"
$chkdir
"
"
$bakdir
"
diff
-
r
$diffopt
"
$chkdir
"
"
$bakdir
"
# The script would have aborted on error, so getting here means we've won.
# The script would have aborted on error, so getting here means we've won.
exit
0
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment