Questions tagged [rsnapshot]

rsnapshot is a filesystem snapshot utility for making backups of local and remote systems.

rsnapshot is a filesystem snapshot utility for making backups of local and remote systems.

For more info, click here.

17 questions
0
votes
1 answer

bash find -exec sometimes works and sometimes doesn't

I'm probably missing something, but this oneliner in a bash-script to cycle through some scripts that dump data from different sources: find . -name 'dump-*.sh' -exec {} "$DUMP_LOG" &>>"$DUMP_LOG" \; will work when I execute the bash-script…
zenlord
  • 330
  • 3
  • 15
-1
votes
1 answer

Rsnapshot filepermission problem with network hdd over raspberry pi

After trying to solve this for days, I want to ask for help here: I want to make backups with rsnapshot, which usually runs on a server and manages local backups. In my case, I want to run rsnapshot on my computer and let rsnapshot manage my backups…
franktank
  • 11
  • 1
  • 6
1
2