This question is answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 5 - Pages: 1 - Last Post: 31 Mar 25, 21:46 Last Post By: MarkusD
RobM

Posts: 3,891
Registered: 4-Aug-2006
World Backup Day
Posted: 31 Mar 25, 20:33
 
  Click to reply to this thread Reply
Today is World Backup day. Have you backed up your projects and other data recently?
https://www.worldbackupday.com/
MarkusD

Posts: 783
Registered: 13-Apr-2006
Re: World Backup Day
Posted: 31 Mar 25, 21:03   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
RobM wrote:
Have you backed up your projects and other data recently?
Yes, see the screenshot:


The last row (J) counts the days since the last backup. So today I created backups on three different drives.

And I do this every day. E-v-e-r-y d-a-y! :-)

The drive #0012 is stored in a bank vault. I backup to this drive four times a year.

Cheers, Markus
MarkusD

Posts: 783
Registered: 13-Apr-2006
Re: World Backup Day
Posted: 31 Mar 25, 21:13   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply

How to create a backup (from your pictures)?

Look for „3-2-1 Backup Rule“ and choose the explanation of your like, they all say them same.
https://www.veritas.com/information-center/3-2-1-backup-rule

Q: Why should I create a backup in the first place? jAlbum has a build in backup function.

A: This integrated solution does not really create a backup in sense of the „3-2-1 Backup Rule“.

Q: Which software should I use?

A: Never use anything like:
- The Windows 10/11 backup
- Acronis
- Ashampoo Backup
- O&O Disk Image

Why: These applications produce backups in a proprietary way. You have to trust these companies, that in 10, 20, 40 years they are still alive and support backups created decades back.

What should I use instead?

A: If you are on Windows, use ROBOCOPY, this is part of Window since 1996. https://www.wikiwand.com/en/articles/Robocopy

What is the benefit of ROBOCOPY?

A: It is a command line tool, no fancy GUI. Create a BATCH command once and then just start that BATCH whenever needed (by hand or by a Windows Task).

ROBOCOPY does only copy files from the source to the destination, nothing more, nothing less. You don't need any software to access your backup, which is key.

How does such a BATCH commend look like?

 ROBOCOPY "D:\Source\Pictures" "H:\Destination\Pictures" /MIR /V /TEE /R:10 /W:30 /E
JeffTucker

Posts: 8,056
Registered: 31-Jan-2006
Re: World Backup Day
Posted: 31 Mar 25, 21:34   in response to: MarkusD in response to: MarkusD
 
  Click to reply to this thread Reply
Robocopy is one of the best utility programs Microsoft has ever provided. I run a script to back up everything in Documents, Music, Pictures, and Videos to a second internal hard drive, and a slightly modified script to do the same thing to a removable hard drive.
RobM

Posts: 3,891
Registered: 4-Aug-2006
Re: World Backup Day
Posted: 31 Mar 25, 21:39   in response to: MarkusD in response to: MarkusD
 
  Click to reply to this thread Reply
9 out of 10, because you use Windows command line. ;)
I just plug a drive in and the backup starts.
MarkusD

Posts: 783
Registered: 13-Apr-2006
Re: World Backup Day
Posted: 31 Mar 25, 21:46   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
RobM wrote:
9 out of 10, because you use Windows command line. ;)
I just plug a drive in and the backup starts.
LOL

You know, I'm on the cheap Windows side, you are on the Heaven side (Mac). :-)

What so ever, we are not those poor folks who don't have any backup. ;-))

Cheers, Markus
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums