Last active
May 9, 2025 20:50
-
-
Save disafronov/cf604aeb0898cdbeae6450be2b36d06e to your computer and use it in GitHub Desktop.
Revisions
-
Dmitriy Safronov revised this gist
Nov 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ #!/usr/bin/env sh if [ -z "$1" ]; then echo "Specify Timeshift temp dir!" exit 1 fi -
Dmitriy Safronov created this gist
Nov 21, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ #!/usr/bin/env sh if [ -z "$1" ]; then echo "Specify temp dir!" exit 1 fi rsync -avH \ --numeric-ids \ --progress \ --delete-before \ --log-file="timeshift.log" \ "/run/timeshift/$1/backup/timeshift/" \ timeshift/