Backup/sync for Windows 10 / Ubuntu folder
Not so long ago I had a bit of a scare. I have a shared Windows 10 computer with all our photos/videos etc. I found out that someone had accidentally deleted a folder, and as it had happened more than 2 months before, the change had propagated to my online backup.
Luckily I had an old backup, but to avoid a future data-loss, I was thinking of a solution along these lines:
Setting up an old computer with an Ubuntu server and creating a one-way sync folder on the server.
Let the Ubuntu server be responsible for syncing the folder with the Windows 10 folder.
Let the server do some kind of backup, that keeps all changes to the folder on the server.
Any suggestions as to what software is best for these tasks. Does a program exist that is able to both?
The server will always be on, the Win10 computer will only be on when needed.
server backup sync
add a comment |
Not so long ago I had a bit of a scare. I have a shared Windows 10 computer with all our photos/videos etc. I found out that someone had accidentally deleted a folder, and as it had happened more than 2 months before, the change had propagated to my online backup.
Luckily I had an old backup, but to avoid a future data-loss, I was thinking of a solution along these lines:
Setting up an old computer with an Ubuntu server and creating a one-way sync folder on the server.
Let the Ubuntu server be responsible for syncing the folder with the Windows 10 folder.
Let the server do some kind of backup, that keeps all changes to the folder on the server.
Any suggestions as to what software is best for these tasks. Does a program exist that is able to both?
The server will always be on, the Win10 computer will only be on when needed.
server backup sync
add a comment |
Not so long ago I had a bit of a scare. I have a shared Windows 10 computer with all our photos/videos etc. I found out that someone had accidentally deleted a folder, and as it had happened more than 2 months before, the change had propagated to my online backup.
Luckily I had an old backup, but to avoid a future data-loss, I was thinking of a solution along these lines:
Setting up an old computer with an Ubuntu server and creating a one-way sync folder on the server.
Let the Ubuntu server be responsible for syncing the folder with the Windows 10 folder.
Let the server do some kind of backup, that keeps all changes to the folder on the server.
Any suggestions as to what software is best for these tasks. Does a program exist that is able to both?
The server will always be on, the Win10 computer will only be on when needed.
server backup sync
Not so long ago I had a bit of a scare. I have a shared Windows 10 computer with all our photos/videos etc. I found out that someone had accidentally deleted a folder, and as it had happened more than 2 months before, the change had propagated to my online backup.
Luckily I had an old backup, but to avoid a future data-loss, I was thinking of a solution along these lines:
Setting up an old computer with an Ubuntu server and creating a one-way sync folder on the server.
Let the Ubuntu server be responsible for syncing the folder with the Windows 10 folder.
Let the server do some kind of backup, that keeps all changes to the folder on the server.
Any suggestions as to what software is best for these tasks. Does a program exist that is able to both?
The server will always be on, the Win10 computer will only be on when needed.
server backup sync
server backup sync
edited 6 hours ago
Zanna
50.5k13133241
50.5k13133241
asked Jan 14 at 8:31
CNRCNR
43
43
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Found a guide using Rsync, that looks to do the job:
https://www.howtogeek.com/175008/the-non-beginners-guide-to-syncing-data-with-rsync/
New contributor
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1109561%2fbackup-sync-for-windows-10-ubuntu-folder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Found a guide using Rsync, that looks to do the job:
https://www.howtogeek.com/175008/the-non-beginners-guide-to-syncing-data-with-rsync/
New contributor
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
add a comment |
Found a guide using Rsync, that looks to do the job:
https://www.howtogeek.com/175008/the-non-beginners-guide-to-syncing-data-with-rsync/
New contributor
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
add a comment |
Found a guide using Rsync, that looks to do the job:
https://www.howtogeek.com/175008/the-non-beginners-guide-to-syncing-data-with-rsync/
New contributor
Found a guide using Rsync, that looks to do the job:
https://www.howtogeek.com/175008/the-non-beginners-guide-to-syncing-data-with-rsync/
New contributor
New contributor
answered Jan 15 at 10:20
CNRCNR
43
43
New contributor
New contributor
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
add a comment |
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– RoVo
10 hours ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1109561%2fbackup-sync-for-windows-10-ubuntu-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