Start rtrr Job on weekend

Backup, Restore, Netbak Replicator, Cloud Storage Services
Post Reply
Ratix
New here
Posts: 3
Joined: Sat Jun 04, 2011 11:09 pm

Start rtrr Job on weekend

Post by Ratix »

Hello,
Unfortunately, the web front end allows only one weekday when you plan a rtrr job.
But I would need the job to start automatically on Saturday and Sunday.
What are the options to start this job automatically on several days?

Best regards
Tom
P3R
Guru
Posts: 13192
Joined: Sat Dec 29, 2007 1:39 am
Location: Stockholm, Sweden (UTC+01:00)

Re: Start rtrr Job on weekend

Post by P3R »

Two separate backup jobs, one starting at Saturdays and one starting at Sundays.
RAID have never ever been a replacement for backups. Without backups on a different system (preferably placed at another site), you will eventually lose data!

A non-RAID configuration (including RAID 0, which isn't really RAID) with a backup on a separate media protects your data far better than any RAID-volume without backup.

All data storage consists of both the primary storage and the backups. It's your money and your data, spend the storage budget wisely or pay with your data!
Ratix
New here
Posts: 3
Joined: Sat Jun 04, 2011 11:09 pm

Re: Start rtrr Job on weekend

Post by Ratix »

Iis unfortunately not the best solution.
The second job is independent of the first and indexes everything new.
It has solved over a /mnt/HDA_ROOT/.config/crontab entry:
00 20 * * 7 qsync -j: Job3 -c: /etc/config/qsync/qsync.conf

works without problems even with notification email.

Thanks anyway
Tom
P3R
Guru
Posts: 13192
Joined: Sat Dec 29, 2007 1:39 am
Location: Stockholm, Sweden (UTC+01:00)

Re: Start rtrr Job on weekend

Post by P3R »

Ratix wrote:...and indexes everything new.
What do you mean by that exactly? What is the unwanted effect?
RAID have never ever been a replacement for backups. Without backups on a different system (preferably placed at another site), you will eventually lose data!

A non-RAID configuration (including RAID 0, which isn't really RAID) with a backup on a separate media protects your data far better than any RAID-volume without backup.

All data storage consists of both the primary storage and the backups. It's your money and your data, spend the storage budget wisely or pay with your data!
Ratix
New here
Posts: 3
Joined: Sat Jun 04, 2011 11:09 pm

Re: Start rtrr Job on weekend

Post by Ratix »

The job on Sunday is completely independent of the job on Saturday, although the same directories are copied.
The second job lasted more than 60 hours.
Thus, a completely new index was created and the data was copied again.
Also the memory consumption on the raid was about 500mb larger.

My solution is not nice, but it works.
Both jobs run for about 1 hour.

Perhaps QNAP revises the scheduler so that the times can be adjusted better.
User avatar
OneCD
Guru
Posts: 12146
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: Start rtrr Job on weekend

Post by OneCD »

Ratix wrote:It has solved over a /mnt/HDA_ROOT/.config/crontab entry:
00 20 * * 7 qsync -j: Job3 -c: /etc/config/qsync/qsync.conf
If you want Saturday and Sunday, manually edit this to:

Code: Select all

00 20 * * 6,7 qsync -j: Job3 -c: /etc/config/qsync/qsync.conf
... but be aware: editing the job in Backup Station will re-write this entry. ;)

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
Post Reply

Return to “Backup & Restore”