Answers for "linux backup file"

0

linux backup command line

$ sudo tar -cvpf  system-back.tar  /home/pi /etc /opt
Posted by: Guest on August-10-2021
0

linux backup file with date

cat $LATEST_BUILD_FILENAME_STAGE > "$BACKUP_PATH/latest-build-for-${CLUSTERNAME}.txt.$(date)"
Posted by: Guest on March-28-2021

Code answers related to "linux backup file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language