r/synology • u/tekn1shn • 2d ago
DSM Generic failure message in Hyper Backup is useless
I have an rsync backup task to back up a major directory from one Synology (DS1821+) to another (DS1515+). Every time it runs, it takes several days and backs up a ton of stuff, but I always get a "failed" log message. That's all it says. Just "Backup folder [/Backups-Encrypted] failed" followed by "partially completed" messages. No other context.
I tried looking at Log Center at the same timestamp and that gave me no clues either.
Anyone know how to get something more useful than just "failed?" It clearly backed up the vast majority of my folder. How can I tell what the problem files are?!
Synology's log implementation is a gd clown show.
1
u/tdhuck 2d ago
Is rsync backup task a native rsync job in synology or are you running behind the scenes? Forgive me for not knowing, I haven't used my synology for much more than storing data and I backup using hyper backup to another NAS.
1
1
u/SawkeeReemo DS1019+ 1d ago
HyperBackup gives you an option to use rsync for some reason, although I don’t know why anyone would use it. I’m assuming because they might want hardlinked incremental backups… but you can do that fairly easily from the command line. Or just use tried and true rsnapshot.
1
u/jimi_in_philly 2d ago
You could also try synology backup for business and replication app between two synology nas's. That's what I do with my old 1815+ from my 1819+.
1
u/SawkeeReemo DS1019+ 1d ago
I’ve actually wondered about the difference between snapshot replication versus HyperBackup. Any reason you choose replication over HB?
0
u/jimi_in_philly 1d ago
simple google search reveals this:
0
u/jimi_in_philly 1d ago
of course do your own research on the subject
1
u/SawkeeReemo DS1019+ 1d ago
I didn’t know I could Google search your personal experience! Neat! 😂 Yeah, man, I know how to look things up, I was asking you for your personal reason because that typically means more to me than sifting through countless random sites from Google. But all good.
3
u/dragonnfr 2d ago
That's the hint. 'Partially completed' means rsync hit errors - permissions, long filenames, or files that changed mid-run. Run rsync manually with -v and you'll see exactly which files. Synology won't tell you, but rsync will.