我已经对我的系统进行了最小安装。我想将此系统用作 PLEX 媒体服务器。我已经配置了 LXDE,因为它是一个轻量级的 GUI。我正在配置我的系统以使用 rsnapshot 进行自动备份。我已经成功配置了我的 rsnapshot.conf 文件,并且通过在终端中运行 rsnapshot 每周命令,我得到了想要的结果。
这是我的 rsnapshot.conf 文件:
#################################################
# rsnapshot.conf - rsnapshot configuration file #
#################################################
# #
# PLEASE BE AWARE OF THE FOLLOWING RULE: #
# #
# This file requires tabs between elements #
# #
#################################################
#######################
# CONFIG FILE VERSION #
#######################
config_version 1.2
###########################
# SNAPSHOT ROOT DIRECTORY #
###########################
# All snapshots will be stored under this root directory.
#
snapshot_root /media/siddharth/Backup/Backup
# If no_create_root is …
Run Code Online (Sandbox Code Playgroud)