Backup to local NAS
-
How can I do this, want to backup my sys and the SD card as separate backups to my local NAS.
-
@tecno said in Backup to local NAS:
How can I do this, want to backup my sys and the SD card as separate backups to my local NAS.
I just enable FTP on the Duet board and use just about any FTP client to download/upload files as needed.
Frederick
-
There's also this https://forum.duet3d.com/topic/10880/rfm-reprapfirmware-filemanager-duetbackup-successor
Which you could probably automate if you were so inclined.
-
Hmmm, how to I get this working? Where to install?
-
It's a command line tool, so installation is simply extracting it somewhere. To use it, you'd probably want to create a batch file that calls the executable with the parameters you want to use. The usage is described in that link. To automate it you could use your OS task scheduler to call it on a schedule.
-
OK, thanks. No easy tool for me. I was envisioning something within RRF to do this.
-
@tecno said in Backup to local NAS:
OK, thanks. No easy tool for me. I was envisioning something within RRF to do this.
Well you can select files within the DWC and download them as one ZIP file.
Frederick
-
@fcwilt said in Backup to local NAS:
@tecno said in Backup to local NAS:
OK, thanks. No easy tool for me. I was envisioning something within RRF to do this.
Well you can select files within the DWC and download them as one ZIP file.
Frederick
Yes that I know but I can not point to where to save the file, or can I ?
-
Yes it should offer to save the file somewhere on your computer as it would for any other download.
-
@phaedrux said in Backup to local NAS:
Yes it should offer to save the file somewhere on your computer as it would for any other download.
Nothing I can change so now it saves in downloads, not so good as it forces one to move the file to the NAS where I want it to be.
-
@tecno said in Backup to local NAS:
so now it saves in downloads
That's probably configurable in your browser.
-
I can not find anything to change the path for these *.zip files to be saved at.
-
@tecno said in Backup to local NAS:
Yes that I know but I can not point to where to save the file, or can I ?
Well perhaps you would be happier with a backup program that supported FTP connections.
Most backup programs I have used allow scheduling backups and versioning of backups.
Frederick
-
@tecno said in Backup to local NAS:
I can not find anything to change the path for these *.zip files to be saved at.
I suspect that your browser is configured to download immediately to the downloads folder rather than asking you each time. Check your browser settings. However that setting would then apply to all cases, so you might find that more frustrating if it's constantly asking you where to download something.
-
This post is deleted! -
@tecno, if you are using Chrome, looks at Settings | Advance | Downloads.
-
@tecno said in Backup to local NAS:
How can I do this, want to backup my sys and the SD card as separate backups to my local NAS.
Another option is to use a different strategy. What I do is maintain a folder which mirrors the SD card on a PC and only ever upload files to the SD card from there. This folder is backed up (synchronised) to my NAS and also cloud storage in the form of Google drive. So I never make any changes or add anything directly to the SD card - only ever upload from a PC. This way, I always have copies of the contents of the SD card, on my PC, my NAS and on remote storage.
-
Sounds like a very good solution. How do I mirror the SD card?
-
@tecno said in Backup to local NAS:
Sounds like a very good solution. How do I mirror the SD card?
Numerous ways of doing it. It's been so long ago that I did it I can't remember exactly. IIRC, what I did was create a folder and give it a name e.g, "PrinterSDCard", then put the SD card in my PC and copied the entire contents to that folder - including any subfolders and of course the files therein. As I said, that's a one off process because thereafter, if ever I need to make any changes, I make them to the contents of that PC based folder and then upload them to the SD card.
-
@tecno said in Backup to local NAS:
Sounds like a very good solution. How do I mirror the SD card?
You could configure the duet to allow FTP then just FTP all the contents back to your PC (Most FTP Packages allow a sync as well).