Backing Up without snapshot

Hello All,

I have using centos6 urbackup client and urbackup server.
while I am taking backup of client its shows info like “Backing up “MSH” without snapshot” and i mentioned those full logs below, let me know it’s a problem?

2017-08-08 10:09:26(info): Starting incremental file backup…
2017-08-08 10:09:28(info): Backing up “MSH” without snapshot.
2017-08-08 10:09:28(info): Indexing of “MSH” done. 327 filesystem lookups 0 db lookups and 0 db updates
2017-08-08 10:09:28(info): Backing up “SRESHTA” without snapshot.
2017-08-08 10:09:28(info): Indexing of “SRESHTA” done. 318 filesystem lookups 0 db lookups and 0 db updates
2017-08-08 10:09:28(info): Backing up “SERVER_DATA” without snapshot.
2017-08-08 10:09:28(info): Indexing of “SERVER_DATA” done. 13627 filesystem lookups 0 db lookups and 0 db updates
2017-08-08 10:09:28(info): Backing up “TALLY_DATA” without snapshot.
2017-08-08 10:09:28(info): Indexing of “TALLY_DATA” done. 105 filesystem lookups 0 db lookups and 0 db updates
2017-08-08 10:09:28(info): .localdomain: Loading file list…
2017-08-08 10:09:28(info): .localdomain: Calculating file tree differences…
2017-08-08 10:09:28(info): .localdomain: Calculating tree difference size…
2017-08-08 10:09:28(info): .localdomain: Linking unchanged and loading new files…
2017-08-08 10:09:28(info): Referencing snapshot on “.localdomain” for path “MSH” failed: FAILED
2017-08-08 10:09:28(info): Referencing snapshot on “.localdomain” for path “SRESHTA” failed: FAILED
2017-08-08 10:09:29(info): Referencing snapshot on “.localdomain” for path “SERVER_DATA” failed: FAILED
2017-08-08 10:09:51(info): Waiting for file transfers…
2017-08-08 10:09:51(info): Referencing snapshot on “.localdomain” for path “TALLY_DATA” failed: FAILED
2017-08-08 10:09:51(info): Waiting for file hashing and copying threads…
2017-08-08 10:09:51(info): Saving file metadata…
2017-08-08 10:09:51(info): Writing new file list…
2017-08-08 10:09:51(info): All metadata was present
2017-08-08 10:10:03(info): Transferred 4.54644 MB - Average speed: 1.64502 MBit/s
2017-08-08 10:10:06(info): Time taken for backing up client .localdomain: 40s
2017-08-08 10:10:06(info): Backup succeeded

Thanks
Gugu

You’ll have to take a look at running applications on the client that may change the backed up files during the backup. If there aren’t any or you start/stop them in the pre/post file backup scripts you’re ok. Otherwise the backup might not be consistent.

Ok, but is there any issue if we don’t take backup of the snapshot?
Will there be any problem or issue during restoration?

If you don’t use a snapshot, the files that have changed during the backup will be inconsistent. Whether or not that is a problem depends on your application.

E.g. If you’re backing up databases and your index files don’t match data files or you are referencing between multiple databases, the restore will succeed but your database will be inconsistent and potentially useless.

If you’re just backing up log files, some log files being older than the other is only a problem for legal investigations.

@Guru_Evi

I can take the backup of my Linux machine (centos 6) which uses ZFS filesystem but the problem is I can’t restore the backed up file.
Also, I disabled the firewall, but still showing timeout error.
Please let me know what the issue is and also note that my client machine doesn’t have a “urbackupclientgui” as I installed via CLI.

@Guru_Evi
I m also having the same issue, my urbackup server is centos 7 and client is fedora 25 (" NO urbackupclientgui " installed).
Backup is working fine but i not able to restore, showing timeout error.
please help me to find out a solution for this.