How Can I Automate Windows Rsync to Linux NAS? The 2019 Stack Overflow Developer Survey...
How do you say "canon" as in "official for a story universe"?
Why is the maximum length of OpenWrt’s root password 8 characters?
How to change the limits of integration
I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?
Time travel alters history but people keep saying nothing's changed
What can other administrators access on my machine?
Does a dangling wire really electrocute me if I'm standing in water?
Pristine Bit Checking
How to manage monthly salary
How to make payment on the internet without leaving a money trail?
Is flight data recorder erased after every flight?
Where to refill my bottle in India?
Limit the amount of RAM Mathematica may access?
Why could you hear an Amstrad CPC working?
Why isn't airport relocation done gradually?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Can't find the latex code for the ⍎ (down tack jot) symbol
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
Idiomatic way to prevent slicing?
aging parents with no investments
How can I create a character who can assume the widest possible range of creature sizes?
Where does the "burst of radiance" from Holy Weapon originate?
What does "sndry explns" mean in one of the Hitchhiker's guide books?
Output the Arecibo Message
How Can I Automate Windows Rsync to Linux NAS?
The 2019 Stack Overflow Developer Survey Results Are InHow well does backupexec work with Linux and archive format?How can I sort du -h output by sizeGood rsync-with-version-history solution for mission-critical remote backups on Windows?Server backup to NASLinux noob: Need to backup 2 linux servers to a Windows shareHow can I incrementally transfer a Windows Server Backup set to a remote location?Mount linux partition as Windows network share over internetInstall rsync on VMware ESX 4.1 serverHow to recover Symantec Backup Exec backup via Linux?rsync maintaining ownership and permissions between linux and windows ssh
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Here's the scenario:
(2) Windows servers in an office
Server 1. Application Server
Server 2. Backup Server, PDC, DNS
(5) Laptops that backup to the backup server
The Backup server has Symantec Backup Exec installed and backs up the other server, than throws the backups that it does for itself and the other server into a second partition. Also, all of the laptops are configured to backup to the same partition underneath a labeled folder.
The Goal:
I want to have an rsync script backup everything on this second partition on the Windows server to another -- remote -- NAS device running Linux. Does anyone know this can be accomplished from a Windows to Linux platform, or anything similiar to what I want to do? I enjoy rsync and it's awesomeness, but if there is another, easier, solution out there, that'll do as well.
Also, I know that Windows doesn't use Rsync. Just the method that i'm trying to use.
linux windows rsync
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Here's the scenario:
(2) Windows servers in an office
Server 1. Application Server
Server 2. Backup Server, PDC, DNS
(5) Laptops that backup to the backup server
The Backup server has Symantec Backup Exec installed and backs up the other server, than throws the backups that it does for itself and the other server into a second partition. Also, all of the laptops are configured to backup to the same partition underneath a labeled folder.
The Goal:
I want to have an rsync script backup everything on this second partition on the Windows server to another -- remote -- NAS device running Linux. Does anyone know this can be accomplished from a Windows to Linux platform, or anything similiar to what I want to do? I enjoy rsync and it's awesomeness, but if there is another, easier, solution out there, that'll do as well.
Also, I know that Windows doesn't use Rsync. Just the method that i'm trying to use.
linux windows rsync
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
– Iain
Sep 16 '13 at 17:01
1
cygwin with rsync... if you REALLY like rsync...
– Daniel Widrick
Sep 16 '13 at 17:35
What about credential check? Does Cygwin support RSA key pairs so that the rsync command will be able to authenticate the job, and if so, do you know how to generate the .pub key on a Windows machine?
– user182030
Sep 16 '13 at 18:15
@user182030 Cygwin doesn't, OpenSSH (which can be run under Cygwin, but there are native Win32 ports too) does. Also, why are you opposed to using Windows Server Backup? Or BE to back up to your share?
– the-wabbit
Sep 16 '13 at 20:52
I would use either robocopy or rclone
– Mr. Raspberry
Jul 5 '18 at 9:33
add a comment |
Here's the scenario:
(2) Windows servers in an office
Server 1. Application Server
Server 2. Backup Server, PDC, DNS
(5) Laptops that backup to the backup server
The Backup server has Symantec Backup Exec installed and backs up the other server, than throws the backups that it does for itself and the other server into a second partition. Also, all of the laptops are configured to backup to the same partition underneath a labeled folder.
The Goal:
I want to have an rsync script backup everything on this second partition on the Windows server to another -- remote -- NAS device running Linux. Does anyone know this can be accomplished from a Windows to Linux platform, or anything similiar to what I want to do? I enjoy rsync and it's awesomeness, but if there is another, easier, solution out there, that'll do as well.
Also, I know that Windows doesn't use Rsync. Just the method that i'm trying to use.
linux windows rsync
Here's the scenario:
(2) Windows servers in an office
Server 1. Application Server
Server 2. Backup Server, PDC, DNS
(5) Laptops that backup to the backup server
The Backup server has Symantec Backup Exec installed and backs up the other server, than throws the backups that it does for itself and the other server into a second partition. Also, all of the laptops are configured to backup to the same partition underneath a labeled folder.
The Goal:
I want to have an rsync script backup everything on this second partition on the Windows server to another -- remote -- NAS device running Linux. Does anyone know this can be accomplished from a Windows to Linux platform, or anything similiar to what I want to do? I enjoy rsync and it's awesomeness, but if there is another, easier, solution out there, that'll do as well.
Also, I know that Windows doesn't use Rsync. Just the method that i'm trying to use.
linux windows rsync
linux windows rsync
asked Sep 16 '13 at 16:58
user182030user182030
15
15
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
– Iain
Sep 16 '13 at 17:01
1
cygwin with rsync... if you REALLY like rsync...
– Daniel Widrick
Sep 16 '13 at 17:35
What about credential check? Does Cygwin support RSA key pairs so that the rsync command will be able to authenticate the job, and if so, do you know how to generate the .pub key on a Windows machine?
– user182030
Sep 16 '13 at 18:15
@user182030 Cygwin doesn't, OpenSSH (which can be run under Cygwin, but there are native Win32 ports too) does. Also, why are you opposed to using Windows Server Backup? Or BE to back up to your share?
– the-wabbit
Sep 16 '13 at 20:52
I would use either robocopy or rclone
– Mr. Raspberry
Jul 5 '18 at 9:33
add a comment |
aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
– Iain
Sep 16 '13 at 17:01
1
cygwin with rsync... if you REALLY like rsync...
– Daniel Widrick
Sep 16 '13 at 17:35
What about credential check? Does Cygwin support RSA key pairs so that the rsync command will be able to authenticate the job, and if so, do you know how to generate the .pub key on a Windows machine?
– user182030
Sep 16 '13 at 18:15
@user182030 Cygwin doesn't, OpenSSH (which can be run under Cygwin, but there are native Win32 ports too) does. Also, why are you opposed to using Windows Server Backup? Or BE to back up to your share?
– the-wabbit
Sep 16 '13 at 20:52
I would use either robocopy or rclone
– Mr. Raspberry
Jul 5 '18 at 9:33
aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
– Iain
Sep 16 '13 at 17:01
aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
– Iain
Sep 16 '13 at 17:01
1
1
cygwin with rsync... if you REALLY like rsync...
– Daniel Widrick
Sep 16 '13 at 17:35
cygwin with rsync... if you REALLY like rsync...
– Daniel Widrick
Sep 16 '13 at 17:35
What about credential check? Does Cygwin support RSA key pairs so that the rsync command will be able to authenticate the job, and if so, do you know how to generate the .pub key on a Windows machine?
– user182030
Sep 16 '13 at 18:15
What about credential check? Does Cygwin support RSA key pairs so that the rsync command will be able to authenticate the job, and if so, do you know how to generate the .pub key on a Windows machine?
– user182030
Sep 16 '13 at 18:15
@user182030 Cygwin doesn't, OpenSSH (which can be run under Cygwin, but there are native Win32 ports too) does. Also, why are you opposed to using Windows Server Backup? Or BE to back up to your share?
– the-wabbit
Sep 16 '13 at 20:52
@user182030 Cygwin doesn't, OpenSSH (which can be run under Cygwin, but there are native Win32 ports too) does. Also, why are you opposed to using Windows Server Backup? Or BE to back up to your share?
– the-wabbit
Sep 16 '13 at 20:52
I would use either robocopy or rclone
– Mr. Raspberry
Jul 5 '18 at 9:33
I would use either robocopy or rclone
– Mr. Raspberry
Jul 5 '18 at 9:33
add a comment |
1 Answer
1
active
oldest
votes
You can use rsync via cygwin, but BackupExec already has functionality to duplicate your backups to a NAS (technically speaking, if you mount the NAS locally and then add that drive as a storage pool, you can kick off a duplication job that copies those backups to the mounted NAS drive).
If you want to use rsync, you'll need to install cygwin with OpenSSH and rsync. After that, it's just a matter of determining how you want rsync to communicate with the destination server. You'll want to setup your rsa keys to have your NAS and backup server trust each other, that way, you won't need to worry about passphrases when using rsync.
Once you have the foundation in place, the rsync command would be something like:
rsync -avze ssh /cygdrive/drive_letter/source/directory user@server:/destination/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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%2fserverfault.com%2fquestions%2f539325%2fhow-can-i-automate-windows-rsync-to-linux-nas%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
You can use rsync via cygwin, but BackupExec already has functionality to duplicate your backups to a NAS (technically speaking, if you mount the NAS locally and then add that drive as a storage pool, you can kick off a duplication job that copies those backups to the mounted NAS drive).
If you want to use rsync, you'll need to install cygwin with OpenSSH and rsync. After that, it's just a matter of determining how you want rsync to communicate with the destination server. You'll want to setup your rsa keys to have your NAS and backup server trust each other, that way, you won't need to worry about passphrases when using rsync.
Once you have the foundation in place, the rsync command would be something like:
rsync -avze ssh /cygdrive/drive_letter/source/directory user@server:/destination/
add a comment |
You can use rsync via cygwin, but BackupExec already has functionality to duplicate your backups to a NAS (technically speaking, if you mount the NAS locally and then add that drive as a storage pool, you can kick off a duplication job that copies those backups to the mounted NAS drive).
If you want to use rsync, you'll need to install cygwin with OpenSSH and rsync. After that, it's just a matter of determining how you want rsync to communicate with the destination server. You'll want to setup your rsa keys to have your NAS and backup server trust each other, that way, you won't need to worry about passphrases when using rsync.
Once you have the foundation in place, the rsync command would be something like:
rsync -avze ssh /cygdrive/drive_letter/source/directory user@server:/destination/
add a comment |
You can use rsync via cygwin, but BackupExec already has functionality to duplicate your backups to a NAS (technically speaking, if you mount the NAS locally and then add that drive as a storage pool, you can kick off a duplication job that copies those backups to the mounted NAS drive).
If you want to use rsync, you'll need to install cygwin with OpenSSH and rsync. After that, it's just a matter of determining how you want rsync to communicate with the destination server. You'll want to setup your rsa keys to have your NAS and backup server trust each other, that way, you won't need to worry about passphrases when using rsync.
Once you have the foundation in place, the rsync command would be something like:
rsync -avze ssh /cygdrive/drive_letter/source/directory user@server:/destination/
You can use rsync via cygwin, but BackupExec already has functionality to duplicate your backups to a NAS (technically speaking, if you mount the NAS locally and then add that drive as a storage pool, you can kick off a duplication job that copies those backups to the mounted NAS drive).
If you want to use rsync, you'll need to install cygwin with OpenSSH and rsync. After that, it's just a matter of determining how you want rsync to communicate with the destination server. You'll want to setup your rsa keys to have your NAS and backup server trust each other, that way, you won't need to worry about passphrases when using rsync.
Once you have the foundation in place, the rsync command would be something like:
rsync -avze ssh /cygdrive/drive_letter/source/directory user@server:/destination/
answered Sep 28 '13 at 5:29
CIACIA
1,35911025
1,35911025
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f539325%2fhow-can-i-automate-windows-rsync-to-linux-nas%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
aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
– Iain
Sep 16 '13 at 17:01
1
cygwin with rsync... if you REALLY like rsync...
– Daniel Widrick
Sep 16 '13 at 17:35
What about credential check? Does Cygwin support RSA key pairs so that the rsync command will be able to authenticate the job, and if so, do you know how to generate the .pub key on a Windows machine?
– user182030
Sep 16 '13 at 18:15
@user182030 Cygwin doesn't, OpenSSH (which can be run under Cygwin, but there are native Win32 ports too) does. Also, why are you opposed to using Windows Server Backup? Or BE to back up to your share?
– the-wabbit
Sep 16 '13 at 20:52
I would use either robocopy or rclone
– Mr. Raspberry
Jul 5 '18 at 9:33