This website requires JavaScript.
Explore
Help
Sign In
phundrak
/
nix-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3027c762459df4cdf12ec1d817556c30ac561095
nix-config
/
users
/
modules
/
cli
/
scripts
/
backup.nix
T
4 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
initial commit
2025-05-04 02:47:36 +02:00
{
pkgs
,
...
}:
pkgs
.
writeShellScriptBin
"backup"
''
cp -r "$1" "$1.bak.$(date +%Y%m%d%H%M%S)"''
Reference in New Issue
Copy Permalink