Backup and Sync from Linux to a WSL live (per each change)
I have some Linux (Arch/Debian) with only a CLUI (Bash) and a server environment (say, LAMP) with the following details:
4 GB RAM
2 vCPU Cores
80 GB SSD
4 TB Transfer
40 Gbps Network In
4000 Mbps Network Out
I host two websites (WordPress and/or Drupal) on this system.
I want to back up and sync this system live to my Windows Subsystem for Linux (WSL) but I don't want hourly/daily/weekly cron, I want that every change in the system would be synced to my WSL.
What I desire is very much like Google's Backup&Sync which I use in my Windows 10 / Ubuntu machines to prevent data loss in case a computer was unexpectedly and sadly ruined or stolen and formatted (in contrast to manual deletion of data after it was stolen where the data would be lost even in the remote syncing environment).
My question is how to do such live syncing (like Google's Backup&Sync) from Linux to WSL?
Side note
This is how I backup manually so far and it's exactlly the process I desire to automate:
cib() {
# Create an Immediate ZIP Backup (of both $drt and DB);
date="$(date +%F-%T)"
mysqldump -u root -p --all-databases | zip "$drt/db-$date.zip" - # Note the hyphen before this comment;
zip -r "${drt}/all_zipped-$date.zip" "$drt"/ -x "*/cache/*" "*/phpmyadmin/*"
rm -f "$drt/db-$date.zip"
}
backup synchronization windows-subsystem-for-linux hosting-services
add a comment |
I have some Linux (Arch/Debian) with only a CLUI (Bash) and a server environment (say, LAMP) with the following details:
4 GB RAM
2 vCPU Cores
80 GB SSD
4 TB Transfer
40 Gbps Network In
4000 Mbps Network Out
I host two websites (WordPress and/or Drupal) on this system.
I want to back up and sync this system live to my Windows Subsystem for Linux (WSL) but I don't want hourly/daily/weekly cron, I want that every change in the system would be synced to my WSL.
What I desire is very much like Google's Backup&Sync which I use in my Windows 10 / Ubuntu machines to prevent data loss in case a computer was unexpectedly and sadly ruined or stolen and formatted (in contrast to manual deletion of data after it was stolen where the data would be lost even in the remote syncing environment).
My question is how to do such live syncing (like Google's Backup&Sync) from Linux to WSL?
Side note
This is how I backup manually so far and it's exactlly the process I desire to automate:
cib() {
# Create an Immediate ZIP Backup (of both $drt and DB);
date="$(date +%F-%T)"
mysqldump -u root -p --all-databases | zip "$drt/db-$date.zip" - # Note the hyphen before this comment;
zip -r "${drt}/all_zipped-$date.zip" "$drt"/ -x "*/cache/*" "*/phpmyadmin/*"
rm -f "$drt/db-$date.zip"
}
backup synchronization windows-subsystem-for-linux hosting-services
add a comment |
I have some Linux (Arch/Debian) with only a CLUI (Bash) and a server environment (say, LAMP) with the following details:
4 GB RAM
2 vCPU Cores
80 GB SSD
4 TB Transfer
40 Gbps Network In
4000 Mbps Network Out
I host two websites (WordPress and/or Drupal) on this system.
I want to back up and sync this system live to my Windows Subsystem for Linux (WSL) but I don't want hourly/daily/weekly cron, I want that every change in the system would be synced to my WSL.
What I desire is very much like Google's Backup&Sync which I use in my Windows 10 / Ubuntu machines to prevent data loss in case a computer was unexpectedly and sadly ruined or stolen and formatted (in contrast to manual deletion of data after it was stolen where the data would be lost even in the remote syncing environment).
My question is how to do such live syncing (like Google's Backup&Sync) from Linux to WSL?
Side note
This is how I backup manually so far and it's exactlly the process I desire to automate:
cib() {
# Create an Immediate ZIP Backup (of both $drt and DB);
date="$(date +%F-%T)"
mysqldump -u root -p --all-databases | zip "$drt/db-$date.zip" - # Note the hyphen before this comment;
zip -r "${drt}/all_zipped-$date.zip" "$drt"/ -x "*/cache/*" "*/phpmyadmin/*"
rm -f "$drt/db-$date.zip"
}
backup synchronization windows-subsystem-for-linux hosting-services
I have some Linux (Arch/Debian) with only a CLUI (Bash) and a server environment (say, LAMP) with the following details:
4 GB RAM
2 vCPU Cores
80 GB SSD
4 TB Transfer
40 Gbps Network In
4000 Mbps Network Out
I host two websites (WordPress and/or Drupal) on this system.
I want to back up and sync this system live to my Windows Subsystem for Linux (WSL) but I don't want hourly/daily/weekly cron, I want that every change in the system would be synced to my WSL.
What I desire is very much like Google's Backup&Sync which I use in my Windows 10 / Ubuntu machines to prevent data loss in case a computer was unexpectedly and sadly ruined or stolen and formatted (in contrast to manual deletion of data after it was stolen where the data would be lost even in the remote syncing environment).
My question is how to do such live syncing (like Google's Backup&Sync) from Linux to WSL?
Side note
This is how I backup manually so far and it's exactlly the process I desire to automate:
cib() {
# Create an Immediate ZIP Backup (of both $drt and DB);
date="$(date +%F-%T)"
mysqldump -u root -p --all-databases | zip "$drt/db-$date.zip" - # Note the hyphen before this comment;
zip -r "${drt}/all_zipped-$date.zip" "$drt"/ -x "*/cache/*" "*/phpmyadmin/*"
rm -f "$drt/db-$date.zip"
}
backup synchronization windows-subsystem-for-linux hosting-services
backup synchronization windows-subsystem-for-linux hosting-services
asked 9 mins ago
JohnDoeaJohnDoea
601133
601133
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%2f497852%2fbackup-and-sync-from-linux-to-a-wsl-live-per-each-change%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%2f497852%2fbackup-and-sync-from-linux-to-a-wsl-live-per-each-change%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