LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rsnapshot cache (https://www.linuxquestions.org/questions/linux-software-2/rsnapshot-cache-4175618902/)

keirvt 12-04-2017 01:05 AM

rsnapshot cache
 
I've been using rsnapshot to keep backups of many file that are often changed on a linux Mint system.

Mostly it works fine but lately I've had problems.

The users are using a multi user CAD CAM file sharing system and recently their files have been lost.

Rsnapshot to the rescue. Normally it stores files in /home/rsnapshot/<directory heirarchy>
but lately I have found the lost files are not in that directory but rather I am locating them in /var/cache/rsnapshot/dailyetc/blah

Does anyone know what is going on here. Rsnapshot is configured to store in /home/rsnapshot.

What is this cache file?

Sefyir 02-07-2018 09:21 PM

Quote:

Rsnapshot to the rescue. Normally it stores files in /home/rsnapshot/<directory heirarchy>
but lately I have found the lost files are not in that directory but rather I am locating them in /var/cache/rsnapshot/dailyetc/blah

Does anyone know what is going on here. Rsnapshot is configured to store in /home/rsnapshot.
What does your /etc/rsnapshot.conf file show? (snapshot_root)
Here's mine:

Code:

###########################
# SNAPSHOT ROOT DIRECTORY #
###########################

# All snapshots will be stored under this root directory.
#

#snapshot_root  /var/cache/rsnapshot/
snapshot_root /incr_backup/backups


keirvt 02-08-2018 03:42 PM

RSnapshot cache
 
Ummm I think somewhere along the line my rsnapshot.conf was "updated"

Thanks for pointing out the obvious for me.


All times are GMT -5. The time now is 06:15 PM.