내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How long should a backup take?

Avatar

이전 커뮤니티 멤버

I did a backup yesterday of AEM 6.2, a simple AEM quickstart. Through the JMX interface:

URL: http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository (startBackup(java.lang.String target))

I was watching the backup progress before leaving for the day using:

http://localhost:4502/libs/granite/backup/content/admin.html

It was at 20% around 3:30 pm EST. I came in this morning, and it showed that it had completed at 23:26:16 EST

Question: Should I expect 8 hrs for a backup?

Question: Should I expect more than 8 hours?

Question: What should I be telling my customer? (Immigration, Refugees and Citizenship Canada)

Thanks

-Joel

P.S. It did appear to work. I was able to unzip it and use it.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Administrator

Hi 

As mentioned by Runal,

You might be doing online backup which talk more time as compare to offline.

Documentation says that in Offline Backup, a snapshot backup usually takes only a few seconds, the entire downtime is less than a few minutes.

Please read the documentation which explain both process in details.

Doc:-  https://docs.adobe.com/docs/en/aem/6-2/administer/content/backup-and-restore.html

 

Also read, this reference article :- http://labs.6dglobal.com/blog/2013-12-16/aem-live-backup-strategy/

~kautuk



Kautuk Sahni

원본 게시물의 솔루션 보기

7 답변 개

Avatar

Level 10

According to the docs -- 

https://docs.adobe.com/docs/en/aem/6-2/administer/content/backup-and-restore.html

It depends on the size of the JCR. 

Avatar

Level 7

I guess you triggered online backup which is supposed to take more time as compared to offline backup.

If you have luxury to stop the server then offline backup will be lot faster, its more like a snapshot backup.

Please go through the link that Scott shared, it will give you more details around the type of backup supported.

- Runal

Avatar

정확한 답변 작성자:
Administrator

Hi 

As mentioned by Runal,

You might be doing online backup which talk more time as compare to offline.

Documentation says that in Offline Backup, a snapshot backup usually takes only a few seconds, the entire downtime is less than a few minutes.

Please read the documentation which explain both process in details.

Doc:-  https://docs.adobe.com/docs/en/aem/6-2/administer/content/backup-and-restore.html

 

Also read, this reference article :- http://labs.6dglobal.com/blog/2013-12-16/aem-live-backup-strategy/

~kautuk



Kautuk Sahni

Avatar

Level 1

As mentioned by others in the thread already, if you can share the size of repository, it can be validated whether 8 Hrs is good enough or not due to the dependency.

Also if you have a slave standby available, you can bring down the slave to take the offline backup, as that would be equal to a snapshot without the need of impacting the live author instance.

Ashish

Avatar

이전 커뮤니티 멤버

Thanks very much. I will research the offline option and present that to the client.

-Joel

Avatar

이전 커뮤니티 멤버

Looking at https://docs.adobe.com/docs/en/aem/6-2/administer/content/backup-and-restore.html#Filesystem Snapshot Backup

Do a snapshot of the filesystem AEM is deployed on.

Is this simply cloning the directory?

I'm in Windows 7.

-Joel

Avatar

Level 7

Yes. Snapshot backup is indeed cloning/copying your entire crx-quickstart folder.

- Runal