How to manually synchronize a mounted webdav folder? Announcing the arrival of Valued...
Does the Weapon Master feat grant you a fighting style?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Crossing US/Canada Border for less than 24 hours
Sum letters are not two different
What was the first language to use conditional keywords?
Do wooden building fires get hotter than 600°C?
Project Euler #1 in C++
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Performance gap between vector<bool> and array
How do I find out the mythology and history of my Fortress?
Is a ledger board required if the side of my house is wood?
How would a mousetrap for use in space work?
Should I use a zero-interest credit card for a large one-time purchase?
Generate an RGB colour grid
If Windows 7 doesn't support WSL, then what does Linux subsystem option mean?
AppleTVs create a chatty alternate WiFi network
Is there a kind of relay only consumes power when switching?
Amount of permutations on an NxNxN Rubik's Cube
Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
Significance of Cersei's obsession with elephants?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How to manually synchronize a mounted webdav folder?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionowncloud webDAV accessCheck if still mounted correctlyApache httpd, WebDAV and multiple settingsWebDAV + davfs — error copying large filesIs there a way to use inotify on remote filesystems (specifically WebDAV)?Webdav access to /var/wwwMount webdav on Linux with cookie authenticationIs it possible to store the password requested by webdav in .davfs2/secrets already encrypted?How can I get access to an NFS directory within a WebDAV folder?ubuntu 16.04: does davfs2 honor DNS TTL and re-resolves the entry while mounted?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have mounted a webdav directory with davfs2 via:
sudo mount -t davfs -o uid=bruni,gid=users https://server/folder /home/bruni/mountpoint/
How can I force a sync via command line without unmounting the directory?
The client is running KUbuntu 19.04, the server is an egroupware server but this is most probably irrelevant.
mount.davfs -V
davfs2 1.5.4 <http://savannah.nongnu.org/projects/davfs2>
To clarify what I mean by synchronize, I mean what umount.davfs
, does before unmounting to verify that all changes have been uploaded to the server:
/sbin/umount.davfs: waiting while mount.davfs (pid xxxxx) synchronizes the cache .. OK
synchronization webdav davfs2
add a comment |
I have mounted a webdav directory with davfs2 via:
sudo mount -t davfs -o uid=bruni,gid=users https://server/folder /home/bruni/mountpoint/
How can I force a sync via command line without unmounting the directory?
The client is running KUbuntu 19.04, the server is an egroupware server but this is most probably irrelevant.
mount.davfs -V
davfs2 1.5.4 <http://savannah.nongnu.org/projects/davfs2>
To clarify what I mean by synchronize, I mean what umount.davfs
, does before unmounting to verify that all changes have been uploaded to the server:
/sbin/umount.davfs: waiting while mount.davfs (pid xxxxx) synchronizes the cache .. OK
synchronization webdav davfs2
add a comment |
I have mounted a webdav directory with davfs2 via:
sudo mount -t davfs -o uid=bruni,gid=users https://server/folder /home/bruni/mountpoint/
How can I force a sync via command line without unmounting the directory?
The client is running KUbuntu 19.04, the server is an egroupware server but this is most probably irrelevant.
mount.davfs -V
davfs2 1.5.4 <http://savannah.nongnu.org/projects/davfs2>
To clarify what I mean by synchronize, I mean what umount.davfs
, does before unmounting to verify that all changes have been uploaded to the server:
/sbin/umount.davfs: waiting while mount.davfs (pid xxxxx) synchronizes the cache .. OK
synchronization webdav davfs2
I have mounted a webdav directory with davfs2 via:
sudo mount -t davfs -o uid=bruni,gid=users https://server/folder /home/bruni/mountpoint/
How can I force a sync via command line without unmounting the directory?
The client is running KUbuntu 19.04, the server is an egroupware server but this is most probably irrelevant.
mount.davfs -V
davfs2 1.5.4 <http://savannah.nongnu.org/projects/davfs2>
To clarify what I mean by synchronize, I mean what umount.davfs
, does before unmounting to verify that all changes have been uploaded to the server:
/sbin/umount.davfs: waiting while mount.davfs (pid xxxxx) synchronizes the cache .. OK
synchronization webdav davfs2
synchronization webdav davfs2
edited 6 hours ago
Bruni
asked May 18 '17 at 8:05
BruniBruni
1286
1286
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f365804%2fhow-to-manually-synchronize-a-mounted-webdav-folder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f365804%2fhow-to-manually-synchronize-a-mounted-webdav-folder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown