Full back up of your smugmug site
Limpopoboy
Registered Users Posts: 72 Big grins
Hi Guys and SM guru's
Is there a way one can back up your full site of galleries and text pages etc...of your current site to your local computer?
Regards
Limpopoboy
My Website: http://www.africanwildlifeandnaturephotographs.com/
My Blog: http://wildlifeandnaturepictures.blogspot.com/
My Blog: http://wildlifeandnaturepictures.blogspot.com/
Tagged:
0
Comments
You can backup the photos in your galleries by using the download tool. See help page Download all images in a gallery.
You might try Sherlock Photography's backup tool - http://www.sherlockphotography.org/Customisations/SmugMug-for-Chrome/Backup. This tool includes backup of text pages, HTML/CSS, and active theme. That's an old entry on his site; I assume it still works (in any case it's worth a try). Let us know if it works.
Musings & ramblings at https://denisegoldberg.blogspot.com
Hi Denise
I have tried it but not sure it works, cant see to see text and or images displayed properly.
Any other solutions?
Regards
My Blog: http://wildlifeandnaturepictures.blogspot.com/
I keep all of my images on my computer. I then upload the photos I want to SM.
For text pages, I use 'Notepad++' to create my text pages using HTML and CSS. Those get saved to my computer. I then copy/paste the HTML/CSS to a HTML/CSS Block.
I also save my theme's CSS on my computer.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
You may want to create new galleries, name them something like "Archive_1" and "Archive_2".
Then "Collect" your photos to the new Archive galleries.
Then you will only need to download the "Archive" galleries instead of all the original individual galleries.
Please keep in mind each "Collected" gallery can only hold 1,000 photos.
Here's how to collect photos to another gallery... https://help.smugmug.com/display-a-photo-in-multiple-galleries-ryaGgev1EBM
As another suggestion, you may also want to consider using a program called RapidFetcher which you can get here for $10... https://diagram.co/rapidfetcher/ This is a third party company and not affiliated with SmugMug. But it will download all of your photos and maintain the folder and gallery hierarchy.
For further assistance, please write to us at Help@SmugMug.com.
Vivian
SmugMug Support Hero
Vivian
SmugMug Hero
Thanks Vivian. Do you know if Smugmug has any plans to offer this as a service? Paid for if need be. I am a happy Smugmug user but getting increasingly nervous that I don't have a second offline copy of the last 15 years or so of photos. I'd like to be able to retain gallery hierarchies and all metadata including photo titles and captions.
Morning,
I do as Hikin' Mike, keep all my originals on my computer and use SmugMug as the tool to present them to friends and family.
The real backups are from my PC to a NAS and to some external hard drives
Regards, Harald
My focus is on digitizing memories
This tool downloads all photos and videos locally, maintaining the folders/albums hierarchy. If executed multiple times it will only download new elements: https://github.com/tommyblue/smugmug-backup
What does your tool do with image captions that were created/edited only within Smugmug (not pre-loaded in metadata)?
The gallery names are preserved on my E: as folder names.
However there isonly 1 file in each folder
Looks like all images are dumped as a single binary file (not *.jpg as I uploaded) and that single file size is much less than total MB of all images in that gallery.
I wasn't sure how to use "file_names" so I used all the keys you listed.
The program and its files are in E:\Smugbak\
Here's my config.toml:
~~~~~~~~~~~~~~~~
[authentication]
api_key = "S2CVD...<hidden>"
api_secret = "Gh4hz...<hidden>"
user_token = "xDg9b9q...<hidden>"
user_secret = "fFBbb...<hidden>"
[store]
destination = "/SmugBak/TheBak"
file_names = "FileName ImageKey ArchivedMD5 UploadKey"
use_metadata_times = true
force_metadata_times = true
~~~~~~~~~~~~~~~~
Here's the last few lines of the message as appeared on my E:\ prompt
~~~~~~~~~~~~~~~~
time="2020-10-09T09:50:33+08:00" level=info msg="Saved \\SmugBak\\TheBak\\August/FileName ImageKey ArchivedMD5 UploadKey"
time="2020-10-09T09:50:33+08:00" level=info msg="Getting https://photos.smugmug.com/photos/i-cZm9tJ2/0/D/i-cZm9tJ2-D.jpg"
time="2020-10-09T09:50:35+08:00" level=info msg="Saved \\SmugBak\\TheBak\\August/FileName ImageKey ArchivedMD5 UploadKey"
time="2020-10-09T09:50:35+08:00" level=info msg="Backup completed."
E:\SmugBak>
~~~~~~~~~~~~~~~~